v1alpha1

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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.

type NetworkingPeeredDNSDomainLister added in v0.4.0

type NetworkingPeeredDNSDomainLister interface {
	// List lists all NetworkingPeeredDNSDomains in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkingPeeredDNSDomain, err error)
	// NetworkingPeeredDNSDomains returns an object that can list and get NetworkingPeeredDNSDomains.
	NetworkingPeeredDNSDomains(namespace string) NetworkingPeeredDNSDomainNamespaceLister
	NetworkingPeeredDNSDomainListerExpansion
}

NetworkingPeeredDNSDomainLister helps list NetworkingPeeredDNSDomains. All objects returned here must be treated as read-only.

func NewNetworkingPeeredDNSDomainLister added in v0.4.0

func NewNetworkingPeeredDNSDomainLister(indexer cache.Indexer) NetworkingPeeredDNSDomainLister

NewNetworkingPeeredDNSDomainLister returns a new NetworkingPeeredDNSDomainLister.

type NetworkingPeeredDNSDomainListerExpansion added in v0.4.0

type NetworkingPeeredDNSDomainListerExpansion interface{}

NetworkingPeeredDNSDomainListerExpansion allows custom methods to be added to NetworkingPeeredDNSDomainLister.

type NetworkingPeeredDNSDomainNamespaceLister added in v0.4.0

type NetworkingPeeredDNSDomainNamespaceLister interface {
	// List lists all NetworkingPeeredDNSDomains in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkingPeeredDNSDomain, err error)
	// Get retrieves the NetworkingPeeredDNSDomain from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NetworkingPeeredDNSDomain, error)
	NetworkingPeeredDNSDomainNamespaceListerExpansion
}

NetworkingPeeredDNSDomainNamespaceLister helps list and get NetworkingPeeredDNSDomains. All objects returned here must be treated as read-only.

type NetworkingPeeredDNSDomainNamespaceListerExpansion added in v0.4.0

type NetworkingPeeredDNSDomainNamespaceListerExpansion interface{}

NetworkingPeeredDNSDomainNamespaceListerExpansion allows custom methods to be added to NetworkingPeeredDNSDomainNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL