Documentation ¶
Index ¶
Constants ¶
View Source
const ( FedDeploymentPreferencesAnnotation = "federation.kubernetes.io/deployment-preferences" UserAgentName = "Federation-Deployment-Controller" ControllerName = "deployments" )
Variables ¶
View Source
var (
RequiredResources = []schema.GroupVersionResource{extensionsv1.SchemeGroupVersion.WithResource("deployments")}
)
Functions ¶
This section is empty.
Types ¶
type DeploymentController ¶
type DeploymentController struct {
// contains filtered or unexported fields
}
func NewDeploymentController ¶
func NewDeploymentController(federationClient fedclientset.Interface) *DeploymentController
NewclusterController returns a new cluster controller
func (*DeploymentController) Run ¶
func (fdc *DeploymentController) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.