Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for Updatef (0.21 sec)

  1. docs/en/docs/release-notes.md

    * 🔧 Update sponsors, remove Fern. PR [#10729](https://github.com/tiangolo/fastapi/pull/10729) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Update sponsors, add Codacy. PR [#10677](https://github.com/tiangolo/fastapi/pull/10677) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Update sponsors, add Reflex. PR [#10676](https://github.com/tiangolo/fastapi/pull/10676) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    			lastSvc := createdSvc
    
    			// The update phase is optional.
    			if tc.update.svc != nil {
    				// Allow callers to do something between create and update.
    				if tc.beforeUpdate != nil {
    					tc.beforeUpdate(t, storage)
    				}
    
    				// Update the object to the new state and check the results.
    				obj, created, err := storage.Update(ctx, tc.update.svc.Name,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - Updated `kube-dns` to `v1.22.27`. ([#121736](https://github.com/kubernetes/kubernetes/pull/121736), [@ty-dc](https://github.com/ty-dc))
    - Updated cni-plugins to version `v1.4.0`. ([#122178](https://github.com/kubernetes/kubernetes/pull/122178), [@saschagrunert](https://github.com/saschagrunert))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

        verbs:
          - get
          - list
          - create
          - update
          - delete
      # Needs access to update clusterinformations.
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - clusterinformations
        verbs:
          - get
          - list
          - create
          - update
          - watch
      # KubeControllersConfiguration is where it gets its config
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	}
    
    	return true, allErrs
    }
    
    func IsDecremented(update, old *int32) bool {
    	if update == nil && old != nil {
    		return true
    	}
    	if update == nil || old == nil {
    		return false
    	}
    	return *update < *old
    }
    
    // ValidateProcMountType tests that the argument is a valid ProcMountType.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - Updated CNI plugins to `v1.3.0`. ([#119969](https://github.com/kubernetes/kubernetes/pull/119969), [@saschagrunert](https://github.com/saschagrunert))
    - Updated `cri-tools` to `v1.28.0`. ([#119933](https://github.com/kubernetes/kubernetes/pull/119933), [@saschagrunert](https://github.com/saschagrunert))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"env":                      "List of environment variables to set in the container. Cannot be updated.",
    	"resources":                "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// is equal or lower than the requested capacity.
    	//
    	// A controller that receives PVC update with previously unknown resourceName
    	// should ignore the update for the purpose it was designed. For example - a controller that
    	// only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid
    	// resources associated with PVC.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // is equal or lower than the requested capacity.
      //
      // A controller that receives PVC update with previously unknown resourceName
      // should ignore the update for the purpose it was designed. For example - a controller that
      // only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid
      // resources associated with PVC.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "subresource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top