Documentation ¶
Index ¶
- type AccountIamBindingLister
- type AccountIamBindingListerExpansion
- type AccountIamBindingNamespaceLister
- type AccountIamBindingNamespaceListerExpansion
- type AccountIamMemberLister
- type AccountIamMemberListerExpansion
- type AccountIamMemberNamespaceLister
- type AccountIamMemberNamespaceListerExpansion
- type AccountIamPolicyLister
- type AccountIamPolicyListerExpansion
- type AccountIamPolicyNamespaceLister
- type AccountIamPolicyNamespaceListerExpansion
- type AccountKeyLister
- type AccountKeyListerExpansion
- type AccountKeyNamespaceLister
- type AccountKeyNamespaceListerExpansion
- type AccountLister
- type AccountListerExpansion
- type AccountNamespaceLister
- type AccountNamespaceListerExpansion
- type NetworkingConnectionLister
- type NetworkingConnectionListerExpansion
- type NetworkingConnectionNamespaceLister
- type NetworkingConnectionNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountIamBindingLister ¶
type AccountIamBindingLister interface { // List lists all AccountIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamBinding, err error) // AccountIamBindings returns an object that can list and get AccountIamBindings. AccountIamBindings(namespace string) AccountIamBindingNamespaceLister AccountIamBindingListerExpansion }
AccountIamBindingLister helps list AccountIamBindings. All objects returned here must be treated as read-only.
func NewAccountIamBindingLister ¶
func NewAccountIamBindingLister(indexer cache.Indexer) AccountIamBindingLister
NewAccountIamBindingLister returns a new AccountIamBindingLister.
type AccountIamBindingListerExpansion ¶
type AccountIamBindingListerExpansion interface{}
AccountIamBindingListerExpansion allows custom methods to be added to AccountIamBindingLister.
type AccountIamBindingNamespaceLister ¶
type AccountIamBindingNamespaceLister interface { // List lists all AccountIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamBinding, err error) // Get retrieves the AccountIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountIamBinding, error) AccountIamBindingNamespaceListerExpansion }
AccountIamBindingNamespaceLister helps list and get AccountIamBindings. All objects returned here must be treated as read-only.
type AccountIamBindingNamespaceListerExpansion ¶
type AccountIamBindingNamespaceListerExpansion interface{}
AccountIamBindingNamespaceListerExpansion allows custom methods to be added to AccountIamBindingNamespaceLister.
type AccountIamMemberLister ¶
type AccountIamMemberLister interface { // List lists all AccountIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamMember, err error) // AccountIamMembers returns an object that can list and get AccountIamMembers. AccountIamMembers(namespace string) AccountIamMemberNamespaceLister AccountIamMemberListerExpansion }
AccountIamMemberLister helps list AccountIamMembers. All objects returned here must be treated as read-only.
func NewAccountIamMemberLister ¶
func NewAccountIamMemberLister(indexer cache.Indexer) AccountIamMemberLister
NewAccountIamMemberLister returns a new AccountIamMemberLister.
type AccountIamMemberListerExpansion ¶
type AccountIamMemberListerExpansion interface{}
AccountIamMemberListerExpansion allows custom methods to be added to AccountIamMemberLister.
type AccountIamMemberNamespaceLister ¶
type AccountIamMemberNamespaceLister interface { // List lists all AccountIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamMember, err error) // Get retrieves the AccountIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountIamMember, error) AccountIamMemberNamespaceListerExpansion }
AccountIamMemberNamespaceLister helps list and get AccountIamMembers. All objects returned here must be treated as read-only.
type AccountIamMemberNamespaceListerExpansion ¶
type AccountIamMemberNamespaceListerExpansion interface{}
AccountIamMemberNamespaceListerExpansion allows custom methods to be added to AccountIamMemberNamespaceLister.
type AccountIamPolicyLister ¶
type AccountIamPolicyLister interface { // List lists all AccountIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamPolicy, err error) // AccountIamPolicies returns an object that can list and get AccountIamPolicies. AccountIamPolicies(namespace string) AccountIamPolicyNamespaceLister AccountIamPolicyListerExpansion }
AccountIamPolicyLister helps list AccountIamPolicies. All objects returned here must be treated as read-only.
func NewAccountIamPolicyLister ¶
func NewAccountIamPolicyLister(indexer cache.Indexer) AccountIamPolicyLister
NewAccountIamPolicyLister returns a new AccountIamPolicyLister.
type AccountIamPolicyListerExpansion ¶
type AccountIamPolicyListerExpansion interface{}
AccountIamPolicyListerExpansion allows custom methods to be added to AccountIamPolicyLister.
type AccountIamPolicyNamespaceLister ¶
type AccountIamPolicyNamespaceLister interface { // List lists all AccountIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountIamPolicy, err error) // Get retrieves the AccountIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountIamPolicy, error) AccountIamPolicyNamespaceListerExpansion }
AccountIamPolicyNamespaceLister helps list and get AccountIamPolicies. All objects returned here must be treated as read-only.
type AccountIamPolicyNamespaceListerExpansion ¶
type AccountIamPolicyNamespaceListerExpansion interface{}
AccountIamPolicyNamespaceListerExpansion allows custom methods to be added to AccountIamPolicyNamespaceLister.
type AccountKeyLister ¶
type AccountKeyLister interface { // List lists all AccountKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountKey, err error) // AccountKeys returns an object that can list and get AccountKeys. AccountKeys(namespace string) AccountKeyNamespaceLister AccountKeyListerExpansion }
AccountKeyLister helps list AccountKeys. All objects returned here must be treated as read-only.
func NewAccountKeyLister ¶
func NewAccountKeyLister(indexer cache.Indexer) AccountKeyLister
NewAccountKeyLister returns a new AccountKeyLister.
type AccountKeyListerExpansion ¶
type AccountKeyListerExpansion interface{}
AccountKeyListerExpansion allows custom methods to be added to AccountKeyLister.
type AccountKeyNamespaceLister ¶
type AccountKeyNamespaceLister interface { // List lists all AccountKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountKey, err error) // Get retrieves the AccountKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountKey, error) AccountKeyNamespaceListerExpansion }
AccountKeyNamespaceLister helps list and get AccountKeys. All objects returned here must be treated as read-only.
type AccountKeyNamespaceListerExpansion ¶
type AccountKeyNamespaceListerExpansion interface{}
AccountKeyNamespaceListerExpansion allows custom methods to be added to AccountKeyNamespaceLister.
type AccountLister ¶
type AccountLister interface { // List lists all Accounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Accounts returns an object that can list and get Accounts. Accounts(namespace string) AccountNamespaceLister AccountListerExpansion }
AccountLister helps list Accounts. All objects returned here must be treated as read-only.
func NewAccountLister ¶
func NewAccountLister(indexer cache.Indexer) AccountLister
NewAccountLister returns a new AccountLister.
type AccountListerExpansion ¶
type AccountListerExpansion interface{}
AccountListerExpansion allows custom methods to be added to AccountLister.
type AccountNamespaceLister ¶
type AccountNamespaceLister interface { // List lists all Accounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Get retrieves the Account from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Account, error) AccountNamespaceListerExpansion }
AccountNamespaceLister helps list and get Accounts. All objects returned here must be treated as read-only.
type AccountNamespaceListerExpansion ¶
type AccountNamespaceListerExpansion interface{}
AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.
type NetworkingConnectionLister ¶
type NetworkingConnectionLister interface { // List lists all NetworkingConnections in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkingConnection, err error) // NetworkingConnections returns an object that can list and get NetworkingConnections. NetworkingConnections(namespace string) NetworkingConnectionNamespaceLister NetworkingConnectionListerExpansion }
NetworkingConnectionLister helps list NetworkingConnections. All objects returned here must be treated as read-only.
func NewNetworkingConnectionLister ¶
func NewNetworkingConnectionLister(indexer cache.Indexer) NetworkingConnectionLister
NewNetworkingConnectionLister returns a new NetworkingConnectionLister.
type NetworkingConnectionListerExpansion ¶
type NetworkingConnectionListerExpansion interface{}
NetworkingConnectionListerExpansion allows custom methods to be added to NetworkingConnectionLister.
type NetworkingConnectionNamespaceLister ¶
type NetworkingConnectionNamespaceLister interface { // List lists all NetworkingConnections in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkingConnection, err error) // Get retrieves the NetworkingConnection from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NetworkingConnection, error) NetworkingConnectionNamespaceListerExpansion }
NetworkingConnectionNamespaceLister helps list and get NetworkingConnections. All objects returned here must be treated as read-only.
type NetworkingConnectionNamespaceListerExpansion ¶
type NetworkingConnectionNamespaceListerExpansion interface{}
NetworkingConnectionNamespaceListerExpansion allows custom methods to be added to NetworkingConnectionNamespaceLister.