Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NCStateInitialized indicates the NC has been initialized by DNC. NCStateInitialized = "Initialized" // NCStateSucceeded indicates the NC has been persisted by CNS. NCStateSucceeded = "Succeeded" // NCStateTerminated indicates the NC has been terminated by CNS. NCStateTerminated = "Terminated" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(restService *restserver.HTTPRestService, kubeconfig *rest.Config) (*requestController, error)
New creates a new multi-tenant CRD operator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.