Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LogicalClusterPathAnnotationKey is the annotation key for the logical cluster path // put on objects that are referenced by path by other objects. // // If this annotation exists, the system will maintain the annotation value. LogicalClusterPathAnnotationKey = "kcp.io/path" // ReplicateAnnotationKey is the annotation key used to indicate that a ClusterRole should be replicated. // Its value is a comma-seperated list of words. Every controller setting this has to choose // a unique word, and preserve other controllers' words in the comma separated list. ReplicateAnnotationKey = "internal.kcp.io/replicate" )
View Source
const (
GroupName = "core.kcp.io"
)
Variables ¶
View Source
var RootCluster = logicalcluster.Name("root")
RootCluster is the root of workspace based logical clusters.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.