Documentation ¶
Index ¶
- type CloudfunctionsFunctionLister
- type CloudfunctionsFunctionListerExpansion
- type CloudfunctionsFunctionNamespaceLister
- type CloudfunctionsFunctionNamespaceListerExpansion
- type IamBindingLister
- type IamBindingListerExpansion
- type IamBindingNamespaceLister
- type IamBindingNamespaceListerExpansion
- type IamMemberLister
- type IamMemberListerExpansion
- type IamMemberNamespaceLister
- type IamMemberNamespaceListerExpansion
- type IamPolicyLister
- type IamPolicyListerExpansion
- type IamPolicyNamespaceLister
- type IamPolicyNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudfunctionsFunctionLister ¶
type CloudfunctionsFunctionLister interface { // List lists all CloudfunctionsFunctions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CloudfunctionsFunction, err error) // CloudfunctionsFunctions returns an object that can list and get CloudfunctionsFunctions. CloudfunctionsFunctions(namespace string) CloudfunctionsFunctionNamespaceLister CloudfunctionsFunctionListerExpansion }
CloudfunctionsFunctionLister helps list CloudfunctionsFunctions. All objects returned here must be treated as read-only.
func NewCloudfunctionsFunctionLister ¶
func NewCloudfunctionsFunctionLister(indexer cache.Indexer) CloudfunctionsFunctionLister
NewCloudfunctionsFunctionLister returns a new CloudfunctionsFunctionLister.
type CloudfunctionsFunctionListerExpansion ¶
type CloudfunctionsFunctionListerExpansion interface{}
CloudfunctionsFunctionListerExpansion allows custom methods to be added to CloudfunctionsFunctionLister.
type CloudfunctionsFunctionNamespaceLister ¶
type CloudfunctionsFunctionNamespaceLister interface { // List lists all CloudfunctionsFunctions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CloudfunctionsFunction, err error) // Get retrieves the CloudfunctionsFunction from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CloudfunctionsFunction, error) CloudfunctionsFunctionNamespaceListerExpansion }
CloudfunctionsFunctionNamespaceLister helps list and get CloudfunctionsFunctions. All objects returned here must be treated as read-only.
type CloudfunctionsFunctionNamespaceListerExpansion ¶
type CloudfunctionsFunctionNamespaceListerExpansion interface{}
CloudfunctionsFunctionNamespaceListerExpansion allows custom methods to be added to CloudfunctionsFunctionNamespaceLister.
type IamBindingLister ¶
type IamBindingLister interface { // List lists all IamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamBinding, err error) // IamBindings returns an object that can list and get IamBindings. IamBindings(namespace string) IamBindingNamespaceLister IamBindingListerExpansion }
IamBindingLister helps list IamBindings. All objects returned here must be treated as read-only.
func NewIamBindingLister ¶
func NewIamBindingLister(indexer cache.Indexer) IamBindingLister
NewIamBindingLister returns a new IamBindingLister.
type IamBindingListerExpansion ¶
type IamBindingListerExpansion interface{}
IamBindingListerExpansion allows custom methods to be added to IamBindingLister.
type IamBindingNamespaceLister ¶
type IamBindingNamespaceLister interface { // List lists all IamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamBinding, err error) // Get retrieves the IamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamBinding, error) IamBindingNamespaceListerExpansion }
IamBindingNamespaceLister helps list and get IamBindings. All objects returned here must be treated as read-only.
type IamBindingNamespaceListerExpansion ¶
type IamBindingNamespaceListerExpansion interface{}
IamBindingNamespaceListerExpansion allows custom methods to be added to IamBindingNamespaceLister.
type IamMemberLister ¶
type IamMemberLister interface { // List lists all IamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamMember, err error) // IamMembers returns an object that can list and get IamMembers. IamMembers(namespace string) IamMemberNamespaceLister IamMemberListerExpansion }
IamMemberLister helps list IamMembers. All objects returned here must be treated as read-only.
func NewIamMemberLister ¶
func NewIamMemberLister(indexer cache.Indexer) IamMemberLister
NewIamMemberLister returns a new IamMemberLister.
type IamMemberListerExpansion ¶
type IamMemberListerExpansion interface{}
IamMemberListerExpansion allows custom methods to be added to IamMemberLister.
type IamMemberNamespaceLister ¶
type IamMemberNamespaceLister interface { // List lists all IamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamMember, err error) // Get retrieves the IamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamMember, error) IamMemberNamespaceListerExpansion }
IamMemberNamespaceLister helps list and get IamMembers. All objects returned here must be treated as read-only.
type IamMemberNamespaceListerExpansion ¶
type IamMemberNamespaceListerExpansion interface{}
IamMemberNamespaceListerExpansion allows custom methods to be added to IamMemberNamespaceLister.
type IamPolicyLister ¶
type IamPolicyLister interface { // List lists all IamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamPolicy, err error) // IamPolicies returns an object that can list and get IamPolicies. IamPolicies(namespace string) IamPolicyNamespaceLister IamPolicyListerExpansion }
IamPolicyLister helps list IamPolicies. All objects returned here must be treated as read-only.
func NewIamPolicyLister ¶
func NewIamPolicyLister(indexer cache.Indexer) IamPolicyLister
NewIamPolicyLister returns a new IamPolicyLister.
type IamPolicyListerExpansion ¶
type IamPolicyListerExpansion interface{}
IamPolicyListerExpansion allows custom methods to be added to IamPolicyLister.
type IamPolicyNamespaceLister ¶
type IamPolicyNamespaceLister interface { // List lists all IamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IamPolicy, err error) // Get retrieves the IamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IamPolicy, error) IamPolicyNamespaceListerExpansion }
IamPolicyNamespaceLister helps list and get IamPolicies. All objects returned here must be treated as read-only.
type IamPolicyNamespaceListerExpansion ¶
type IamPolicyNamespaceListerExpansion interface{}
IamPolicyNamespaceListerExpansion allows custom methods to be added to IamPolicyNamespaceLister.