Documentation ¶
Index ¶
- type GroupLister
- type GroupListerExpansion
- type GroupNamespaceLister
- type GroupNamespaceListerExpansion
- type GroupPolicyAssignmentLister
- type GroupPolicyAssignmentListerExpansion
- type GroupPolicyAssignmentNamespaceLister
- type GroupPolicyAssignmentNamespaceListerExpansion
- type GroupSubscriptionAssociationLister
- type GroupSubscriptionAssociationListerExpansion
- type GroupSubscriptionAssociationNamespaceLister
- type GroupSubscriptionAssociationNamespaceListerExpansion
- type GroupTemplateDeploymentLister
- type GroupTemplateDeploymentListerExpansion
- type GroupTemplateDeploymentNamespaceLister
- type GroupTemplateDeploymentNamespaceListerExpansion
- type LockLister
- type LockListerExpansion
- type LockNamespaceLister
- type LockNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupLister ¶
type GroupLister interface { // List lists all Groups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Groups returns an object that can list and get Groups. Groups(namespace string) GroupNamespaceLister GroupListerExpansion }
GroupLister helps list Groups. All objects returned here must be treated as read-only.
func NewGroupLister ¶
func NewGroupLister(indexer cache.Indexer) GroupLister
NewGroupLister returns a new GroupLister.
type GroupListerExpansion ¶
type GroupListerExpansion interface{}
GroupListerExpansion allows custom methods to be added to GroupLister.
type GroupNamespaceLister ¶
type GroupNamespaceLister interface { // List lists all Groups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Group, err error) // Get retrieves the Group from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Group, error) GroupNamespaceListerExpansion }
GroupNamespaceLister helps list and get Groups. All objects returned here must be treated as read-only.
type GroupNamespaceListerExpansion ¶
type GroupNamespaceListerExpansion interface{}
GroupNamespaceListerExpansion allows custom methods to be added to GroupNamespaceLister.
type GroupPolicyAssignmentLister ¶
type GroupPolicyAssignmentLister interface { // List lists all GroupPolicyAssignments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAssignment, err error) // GroupPolicyAssignments returns an object that can list and get GroupPolicyAssignments. GroupPolicyAssignments(namespace string) GroupPolicyAssignmentNamespaceLister GroupPolicyAssignmentListerExpansion }
GroupPolicyAssignmentLister helps list GroupPolicyAssignments. All objects returned here must be treated as read-only.
func NewGroupPolicyAssignmentLister ¶
func NewGroupPolicyAssignmentLister(indexer cache.Indexer) GroupPolicyAssignmentLister
NewGroupPolicyAssignmentLister returns a new GroupPolicyAssignmentLister.
type GroupPolicyAssignmentListerExpansion ¶
type GroupPolicyAssignmentListerExpansion interface{}
GroupPolicyAssignmentListerExpansion allows custom methods to be added to GroupPolicyAssignmentLister.
type GroupPolicyAssignmentNamespaceLister ¶
type GroupPolicyAssignmentNamespaceLister interface { // List lists all GroupPolicyAssignments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupPolicyAssignment, err error) // Get retrieves the GroupPolicyAssignment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupPolicyAssignment, error) GroupPolicyAssignmentNamespaceListerExpansion }
GroupPolicyAssignmentNamespaceLister helps list and get GroupPolicyAssignments. All objects returned here must be treated as read-only.
type GroupPolicyAssignmentNamespaceListerExpansion ¶
type GroupPolicyAssignmentNamespaceListerExpansion interface{}
GroupPolicyAssignmentNamespaceListerExpansion allows custom methods to be added to GroupPolicyAssignmentNamespaceLister.
type GroupSubscriptionAssociationLister ¶
type GroupSubscriptionAssociationLister interface { // List lists all GroupSubscriptionAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupSubscriptionAssociation, err error) // GroupSubscriptionAssociations returns an object that can list and get GroupSubscriptionAssociations. GroupSubscriptionAssociations(namespace string) GroupSubscriptionAssociationNamespaceLister GroupSubscriptionAssociationListerExpansion }
GroupSubscriptionAssociationLister helps list GroupSubscriptionAssociations. All objects returned here must be treated as read-only.
func NewGroupSubscriptionAssociationLister ¶
func NewGroupSubscriptionAssociationLister(indexer cache.Indexer) GroupSubscriptionAssociationLister
NewGroupSubscriptionAssociationLister returns a new GroupSubscriptionAssociationLister.
type GroupSubscriptionAssociationListerExpansion ¶
type GroupSubscriptionAssociationListerExpansion interface{}
GroupSubscriptionAssociationListerExpansion allows custom methods to be added to GroupSubscriptionAssociationLister.
type GroupSubscriptionAssociationNamespaceLister ¶
type GroupSubscriptionAssociationNamespaceLister interface { // List lists all GroupSubscriptionAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupSubscriptionAssociation, err error) // Get retrieves the GroupSubscriptionAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupSubscriptionAssociation, error) GroupSubscriptionAssociationNamespaceListerExpansion }
GroupSubscriptionAssociationNamespaceLister helps list and get GroupSubscriptionAssociations. All objects returned here must be treated as read-only.
type GroupSubscriptionAssociationNamespaceListerExpansion ¶
type GroupSubscriptionAssociationNamespaceListerExpansion interface{}
GroupSubscriptionAssociationNamespaceListerExpansion allows custom methods to be added to GroupSubscriptionAssociationNamespaceLister.
type GroupTemplateDeploymentLister ¶
type GroupTemplateDeploymentLister interface { // List lists all GroupTemplateDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupTemplateDeployment, err error) // GroupTemplateDeployments returns an object that can list and get GroupTemplateDeployments. GroupTemplateDeployments(namespace string) GroupTemplateDeploymentNamespaceLister GroupTemplateDeploymentListerExpansion }
GroupTemplateDeploymentLister helps list GroupTemplateDeployments. All objects returned here must be treated as read-only.
func NewGroupTemplateDeploymentLister ¶
func NewGroupTemplateDeploymentLister(indexer cache.Indexer) GroupTemplateDeploymentLister
NewGroupTemplateDeploymentLister returns a new GroupTemplateDeploymentLister.
type GroupTemplateDeploymentListerExpansion ¶
type GroupTemplateDeploymentListerExpansion interface{}
GroupTemplateDeploymentListerExpansion allows custom methods to be added to GroupTemplateDeploymentLister.
type GroupTemplateDeploymentNamespaceLister ¶
type GroupTemplateDeploymentNamespaceLister interface { // List lists all GroupTemplateDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GroupTemplateDeployment, err error) // Get retrieves the GroupTemplateDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GroupTemplateDeployment, error) GroupTemplateDeploymentNamespaceListerExpansion }
GroupTemplateDeploymentNamespaceLister helps list and get GroupTemplateDeployments. All objects returned here must be treated as read-only.
type GroupTemplateDeploymentNamespaceListerExpansion ¶
type GroupTemplateDeploymentNamespaceListerExpansion interface{}
GroupTemplateDeploymentNamespaceListerExpansion allows custom methods to be added to GroupTemplateDeploymentNamespaceLister.
type LockLister ¶
type LockLister interface { // List lists all Locks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Lock, err error) // Locks returns an object that can list and get Locks. Locks(namespace string) LockNamespaceLister LockListerExpansion }
LockLister helps list Locks. All objects returned here must be treated as read-only.
func NewLockLister ¶
func NewLockLister(indexer cache.Indexer) LockLister
NewLockLister returns a new LockLister.
type LockListerExpansion ¶
type LockListerExpansion interface{}
LockListerExpansion allows custom methods to be added to LockLister.
type LockNamespaceLister ¶
type LockNamespaceLister interface { // List lists all Locks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Lock, err error) // Get retrieves the Lock from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Lock, error) LockNamespaceListerExpansion }
LockNamespaceLister helps list and get Locks. All objects returned here must be treated as read-only.
type LockNamespaceListerExpansion ¶
type LockNamespaceListerExpansion interface{}
LockNamespaceListerExpansion allows custom methods to be added to LockNamespaceLister.