Documentation ¶
Index ¶
- type CleanupPolicyLister
- type CleanupPolicyListerExpansion
- type CleanupPolicyNamespaceLister
- type CleanupPolicyNamespaceListerExpansion
- type ClusterCleanupPolicyLister
- type ClusterCleanupPolicyListerExpansion
- type PolicyExceptionLister
- type PolicyExceptionListerExpansion
- type PolicyExceptionNamespaceLister
- type PolicyExceptionNamespaceListerExpansion
- type UpdateRequestLister
- type UpdateRequestListerExpansion
- type UpdateRequestNamespaceLister
- type UpdateRequestNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupPolicyLister ¶
type CleanupPolicyLister interface { // List lists all CleanupPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.CleanupPolicy, err error) // CleanupPolicies returns an object that can list and get CleanupPolicies. CleanupPolicies(namespace string) CleanupPolicyNamespaceLister CleanupPolicyListerExpansion }
CleanupPolicyLister helps list CleanupPolicies. All objects returned here must be treated as read-only.
func NewCleanupPolicyLister ¶
func NewCleanupPolicyLister(indexer cache.Indexer) CleanupPolicyLister
NewCleanupPolicyLister returns a new CleanupPolicyLister.
type CleanupPolicyListerExpansion ¶
type CleanupPolicyListerExpansion interface{}
CleanupPolicyListerExpansion allows custom methods to be added to CleanupPolicyLister.
type CleanupPolicyNamespaceLister ¶
type CleanupPolicyNamespaceLister interface { // List lists all CleanupPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.CleanupPolicy, err error) // Get retrieves the CleanupPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v2.CleanupPolicy, error) CleanupPolicyNamespaceListerExpansion }
CleanupPolicyNamespaceLister helps list and get CleanupPolicies. All objects returned here must be treated as read-only.
type CleanupPolicyNamespaceListerExpansion ¶
type CleanupPolicyNamespaceListerExpansion interface{}
CleanupPolicyNamespaceListerExpansion allows custom methods to be added to CleanupPolicyNamespaceLister.
type ClusterCleanupPolicyLister ¶
type ClusterCleanupPolicyLister interface { // List lists all ClusterCleanupPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.ClusterCleanupPolicy, err error) // Get retrieves the ClusterCleanupPolicy from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v2.ClusterCleanupPolicy, error) ClusterCleanupPolicyListerExpansion }
ClusterCleanupPolicyLister helps list ClusterCleanupPolicies. All objects returned here must be treated as read-only.
func NewClusterCleanupPolicyLister ¶
func NewClusterCleanupPolicyLister(indexer cache.Indexer) ClusterCleanupPolicyLister
NewClusterCleanupPolicyLister returns a new ClusterCleanupPolicyLister.
type ClusterCleanupPolicyListerExpansion ¶
type ClusterCleanupPolicyListerExpansion interface{}
ClusterCleanupPolicyListerExpansion allows custom methods to be added to ClusterCleanupPolicyLister.
type PolicyExceptionLister ¶
type PolicyExceptionLister interface { // List lists all PolicyExceptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.PolicyException, err error) // PolicyExceptions returns an object that can list and get PolicyExceptions. PolicyExceptions(namespace string) PolicyExceptionNamespaceLister PolicyExceptionListerExpansion }
PolicyExceptionLister helps list PolicyExceptions. All objects returned here must be treated as read-only.
func NewPolicyExceptionLister ¶
func NewPolicyExceptionLister(indexer cache.Indexer) PolicyExceptionLister
NewPolicyExceptionLister returns a new PolicyExceptionLister.
type PolicyExceptionListerExpansion ¶
type PolicyExceptionListerExpansion interface{}
PolicyExceptionListerExpansion allows custom methods to be added to PolicyExceptionLister.
type PolicyExceptionNamespaceLister ¶
type PolicyExceptionNamespaceLister interface { // List lists all PolicyExceptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.PolicyException, err error) // Get retrieves the PolicyException from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v2.PolicyException, error) PolicyExceptionNamespaceListerExpansion }
PolicyExceptionNamespaceLister helps list and get PolicyExceptions. All objects returned here must be treated as read-only.
type PolicyExceptionNamespaceListerExpansion ¶
type PolicyExceptionNamespaceListerExpansion interface{}
PolicyExceptionNamespaceListerExpansion allows custom methods to be added to PolicyExceptionNamespaceLister.
type UpdateRequestLister ¶
type UpdateRequestLister interface { // List lists all UpdateRequests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.UpdateRequest, err error) // UpdateRequests returns an object that can list and get UpdateRequests. UpdateRequests(namespace string) UpdateRequestNamespaceLister UpdateRequestListerExpansion }
UpdateRequestLister helps list UpdateRequests. All objects returned here must be treated as read-only.
func NewUpdateRequestLister ¶
func NewUpdateRequestLister(indexer cache.Indexer) UpdateRequestLister
NewUpdateRequestLister returns a new UpdateRequestLister.
type UpdateRequestListerExpansion ¶
type UpdateRequestListerExpansion interface{}
UpdateRequestListerExpansion allows custom methods to be added to UpdateRequestLister.
type UpdateRequestNamespaceLister ¶
type UpdateRequestNamespaceLister interface { // List lists all UpdateRequests in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.UpdateRequest, err error) // Get retrieves the UpdateRequest from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v2.UpdateRequest, error) UpdateRequestNamespaceListerExpansion }
UpdateRequestNamespaceLister helps list and get UpdateRequests. All objects returned here must be treated as read-only.
type UpdateRequestNamespaceListerExpansion ¶
type UpdateRequestNamespaceListerExpansion interface{}
UpdateRequestNamespaceListerExpansion allows custom methods to be added to UpdateRequestNamespaceLister.