Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 73 for honoured (0.15 sec)

  1. staging/src/k8s.io/api/storage/v1/types.go

    	// volumeBindingMode indicates how PersistentVolumeClaims should be
    	// provisioned and bound.  When unset, VolumeBindingImmediate is used.
    	// This field is only honored by servers that enable the VolumeScheduling feature.
    	// +optional
    	VolumeBindingMode *VolumeBindingMode `json:"volumeBindingMode,omitempty" protobuf:"bytes,7,opt,name=volumeBindingMode"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// volumeBindingMode indicates how PersistentVolumeClaims should be
    	// provisioned and bound.  When unset, VolumeBindingImmediate is used.
    	// This field is only honored by servers that enable the VolumeScheduling feature.
    	// +optional
    	VolumeBindingMode *VolumeBindingMode `json:"volumeBindingMode,omitempty" protobuf:"bytes,7,opt,name=volumeBindingMode"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      // is populated only for the CSIMigration feature. It contains
      // translated fields from a pod's inline VolumeSource to a
      // PersistentVolumeSpec. This field is alpha-level and is only
      // honored by servers that enabled the CSIMigration feature.
      // +optional
      optional .k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;
    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"allowedTopologies":    "allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/metrics/metrics.go

    			StabilityLevel: metrics.ALPHA,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 17:01:40 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/PrecompiledScriptPluginTemplatesTest.kt

                project,
                "My_project_script_gradle"
            )
    
            verify(tasks).create("jar", Jar::class.java)
        }
    
        @Test
        fun `precompiled script plugin ids are honored by java-gradle-plugin plugin`() {
    
            projectRoot.withFolders {
    
                "plugin" {
    
                    "src/main/kotlin" {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/plan/DetermineExecutionPlanAction.java

    import static java.lang.String.format;
    import static org.gradle.execution.plan.NodeSets.sortedListOf;
    
    /**
     * Determines the execution plan, checking for cycles and making sure `finalizedBy` constraints are honored.
     *
     * The final plan is communicated via the mutation of the given `nodeMapping`, `ordinalNodeAccess` and `finalizers` collections.
     * `entryNodes` is not changed by this class.
     *
     * <h2>Note about finalizers</h2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"allowedTopologies":    "allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  9. cmd/kube-scheduler/app/server_test.go

    			flags: []string{
    				"--leader-elect=false",
    				"--leader-elect-lease-duration=2h",
    				"--leader-elect-resource-namespace=default",
    				"--kubeconfig", configKubeconfig, // deprecated CLI arg is honored if --config is not specified
    			},
    			wantLeaderElection: &componentbaseconfig.LeaderElectionConfiguration{
    				LeaderElect:       false,                                    // from CLI args
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// is populated only for the CSIMigration feature. It contains
    	// translated fields from a pod's inline VolumeSource to a
    	// PersistentVolumeSpec. This field is alpha-level and is only
    	// honored by servers that enabled the CSIMigration feature.
    	// +optional
    	InlineVolumeSpec *v1.PersistentVolumeSpec `json:"inlineVolumeSpec,omitempty" protobuf:"bytes,2,opt,name=inlineVolumeSpec"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
Back to top