distccclientclaim

package
v0.0.0-...-1aaf684 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2020 License: MIT Imports: 22 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL