Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WorkspaceTypes leads to creation of a number of default types beyond the universal type. WorkspaceTypes = "workspace-types" // User leads to an additional user named "user" in the admin.kubeconfig that is not admin. 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, User, MetricsViewer, )
View Source
var Defaults = sets.New[string]( WorkspaceTypes, )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.