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( client kubernetes.Interface, deploymentInformer apps_v1beta2.DeploymentInformer, podInformer core_v1.PodInformer, serviceInformer core_v1.ServiceInformer, storageClassInformer informers_storage_v1.StorageClassInformer, ) *Controller
func (*Controller) Run ¶
func (ctrl *Controller) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.