Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapPropagationLister ¶
type ConfigMapPropagationLister interface { // List lists all ConfigMapPropagations in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ConfigMapPropagation, err error) // ConfigMapPropagations returns an object that can list and get ConfigMapPropagations. ConfigMapPropagations(namespace string) ConfigMapPropagationNamespaceLister ConfigMapPropagationListerExpansion }
ConfigMapPropagationLister helps list ConfigMapPropagations.
func NewConfigMapPropagationLister ¶
func NewConfigMapPropagationLister(indexer cache.Indexer) ConfigMapPropagationLister
NewConfigMapPropagationLister returns a new ConfigMapPropagationLister.
type ConfigMapPropagationListerExpansion ¶
type ConfigMapPropagationListerExpansion interface{}
ConfigMapPropagationListerExpansion allows custom methods to be added to ConfigMapPropagationLister.
type ConfigMapPropagationNamespaceLister ¶
type ConfigMapPropagationNamespaceLister interface { // List lists all ConfigMapPropagations in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ConfigMapPropagation, err error) // Get retrieves the ConfigMapPropagation from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ConfigMapPropagation, error) ConfigMapPropagationNamespaceListerExpansion }
ConfigMapPropagationNamespaceLister helps list and get ConfigMapPropagations.
type ConfigMapPropagationNamespaceListerExpansion ¶
type ConfigMapPropagationNamespaceListerExpansion interface{}
ConfigMapPropagationNamespaceListerExpansion allows custom methods to be added to ConfigMapPropagationNamespaceLister.
Click to show internal directories.
Click to hide internal directories.