Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "daemonsets"
)
Variables ¶
View Source
var (
RequiredResources = []schema.GroupVersionResource{extensionsv1.SchemeGroupVersion.WithResource("daemonsets")}
)
Functions ¶
This section is empty.
Types ¶
type DaemonSetController ¶
type DaemonSetController struct {
// contains filtered or unexported fields
}
func NewDaemonSetController ¶
func NewDaemonSetController(client federationclientset.Interface) *DaemonSetController
NewDaemonSetController returns a new daemonset controller
func (*DaemonSetController) Run ¶
func (daemonsetcontroller *DaemonSetController) Run(stopChan <-chan struct{})
Click to show internal directories.
Click to hide internal directories.