Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitUntilDeploymentReady ¶
func WaitUntilDeploymentReady(c kubernetes.Interface, meta metav1.ObjectMeta) error
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller demonstrates how to implement a controller with client-go.
func NewController ¶
func NewController(queue workqueue.RateLimitingInterface, indexer cache.Indexer, informer cache.Controller, crdClient ShahinV1alpha1.Interface, kClient kubernetes.Interface) *Controller
NewController creates a new Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh chan struct{})
Run begins watching and syncing
Click to show internal directories.
Click to hide internal directories.