Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapLister ¶
ConfigMapLister makes a Store that lists ConfigMaps.
func (*ConfigMapLister) CreateOrUpdate ¶ added in v0.9.1
func (cml *ConfigMapLister) CreateOrUpdate(cm *apiv1.ConfigMap) (err error)
CreateOrUpdate ...
type EndpointLister ¶
EndpointLister makes a Store that lists Endpoints.
func (*EndpointLister) GetServiceEndpoints ¶
GetServiceEndpoints returns the endpoints of a service, matched on service name.
type IngressLister ¶
IngressLister makes a Store that lists Ingress.
type PodLister ¶
PodLister makes a store that lists Pods.
type SecretLister ¶
SecretLister makes a Store that lists Secrets.
func (*SecretLister) CreateOrUpdate ¶ added in v0.9.1
func (sl *SecretLister) CreateOrUpdate(secret *apiv1.Secret) (err error)
CreateOrUpdate ...
Click to show internal directories.
Click to hide internal directories.