Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrClientNotSpecified is used as part of the Event 'reason' when a // DistccClientClaim fails to sync due to a missing DistccClient reference specified ErrClientNotSpecified = "ErrClientNotSpecified" // ErrClientRefInvalid is used as part of the Event 'reason' when a // DistccClientClaim fails to sync due to an invalid DistccClient reference ErrClientRefInvalid = "ErrClientRefInvalid" // ErrResourceExists is used as part of the Event 'reason' when a Distcc fails // to sync due to a Deployment of the same name already existing. ErrResourceExists = "ErrResourceExists" // ErrAmbiguousLabels is used as part of the Event 'reason' when a Distcc fails // to sync due to multiple deployment satisfying the label selector. ErrAmbiguousLabels = "ErrAmbiguousMatch" // MessageResourceExists is the message used for Events when a resource // fails to sync due to a Deployment already existing MessageResourceExists = "Resource %q already exists and is not managed by DistccClientClaim" // UserLabel is the label used to identify a resource given to a particular user UserLabel = "k8cc.io/username" // SSHPort is the port used by the ssh daemon SSHPort = 22 )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(sharedClient *sharedctr.SharedClient) sharedctr.Controller
NewController creates a new Controller
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.