You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Unprefixed labels/annotations are reserved for end-users
31
-
// we will add a kubernetes-fleet.io to designate these labels/annotations as official fleet labels/annotations.
32
-
// See https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#label-selector-and-annotation-conventions
33
-
fleetPrefix="kubernetes-fleet.io/"
34
-
35
-
// MemberClusterFinalizer is used to make sure that we handle gc of all the member cluster resources on the hub cluster.
// WorkNameWithEnvelopeCRFmt is the format of the name of a work generated with an envelope CR.
86
+
// The format is [WORK-PREFIX]-envelope-[UUID].
87
+
WorkNameWithEnvelopeCRFmt="%s-envelope-%s"
88
+
81
89
// ParentClusterResourceOverrideSnapshotHashAnnotation is the annotation to work that contains the hash of the parent cluster resource override snapshot list.
0 commit comments