Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(cfg *rest.Config) *Controller
NewController returns a new Controller which splits new Deployment objects into N virtual Deployments labeled for each Cluster that exists at the time the Deployment is created.
func (*Controller) Start ¶
func (c *Controller) Start(numThreads int)
Click to show internal directories.
Click to hide internal directories.