Documentation ¶
Index ¶
- func New(options *Options) (lister *Lister, startFunc StarterFunc)
- type Lister
- func (l *Lister) AdmissionRegistrationV1MutatingWebhookConfigurationLister() admissionregistrationv1.MutatingWebhookConfigurationLister
- func (l *Lister) AppsV1DaemonSetLister() listersappsv1.DaemonSetLister
- func (l *Lister) AppsV1DeploymentLister() listersappsv1.DeploymentLister
- func (l *Lister) CoreV1ConfigMapLister() listerscorev1.ConfigMapLister
- func (l *Lister) CoreV1SecretLister() listerscorev1.SecretLister
- func (l *Lister) CoreV1ServiceLister() listerscorev1.ServiceLister
- type Options
- type StarterFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(options *Options) (lister *Lister, startFunc StarterFunc)
New sets up watch on secondary resources. The function returns lister(s) that can be used to query secondary resources and a StarterFunc that can be called to start the watch.
Types ¶
type Lister ¶
type Lister struct {
// contains filtered or unexported fields
}
Lister is a set of Lister(s) for secondary resource(s)
func (*Lister) AdmissionRegistrationV1MutatingWebhookConfigurationLister ¶
func (l *Lister) AdmissionRegistrationV1MutatingWebhookConfigurationLister() admissionregistrationv1.MutatingWebhookConfigurationLister
func (*Lister) AppsV1DaemonSetLister ¶
func (l *Lister) AppsV1DaemonSetLister() listersappsv1.DaemonSetLister
func (*Lister) AppsV1DeploymentLister ¶
func (l *Lister) AppsV1DeploymentLister() listersappsv1.DeploymentLister
func (*Lister) CoreV1ConfigMapLister ¶
func (l *Lister) CoreV1ConfigMapLister() listerscorev1.ConfigMapLister
func (*Lister) CoreV1SecretLister ¶
func (l *Lister) CoreV1SecretLister() listerscorev1.SecretLister
func (*Lister) CoreV1ServiceLister ¶
func (l *Lister) CoreV1ServiceLister() listerscorev1.ServiceLister
type StarterFunc ¶
StarterFunc refers to a function that can be called to start watch on secondary resources.
Click to show internal directories.
Click to hide internal directories.