 Documentation
      ¶
      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-separated 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 is the root of workspace based logical clusters. RootCluster = logicalcluster.Name("root") // SystemCluster is the system logical cluster. SystemCluster = logicalcluster.Name("system") )
RootCluster is the root of workspace based logical clusters.
Functions ¶
This section is empty.
Types ¶
This section is empty.
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package install installs the v1alpha1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the v1alpha1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. | 
| +k8s:deepcopy-gen=package,register +groupName=core.kcp.io +k8s:openapi-gen=true | +k8s:deepcopy-gen=package,register +groupName=core.kcp.io +k8s:openapi-gen=true | 
 Click to show internal directories. 
   Click to hide internal directories.