Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestLister ¶
type ManifestLister interface { // List lists all Manifests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Manifest, err error) // Get retrieves the Manifest from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Manifest, error) ManifestListerExpansion }
ManifestLister helps list Manifests. All objects returned here must be treated as read-only.
func NewManifestLister ¶
func NewManifestLister(indexer cache.Indexer) ManifestLister
NewManifestLister returns a new ManifestLister.
type ManifestListerExpansion ¶
type ManifestListerExpansion interface{}
ManifestListerExpansion allows custom methods to be added to ManifestLister.
Click to show internal directories.
Click to hide internal directories.