v1alpha

package
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 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 AcceptableUsePolicyLister

type AcceptableUsePolicyLister interface {
	// List lists all AcceptableUsePolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.AcceptableUsePolicy, err error)
	// AcceptableUsePolicies returns an object that can list and get AcceptableUsePolicies.
	AcceptableUsePolicies(namespace string) AcceptableUsePolicyNamespaceLister
	AcceptableUsePolicyListerExpansion
}

AcceptableUsePolicyLister helps list AcceptableUsePolicies. All objects returned here must be treated as read-only.

func NewAcceptableUsePolicyLister

func NewAcceptableUsePolicyLister(indexer cache.Indexer) AcceptableUsePolicyLister

NewAcceptableUsePolicyLister returns a new AcceptableUsePolicyLister.

type AcceptableUsePolicyListerExpansion

type AcceptableUsePolicyListerExpansion interface{}

AcceptableUsePolicyListerExpansion allows custom methods to be added to AcceptableUsePolicyLister.

type AcceptableUsePolicyNamespaceLister

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

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

type AcceptableUsePolicyNamespaceListerExpansion

type AcceptableUsePolicyNamespaceListerExpansion interface{}

AcceptableUsePolicyNamespaceListerExpansion allows custom methods to be added to AcceptableUsePolicyNamespaceLister.

type AuthorityLister

type AuthorityLister interface {
	// List lists all Authorities in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.Authority, err error)
	// Get retrieves the Authority from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha.Authority, error)
	AuthorityListerExpansion
}

AuthorityLister helps list Authorities. All objects returned here must be treated as read-only.

func NewAuthorityLister

func NewAuthorityLister(indexer cache.Indexer) AuthorityLister

NewAuthorityLister returns a new AuthorityLister.

type AuthorityListerExpansion

type AuthorityListerExpansion interface{}

AuthorityListerExpansion allows custom methods to be added to AuthorityLister.

type AuthorityRequestLister

type AuthorityRequestLister interface {
	// List lists all AuthorityRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.AuthorityRequest, err error)
	// Get retrieves the AuthorityRequest from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha.AuthorityRequest, error)
	AuthorityRequestListerExpansion
}

AuthorityRequestLister helps list AuthorityRequests. All objects returned here must be treated as read-only.

func NewAuthorityRequestLister

func NewAuthorityRequestLister(indexer cache.Indexer) AuthorityRequestLister

NewAuthorityRequestLister returns a new AuthorityRequestLister.

type AuthorityRequestListerExpansion

type AuthorityRequestListerExpansion interface{}

AuthorityRequestListerExpansion allows custom methods to be added to AuthorityRequestLister.

type EmailVerificationLister

type EmailVerificationLister interface {
	// List lists all EmailVerifications in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.EmailVerification, err error)
	// EmailVerifications returns an object that can list and get EmailVerifications.
	EmailVerifications(namespace string) EmailVerificationNamespaceLister
	EmailVerificationListerExpansion
}

EmailVerificationLister helps list EmailVerifications. All objects returned here must be treated as read-only.

func NewEmailVerificationLister

func NewEmailVerificationLister(indexer cache.Indexer) EmailVerificationLister

NewEmailVerificationLister returns a new EmailVerificationLister.

type EmailVerificationListerExpansion

type EmailVerificationListerExpansion interface{}

EmailVerificationListerExpansion allows custom methods to be added to EmailVerificationLister.

type EmailVerificationNamespaceLister

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

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

type EmailVerificationNamespaceListerExpansion

type EmailVerificationNamespaceListerExpansion interface{}

EmailVerificationNamespaceListerExpansion allows custom methods to be added to EmailVerificationNamespaceLister.

type NodeContributionLister

type NodeContributionLister interface {
	// List lists all NodeContributions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.NodeContribution, err error)
	// NodeContributions returns an object that can list and get NodeContributions.
	NodeContributions(namespace string) NodeContributionNamespaceLister
	NodeContributionListerExpansion
}

NodeContributionLister helps list NodeContributions. All objects returned here must be treated as read-only.

func NewNodeContributionLister

func NewNodeContributionLister(indexer cache.Indexer) NodeContributionLister

NewNodeContributionLister returns a new NodeContributionLister.

type NodeContributionListerExpansion

type NodeContributionListerExpansion interface{}

NodeContributionListerExpansion allows custom methods to be added to NodeContributionLister.

type NodeContributionNamespaceLister

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

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

type NodeContributionNamespaceListerExpansion

type NodeContributionNamespaceListerExpansion interface{}

NodeContributionNamespaceListerExpansion allows custom methods to be added to NodeContributionNamespaceLister.

type SelectiveDeploymentLister

type SelectiveDeploymentLister interface {
	// List lists all SelectiveDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.SelectiveDeployment, err error)
	// SelectiveDeployments returns an object that can list and get SelectiveDeployments.
	SelectiveDeployments(namespace string) SelectiveDeploymentNamespaceLister
	SelectiveDeploymentListerExpansion
}

SelectiveDeploymentLister helps list SelectiveDeployments. All objects returned here must be treated as read-only.

func NewSelectiveDeploymentLister

func NewSelectiveDeploymentLister(indexer cache.Indexer) SelectiveDeploymentLister

NewSelectiveDeploymentLister returns a new SelectiveDeploymentLister.

type SelectiveDeploymentListerExpansion

type SelectiveDeploymentListerExpansion interface{}

SelectiveDeploymentListerExpansion allows custom methods to be added to SelectiveDeploymentLister.

type SelectiveDeploymentNamespaceLister

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

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

type SelectiveDeploymentNamespaceListerExpansion

type SelectiveDeploymentNamespaceListerExpansion interface{}

SelectiveDeploymentNamespaceListerExpansion allows custom methods to be added to SelectiveDeploymentNamespaceLister.

type SliceLister

type SliceLister interface {
	// List lists all Slices in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.Slice, err error)
	// Slices returns an object that can list and get Slices.
	Slices(namespace string) SliceNamespaceLister
	SliceListerExpansion
}

SliceLister helps list Slices. All objects returned here must be treated as read-only.

func NewSliceLister

func NewSliceLister(indexer cache.Indexer) SliceLister

NewSliceLister returns a new SliceLister.

type SliceListerExpansion

type SliceListerExpansion interface{}

SliceListerExpansion allows custom methods to be added to SliceLister.

type SliceNamespaceLister

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

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

type SliceNamespaceListerExpansion

type SliceNamespaceListerExpansion interface{}

SliceNamespaceListerExpansion allows custom methods to be added to SliceNamespaceLister.

type TeamLister

type TeamLister interface {
	// List lists all Teams in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.Team, err error)
	// Teams returns an object that can list and get Teams.
	Teams(namespace string) TeamNamespaceLister
	TeamListerExpansion
}

TeamLister helps list Teams. All objects returned here must be treated as read-only.

func NewTeamLister

func NewTeamLister(indexer cache.Indexer) TeamLister

NewTeamLister returns a new TeamLister.

type TeamListerExpansion

type TeamListerExpansion interface{}

TeamListerExpansion allows custom methods to be added to TeamLister.

type TeamNamespaceLister

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

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

type TeamNamespaceListerExpansion

type TeamNamespaceListerExpansion interface{}

TeamNamespaceListerExpansion allows custom methods to be added to TeamNamespaceLister.

type TotalResourceQuotaLister

type TotalResourceQuotaLister interface {
	// List lists all TotalResourceQuotas in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.TotalResourceQuota, err error)
	// Get retrieves the TotalResourceQuota from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha.TotalResourceQuota, error)
	TotalResourceQuotaListerExpansion
}

TotalResourceQuotaLister helps list TotalResourceQuotas. All objects returned here must be treated as read-only.

func NewTotalResourceQuotaLister

func NewTotalResourceQuotaLister(indexer cache.Indexer) TotalResourceQuotaLister

NewTotalResourceQuotaLister returns a new TotalResourceQuotaLister.

type TotalResourceQuotaListerExpansion

type TotalResourceQuotaListerExpansion interface{}

TotalResourceQuotaListerExpansion allows custom methods to be added to TotalResourceQuotaLister.

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 []*v1alpha.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 []*v1alpha.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) (*v1alpha.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.

type UserRegistrationRequestLister

type UserRegistrationRequestLister interface {
	// List lists all UserRegistrationRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha.UserRegistrationRequest, err error)
	// UserRegistrationRequests returns an object that can list and get UserRegistrationRequests.
	UserRegistrationRequests(namespace string) UserRegistrationRequestNamespaceLister
	UserRegistrationRequestListerExpansion
}

UserRegistrationRequestLister helps list UserRegistrationRequests. All objects returned here must be treated as read-only.

func NewUserRegistrationRequestLister

func NewUserRegistrationRequestLister(indexer cache.Indexer) UserRegistrationRequestLister

NewUserRegistrationRequestLister returns a new UserRegistrationRequestLister.

type UserRegistrationRequestListerExpansion

type UserRegistrationRequestListerExpansion interface{}

UserRegistrationRequestListerExpansion allows custom methods to be added to UserRegistrationRequestLister.

type UserRegistrationRequestNamespaceLister

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

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

type UserRegistrationRequestNamespaceListerExpansion

type UserRegistrationRequestNamespaceListerExpansion interface{}

UserRegistrationRequestNamespaceListerExpansion allows custom methods to be added to UserRegistrationRequestNamespaceLister.

Jump to

Keyboard shortcuts

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