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