Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceMapLister ¶
type NamespaceMapLister interface { // List lists all NamespaceMaps in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NamespaceMap, err error) // NamespaceMaps returns an object that can list and get NamespaceMaps. NamespaceMaps(namespace string) NamespaceMapNamespaceLister NamespaceMapListerExpansion }
NamespaceMapLister helps list NamespaceMaps. All objects returned here must be treated as read-only.
func NewNamespaceMapLister ¶
func NewNamespaceMapLister(indexer cache.Indexer) NamespaceMapLister
NewNamespaceMapLister returns a new NamespaceMapLister.
type NamespaceMapListerExpansion ¶
type NamespaceMapListerExpansion interface{}
NamespaceMapListerExpansion allows custom methods to be added to NamespaceMapLister.
type NamespaceMapNamespaceLister ¶
type NamespaceMapNamespaceLister interface { // List lists all NamespaceMaps in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NamespaceMap, err error) // Get retrieves the NamespaceMap from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NamespaceMap, error) NamespaceMapNamespaceListerExpansion }
NamespaceMapNamespaceLister helps list and get NamespaceMaps. All objects returned here must be treated as read-only.
type NamespaceMapNamespaceListerExpansion ¶
type NamespaceMapNamespaceListerExpansion interface{}
NamespaceMapNamespaceListerExpansion allows custom methods to be added to NamespaceMapNamespaceLister.
type ShadowPodLister ¶
type ShadowPodLister interface { // List lists all ShadowPods in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShadowPod, err error) // ShadowPods returns an object that can list and get ShadowPods. ShadowPods(namespace string) ShadowPodNamespaceLister ShadowPodListerExpansion }
ShadowPodLister helps list ShadowPods. All objects returned here must be treated as read-only.
func NewShadowPodLister ¶
func NewShadowPodLister(indexer cache.Indexer) ShadowPodLister
NewShadowPodLister returns a new ShadowPodLister.
type ShadowPodListerExpansion ¶
type ShadowPodListerExpansion interface{}
ShadowPodListerExpansion allows custom methods to be added to ShadowPodLister.
type ShadowPodNamespaceLister ¶
type ShadowPodNamespaceLister interface { // List lists all ShadowPods in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShadowPod, err error) // Get retrieves the ShadowPod from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ShadowPod, error) ShadowPodNamespaceListerExpansion }
ShadowPodNamespaceLister helps list and get ShadowPods. All objects returned here must be treated as read-only.
type ShadowPodNamespaceListerExpansion ¶
type ShadowPodNamespaceListerExpansion interface{}
ShadowPodNamespaceListerExpansion allows custom methods to be added to ShadowPodNamespaceLister.