Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformerManager ¶
type InformerManager struct {
// contains filtered or unexported fields
}
func NewInformer ¶
func NewInformer(client *clientset.Interface) *InformerManager
NewInformer creates a newk8s client based on a service account
func (*InformerManager) AddNodeListener ¶
func (im *InformerManager) AddNodeListener(add, remove func(obj interface{}), update func(oldObj, newObj interface{}))
AddNodeListener hooks up add, update, delete callbacks
func (*InformerManager) GetSecretListener ¶
func (im *InformerManager) GetSecretListener() listerv1.SecretLister
GetSecretListener creates a lister to use
Click to show internal directories.
Click to hide internal directories.