Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,900 for holds (0.07 sec)

  1. pkg/controller/apis/config/types.go

    	metav1.TypeMeta
    
    	// Generic holds configuration for a generic controller-manager
    	Generic cmconfig.GenericControllerManagerConfiguration
    	// KubeCloudSharedConfiguration holds configuration for shared related features
    	// both in cloud controller manager and kube-controller manager.
    	KubeCloudShared cpconfig.KubeCloudSharedConfiguration
    
    	// AttachDetachControllerConfiguration holds configuration for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/annotations.go

    limitations under the License.
    */
    
    package autoscaling
    
    // MetricSpecsAnnotation is the annotation which holds non-CPU-utilization HPA metric
    // specs when converting the `Metrics` field from autoscaling/v2beta1
    const MetricSpecsAnnotation = "autoscaling.alpha.kubernetes.io/metrics"
    
    // MetricStatusesAnnotation is the annotation which holds non-CPU-utilization HPA metric
    // statuses when converting the `CurrentMetrics` field from autoscaling/v2beta1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 10 16:37:03 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  3. pkg/controller/certificates/signer/config/types.go

    	ClusterSigningKeyFile string
    
    	// kubeletServingSignerConfiguration holds the certificate and key used to issue certificates for the kubernetes.io/kubelet-serving signer
    	KubeletServingSignerConfiguration CSRSigningConfiguration
    	// kubeletClientSignerConfiguration holds the certificate and key used to issue certificates for the kubernetes.io/kube-apiserver-client-kubelet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 02 03:38:15 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/rbac/v1/generated.proto

    option go_package = "k8s.io/api/rbac/v1";
    
    // AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
    message AggregationRule {
      // ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
      // If any of the selectors match, then the ClusterRole's permissions will be added
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ObjectFactoryExtensions.kt

        newInstance(T::class.java, *parameters)
    
    
    /**
     * Creates a [Property] that holds values of the given type [T].
     *
     * @see [ObjectFactory.property]
     */
    inline fun <reified T> ObjectFactory.property(): Property<T> =
        property(T::class.java)
    
    
    /**
     * Creates a [SetProperty] that holds values of the given type [T].
     *
     * @see [ObjectFactory.setProperty]
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. pkg/webhooks/validation/server/monitoring.go

    	status      = "status"
    )
    
    var (
    	// GroupTag holds the resource group for the context.
    	GroupTag = monitoring.CreateLabel(group)
    
    	// VersionTag holds the resource version for the context.
    	VersionTag = monitoring.CreateLabel(version)
    
    	// ResourceTag holds the resource name for the context.
    	ResourceTag = monitoring.CreateLabel(resourceTag)
    
    	// ReasonTag holds the error reason for the context.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 16:50:34 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. pkg/apis/rbac/types.go

    // or a value for non-objects such as user and group names.
    type Subject struct {
    	// Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount".
    	// If the Authorizer does not recognized the kind value, the Authorizer should report an error.
    	Kind string
    	// APIGroup holds the API group of the referenced subject.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 24 20:35:20 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/rbac/v1alpha1/generated.proto

    option go_package = "k8s.io/api/rbac/v1alpha1";
    
    // AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
    message AggregationRule {
      // ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
      // If any of the selectors match, then the ClusterRole's permissions will be added
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go

    	"kind":      "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/reinvocationcontext.go

    )
    
    type webhookReinvokeContext struct {
    	// lastWebhookOutput holds the result of the last webhook admission plugin call
    	lastWebhookOutput runtime.Object
    	// previouslyInvokedReinvocableWebhooks holds the set of webhooks that have been invoked and
    	// should be reinvoked if a later mutation occurs
    	previouslyInvokedReinvocableWebhooks sets.String
    	// reinvokeWebhooks holds the set of webhooks that should be reinvoked
    	reinvokeWebhooks sets.String
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 21:31:09 UTC 2019
    - 2.3K bytes
    - Viewed (0)
Back to top