v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 HostAccountLister

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

HostAccountLister helps list HostAccounts. All objects returned here must be treated as read-only.

func NewHostAccountLister

func NewHostAccountLister(indexer cache.Indexer) HostAccountLister

NewHostAccountLister returns a new HostAccountLister.

type HostAccountListerExpansion

type HostAccountListerExpansion interface{}

HostAccountListerExpansion allows custom methods to be added to HostAccountLister.

type HostAccountNamespaceLister

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

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

type HostAccountNamespaceListerExpansion

type HostAccountNamespaceListerExpansion interface{}

HostAccountNamespaceListerExpansion allows custom methods to be added to HostAccountNamespaceLister.

type HostAccountUserAttachmentLister

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

HostAccountUserAttachmentLister helps list HostAccountUserAttachments. All objects returned here must be treated as read-only.

func NewHostAccountUserAttachmentLister

func NewHostAccountUserAttachmentLister(indexer cache.Indexer) HostAccountUserAttachmentLister

NewHostAccountUserAttachmentLister returns a new HostAccountUserAttachmentLister.

type HostAccountUserAttachmentListerExpansion

type HostAccountUserAttachmentListerExpansion interface{}

HostAccountUserAttachmentListerExpansion allows custom methods to be added to HostAccountUserAttachmentLister.

type HostAccountUserAttachmentNamespaceLister

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

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

type HostAccountUserAttachmentNamespaceListerExpansion

type HostAccountUserAttachmentNamespaceListerExpansion interface{}

HostAccountUserAttachmentNamespaceListerExpansion allows custom methods to be added to HostAccountUserAttachmentNamespaceLister.

type HostAccountUserGroupAttachmentLister

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

HostAccountUserGroupAttachmentLister helps list HostAccountUserGroupAttachments. All objects returned here must be treated as read-only.

func NewHostAccountUserGroupAttachmentLister

func NewHostAccountUserGroupAttachmentLister(indexer cache.Indexer) HostAccountUserGroupAttachmentLister

NewHostAccountUserGroupAttachmentLister returns a new HostAccountUserGroupAttachmentLister.

type HostAccountUserGroupAttachmentListerExpansion

type HostAccountUserGroupAttachmentListerExpansion interface{}

HostAccountUserGroupAttachmentListerExpansion allows custom methods to be added to HostAccountUserGroupAttachmentLister.

type HostAccountUserGroupAttachmentNamespaceLister

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

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

type HostAccountUserGroupAttachmentNamespaceListerExpansion

type HostAccountUserGroupAttachmentNamespaceListerExpansion interface{}

HostAccountUserGroupAttachmentNamespaceListerExpansion allows custom methods to be added to HostAccountUserGroupAttachmentNamespaceLister.

type HostAttachmentLister

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

HostAttachmentLister helps list HostAttachments. All objects returned here must be treated as read-only.

func NewHostAttachmentLister

func NewHostAttachmentLister(indexer cache.Indexer) HostAttachmentLister

NewHostAttachmentLister returns a new HostAttachmentLister.

type HostAttachmentListerExpansion

type HostAttachmentListerExpansion interface{}

HostAttachmentListerExpansion allows custom methods to be added to HostAttachmentLister.

type HostAttachmentNamespaceLister

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

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

type HostAttachmentNamespaceListerExpansion

type HostAttachmentNamespaceListerExpansion interface{}

HostAttachmentNamespaceListerExpansion allows custom methods to be added to HostAttachmentNamespaceLister.

type HostGroupAccountUserAttachmentLister

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

HostGroupAccountUserAttachmentLister helps list HostGroupAccountUserAttachments. All objects returned here must be treated as read-only.

func NewHostGroupAccountUserAttachmentLister

func NewHostGroupAccountUserAttachmentLister(indexer cache.Indexer) HostGroupAccountUserAttachmentLister

NewHostGroupAccountUserAttachmentLister returns a new HostGroupAccountUserAttachmentLister.

type HostGroupAccountUserAttachmentListerExpansion

type HostGroupAccountUserAttachmentListerExpansion interface{}

HostGroupAccountUserAttachmentListerExpansion allows custom methods to be added to HostGroupAccountUserAttachmentLister.

type HostGroupAccountUserAttachmentNamespaceLister

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

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

type HostGroupAccountUserAttachmentNamespaceListerExpansion

type HostGroupAccountUserAttachmentNamespaceListerExpansion interface{}

HostGroupAccountUserAttachmentNamespaceListerExpansion allows custom methods to be added to HostGroupAccountUserAttachmentNamespaceLister.

type HostGroupAccountUserGroupAttachmentLister

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

HostGroupAccountUserGroupAttachmentLister helps list HostGroupAccountUserGroupAttachments. All objects returned here must be treated as read-only.

func NewHostGroupAccountUserGroupAttachmentLister

func NewHostGroupAccountUserGroupAttachmentLister(indexer cache.Indexer) HostGroupAccountUserGroupAttachmentLister

NewHostGroupAccountUserGroupAttachmentLister returns a new HostGroupAccountUserGroupAttachmentLister.

type HostGroupAccountUserGroupAttachmentListerExpansion

type HostGroupAccountUserGroupAttachmentListerExpansion interface{}

HostGroupAccountUserGroupAttachmentListerExpansion allows custom methods to be added to HostGroupAccountUserGroupAttachmentLister.

type HostGroupAccountUserGroupAttachmentNamespaceLister

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

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

type HostGroupAccountUserGroupAttachmentNamespaceListerExpansion

type HostGroupAccountUserGroupAttachmentNamespaceListerExpansion interface{}

HostGroupAccountUserGroupAttachmentNamespaceListerExpansion allows custom methods to be added to HostGroupAccountUserGroupAttachmentNamespaceLister.

type HostGroupLister

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

HostGroupLister helps list HostGroups. All objects returned here must be treated as read-only.

func NewHostGroupLister

func NewHostGroupLister(indexer cache.Indexer) HostGroupLister

NewHostGroupLister returns a new HostGroupLister.

type HostGroupListerExpansion

type HostGroupListerExpansion interface{}

HostGroupListerExpansion allows custom methods to be added to HostGroupLister.

type HostGroupNamespaceLister

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

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

type HostGroupNamespaceListerExpansion

type HostGroupNamespaceListerExpansion interface{}

HostGroupNamespaceListerExpansion allows custom methods to be added to HostGroupNamespaceLister.

type HostLister

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

HostLister helps list Hosts. All objects returned here must be treated as read-only.

func NewHostLister

func NewHostLister(indexer cache.Indexer) HostLister

NewHostLister returns a new HostLister.

type HostListerExpansion

type HostListerExpansion interface{}

HostListerExpansion allows custom methods to be added to HostLister.

type HostNamespaceLister

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

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

type HostNamespaceListerExpansion

type HostNamespaceListerExpansion interface{}

HostNamespaceListerExpansion allows custom methods to be added to HostNamespaceLister.

type InstanceLister

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

InstanceLister helps list Instances. All objects returned here must be treated as read-only.

func NewInstanceLister

func NewInstanceLister(indexer cache.Indexer) InstanceLister

NewInstanceLister returns a new InstanceLister.

type InstanceListerExpansion

type InstanceListerExpansion interface{}

InstanceListerExpansion allows custom methods to be added to InstanceLister.

type InstanceNamespaceLister

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

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

type InstanceNamespaceListerExpansion

type InstanceNamespaceListerExpansion interface{}

InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.

type UserAttachmentLister

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

UserAttachmentLister helps list UserAttachments. All objects returned here must be treated as read-only.

func NewUserAttachmentLister

func NewUserAttachmentLister(indexer cache.Indexer) UserAttachmentLister

NewUserAttachmentLister returns a new UserAttachmentLister.

type UserAttachmentListerExpansion

type UserAttachmentListerExpansion interface{}

UserAttachmentListerExpansion allows custom methods to be added to UserAttachmentLister.

type UserAttachmentNamespaceLister

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

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

type UserAttachmentNamespaceListerExpansion

type UserAttachmentNamespaceListerExpansion interface{}

UserAttachmentNamespaceListerExpansion allows custom methods to be added to UserAttachmentNamespaceLister.

type UserGroupLister

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

UserGroupLister helps list UserGroups. All objects returned here must be treated as read-only.

func NewUserGroupLister

func NewUserGroupLister(indexer cache.Indexer) UserGroupLister

NewUserGroupLister returns a new UserGroupLister.

type UserGroupListerExpansion

type UserGroupListerExpansion interface{}

UserGroupListerExpansion allows custom methods to be added to UserGroupLister.

type UserGroupNamespaceLister

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

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

type UserGroupNamespaceListerExpansion

type UserGroupNamespaceListerExpansion interface{}

UserGroupNamespaceListerExpansion allows custom methods to be added to UserGroupNamespaceLister.

type UserLister

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

UserLister helps list Users. All objects returned here must be treated as read-only.

func NewUserLister

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister

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

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

type UserNamespaceListerExpansion

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

Jump to

Keyboard shortcuts

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