distcc

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: 20 Imported by: 0

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.

Jump to

Keyboard shortcuts

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