Documentation
¶
Overview ¶
Package pod defines utilities for the PodConfiguration CRD
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigurationClient ¶
type ConfigurationClient struct {
// contains filtered or unexported fields
}
ConfigurationClient is the client for the PodConfiguration CRD
func NewForConfig ¶
func NewForConfig(c *rest.Config, namespace string) (*ConfigurationClient, error)
NewForConfig creates a new ConfigurationClient based on the given restConfig and namespace
func (*ConfigurationClient) WatchResources ¶
func (e *ConfigurationClient) WatchResources(addFunc func(obj interface{}), updateFunc func(oldObj, newObj interface{}), deleteFunc func(obj interface{}), stopCh <-chan struct{})
WatchResources creates an informer which watches for new or updated PodConfigurations and updates the returned store accordingly
Click to show internal directories.
Click to hide internal directories.