Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 132 for fulfilled (1.18 sec)

  1. CHANGELOG/CHANGELOG-1.2.md

    volumes to be manually provisioned by a cluster administrator before use. With
    this feature, volume plugins that support it (GCE PD, AWS EBS, and Cinder) can
    automatically provision a PersistentVolume to bind to an unfulfilled
    PersistentVolumeClaim.
      * Run multiple schedulers in parallel, e.g. one or more custom schedulers
    alongside the default Kubernetes scheduler, using pod annotations to select
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions"
                  }
                ],
                "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
              },
              "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    The name of an environment is immutable and can be passed in as a constructor parameter.
    Currently, the only other parameter the data object stores is a URL.
    
    The following `ServerEnvironment` object fulfills those requirements:
    
    .ServerEnvironment.java
    [source,java]
    ----
    include::{snippetsPath}/developingPlugins/namedDomainObjectContainer/groovy/buildSrc/src/main/java/org/myorg/ServerEnvironment.java[tags=snippet]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    * Your build and the plugins you depend on might require changes to fulfill the <<configuration_cache#config_cache:requirements, requirements>>. +
    * IDE imports and syncs do not use the configuration cache.
    ====
    
    You can cache the result of the configuration phase by enabling the configuration cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/apps/v1beta2/generated.proto

      // template is the object that describes the pod that will be created if
      // insufficient replicas are detected. Each pod stamped out by the StatefulSet
      // will fulfill this Template, but have a unique identity from the rest
      // of the StatefulSet. Each pod will be named with the format
      // <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta2/generated.proto

      // template is the object that describes the pod that will be created if
      // insufficient replicas are detected. Each pod stamped out by the StatefulSet
      // will fulfill this Template, but have a unique identity from the rest
      // of the StatefulSet. Each pod will be named with the format
      // <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types.go

    	// template is the object that describes the pod that will be created if
    	// insufficient replicas are detected. Each pod stamped out by the StatefulSet
    	// will fulfill this Template, but have a unique identity from the rest
    	// of the StatefulSet. Each pod will be named with the format
    	// <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// template is the object that describes the pod that will be created if
    	// insufficient replicas are detected. Each pod stamped out by the StatefulSet
    	// will fulfill this Template, but have a unique identity from the rest
    	// of the StatefulSet. Each pod will be named with the format
    	// <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  9. pkg/volume/util/operationexecutor/operation_generator.go

    	pvSize := pv.Spec.Capacity[v1.ResourceStorage]
    
    	resizeResponse := inTreeResizeResponse{
    		pvc:          pvc,
    		pv:           pv,
    		resizeCalled: false,
    	}
    
    	// by default we are expanding to fulfill size requested in pvc.Spec.Resources
    	newSize := pvcSpecSize
    
    	var resizeStatus v1.ClaimResourceStatus
    	if status, ok := pvc.Status.AllocatedResourceStatuses[v1.ResourceStorage]; ok {
    		resizeStatus = status
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "boolean"
            },
            "preconditions": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions",
              "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
            },
            "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top