Documentation ¶
Index ¶
- type PolicyAssignmentLister
- type PolicyAssignmentListerExpansion
- type PolicyAssignmentNamespaceLister
- type PolicyAssignmentNamespaceListerExpansion
- type SubscriptionLister
- type SubscriptionListerExpansion
- type SubscriptionNamespaceLister
- type SubscriptionNamespaceListerExpansion
- type TemplateDeploymentLister
- type TemplateDeploymentListerExpansion
- type TemplateDeploymentNamespaceLister
- type TemplateDeploymentNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyAssignmentLister ¶
type PolicyAssignmentLister interface { // List lists all PolicyAssignments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAssignment, err error) // PolicyAssignments returns an object that can list and get PolicyAssignments. PolicyAssignments(namespace string) PolicyAssignmentNamespaceLister PolicyAssignmentListerExpansion }
PolicyAssignmentLister helps list PolicyAssignments. All objects returned here must be treated as read-only.
func NewPolicyAssignmentLister ¶
func NewPolicyAssignmentLister(indexer cache.Indexer) PolicyAssignmentLister
NewPolicyAssignmentLister returns a new PolicyAssignmentLister.
type PolicyAssignmentListerExpansion ¶
type PolicyAssignmentListerExpansion interface{}
PolicyAssignmentListerExpansion allows custom methods to be added to PolicyAssignmentLister.
type PolicyAssignmentNamespaceLister ¶
type PolicyAssignmentNamespaceLister interface { // List lists all PolicyAssignments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PolicyAssignment, err error) // Get retrieves the PolicyAssignment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PolicyAssignment, error) PolicyAssignmentNamespaceListerExpansion }
PolicyAssignmentNamespaceLister helps list and get PolicyAssignments. All objects returned here must be treated as read-only.
type PolicyAssignmentNamespaceListerExpansion ¶
type PolicyAssignmentNamespaceListerExpansion interface{}
PolicyAssignmentNamespaceListerExpansion allows custom methods to be added to PolicyAssignmentNamespaceLister.
type SubscriptionLister ¶
type SubscriptionLister interface { // List lists all Subscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error) // Subscriptions returns an object that can list and get Subscriptions. Subscriptions(namespace string) SubscriptionNamespaceLister SubscriptionListerExpansion }
SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.
func NewSubscriptionLister ¶
func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister
NewSubscriptionLister returns a new SubscriptionLister.
type SubscriptionListerExpansion ¶
type SubscriptionListerExpansion interface{}
SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.
type SubscriptionNamespaceLister ¶
type SubscriptionNamespaceLister interface { // List lists all Subscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error) // Get retrieves the Subscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Subscription, error) SubscriptionNamespaceListerExpansion }
SubscriptionNamespaceLister helps list and get Subscriptions. All objects returned here must be treated as read-only.
type SubscriptionNamespaceListerExpansion ¶
type SubscriptionNamespaceListerExpansion interface{}
SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.
type TemplateDeploymentLister ¶
type TemplateDeploymentLister interface { // List lists all TemplateDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TemplateDeployment, err error) // TemplateDeployments returns an object that can list and get TemplateDeployments. TemplateDeployments(namespace string) TemplateDeploymentNamespaceLister TemplateDeploymentListerExpansion }
TemplateDeploymentLister helps list TemplateDeployments. All objects returned here must be treated as read-only.
func NewTemplateDeploymentLister ¶
func NewTemplateDeploymentLister(indexer cache.Indexer) TemplateDeploymentLister
NewTemplateDeploymentLister returns a new TemplateDeploymentLister.
type TemplateDeploymentListerExpansion ¶
type TemplateDeploymentListerExpansion interface{}
TemplateDeploymentListerExpansion allows custom methods to be added to TemplateDeploymentLister.
type TemplateDeploymentNamespaceLister ¶
type TemplateDeploymentNamespaceLister interface { // List lists all TemplateDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TemplateDeployment, err error) // Get retrieves the TemplateDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TemplateDeployment, error) TemplateDeploymentNamespaceListerExpansion }
TemplateDeploymentNamespaceLister helps list and get TemplateDeployments. All objects returned here must be treated as read-only.
type TemplateDeploymentNamespaceListerExpansion ¶
type TemplateDeploymentNamespaceListerExpansion interface{}
TemplateDeploymentNamespaceListerExpansion allows custom methods to be added to TemplateDeploymentNamespaceLister.