Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WorkspaceTypes leads to creation of a number of default types beyond the universal type. WorkspaceTypes = "workspace-types" // Admin leads to creating a local admin.kubeconfig and a token hash file to access kcp as shard admin. Admin = "admin" // User leads to an additional user named "user" in the admin.kubeconfig that is not admin. Requires the "admin" battery to be enabled. User = "user" // MetricsViewer leads to an additional service account named "metrics" in the root namespace that can view metrics. MetricsViewer = "metrics-viewer" )
Variables ¶
View Source
var All = sets.New[string]( WorkspaceTypes, Admin, User, MetricsViewer, )
View Source
var Defaults = sets.New[string]( WorkspaceTypes, Admin, )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.