Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrDeployNotSpecified is used as part of the Event 'reason' when a // Distcc fails to sync due to a missing Deployment reference specified ErrDeployNotSpecified = "ErrDeployNotSpecified" // 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" // 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 Distcc" // DistccPort is the port used by distcc daemons. DistccPort = 3632 )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(sharedClient *sharedctr.SharedClient) sharedctr.Controller
NewController creates a controller for Distcc using the given shared client connection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.