Documentation ¶
Index ¶
Constants ¶
View Source
const ( // YurtAppSetOwnerLabelKey is used to record which yas owns this deployment YurtAppSetOwnerLabelKey = "apps.openyurt.io/ref-yurtappset" // ControllerRevisionHashLabelKey is used to record the controller revision of current resource. ControllerRevisionHashLabelKey = "apps.openyurt.io/controller-revision-hash" // PoolNameLabelKey is used to record the name of current pool. PoolNameLabelKey = "apps.openyurt.io/pool-name" // AnnotationPatchKey indicates the patch for every sub pool AnnotationPatchKey = "apps.openyurt.io/patch" AnnotationRefNodePool = "apps.openyurt.io/ref-nodepool" )
YurtAppSet & YurtAppDaemon related labels and annotations
View Source
const ( AnnotationPrevAttrs = "nodepool.openyurt.io/previous-attributes" DesiredNodePoolLabel = "apps.openyurt.io/desired-nodepool" NodePoolHostNetworkLabel = "nodepool.openyurt.io/hostnetwork" NodePoolChangedEvent = "NodePoolChanged" NodePoolTypeLabel = "nodepool.openyurt.io/type" )
NodePool related labels and annotations
View Source
const (
// AnnotationExcludeHostNetworkPool indicates the pod don't want to be scheduled to nodes in hostNetwork mode NodePool
AnnotationExcludeHostNetworkPool = "apps.openyurt.io/exclude-host-network-pool"
)
Pod related labels and annotations
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.