v1alpha1

package
v0.15.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL