Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PreferAvoidPods (0.16 sec)

  1. staging/src/k8s.io/api/core/v1/annotation_key_constants.go

    	DeprecatedSeccompProfileDockerDefault string = "docker/default"
    
    	// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
    	// in the Annotations of a Node.
    	PreferAvoidPodsAnnotationKey string = "scheduler.alpha.kubernetes.io/preferAvoidPods"
    
    	// ObjectTTLAnnotationKey represents a suggestion for kubelet for how long it can cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. pkg/apis/core/annotation_key_constants.go

    	DeprecatedAppArmorAnnotationValueUnconfined = "unconfined"
    
    	// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
    	// in the Annotations of a Node.
    	PreferAvoidPodsAnnotationKey string = "scheduler.alpha.kubernetes.io/preferAvoidPods"
    
    	// ObjectTTLAnnotationKey represents a suggestion for kubelet for how long it can cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top