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 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 ClassificationJobLister

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

ClassificationJobLister helps list ClassificationJobs. All objects returned here must be treated as read-only.

func NewClassificationJobLister

func NewClassificationJobLister(indexer cache.Indexer) ClassificationJobLister

NewClassificationJobLister returns a new ClassificationJobLister.

type ClassificationJobListerExpansion

type ClassificationJobListerExpansion interface{}

ClassificationJobListerExpansion allows custom methods to be added to ClassificationJobLister.

type ClassificationJobNamespaceLister

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

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

type ClassificationJobNamespaceListerExpansion

type ClassificationJobNamespaceListerExpansion interface{}

ClassificationJobNamespaceListerExpansion allows custom methods to be added to ClassificationJobNamespaceLister.

type CustomDataIdentifierLister

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

CustomDataIdentifierLister helps list CustomDataIdentifiers. All objects returned here must be treated as read-only.

func NewCustomDataIdentifierLister

func NewCustomDataIdentifierLister(indexer cache.Indexer) CustomDataIdentifierLister

NewCustomDataIdentifierLister returns a new CustomDataIdentifierLister.

type CustomDataIdentifierListerExpansion

type CustomDataIdentifierListerExpansion interface{}

CustomDataIdentifierListerExpansion allows custom methods to be added to CustomDataIdentifierLister.

type CustomDataIdentifierNamespaceLister

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

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

type CustomDataIdentifierNamespaceListerExpansion

type CustomDataIdentifierNamespaceListerExpansion interface{}

CustomDataIdentifierNamespaceListerExpansion allows custom methods to be added to CustomDataIdentifierNamespaceLister.

type FindingsFilterLister

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

FindingsFilterLister helps list FindingsFilters. All objects returned here must be treated as read-only.

func NewFindingsFilterLister

func NewFindingsFilterLister(indexer cache.Indexer) FindingsFilterLister

NewFindingsFilterLister returns a new FindingsFilterLister.

type FindingsFilterListerExpansion

type FindingsFilterListerExpansion interface{}

FindingsFilterListerExpansion allows custom methods to be added to FindingsFilterLister.

type FindingsFilterNamespaceLister

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

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

type FindingsFilterNamespaceListerExpansion

type FindingsFilterNamespaceListerExpansion interface{}

FindingsFilterNamespaceListerExpansion allows custom methods to be added to FindingsFilterNamespaceLister.

type InvitationAccepterLister

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

InvitationAccepterLister helps list InvitationAccepters. All objects returned here must be treated as read-only.

func NewInvitationAccepterLister

func NewInvitationAccepterLister(indexer cache.Indexer) InvitationAccepterLister

NewInvitationAccepterLister returns a new InvitationAccepterLister.

type InvitationAccepterListerExpansion

type InvitationAccepterListerExpansion interface{}

InvitationAccepterListerExpansion allows custom methods to be added to InvitationAccepterLister.

type InvitationAccepterNamespaceLister

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

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

type InvitationAccepterNamespaceListerExpansion

type InvitationAccepterNamespaceListerExpansion interface{}

InvitationAccepterNamespaceListerExpansion allows custom methods to be added to InvitationAccepterNamespaceLister.

type MemberLister

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

MemberLister helps list Members. All objects returned here must be treated as read-only.

func NewMemberLister

func NewMemberLister(indexer cache.Indexer) MemberLister

NewMemberLister returns a new MemberLister.

type MemberListerExpansion

type MemberListerExpansion interface{}

MemberListerExpansion allows custom methods to be added to MemberLister.

type MemberNamespaceLister

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

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

type MemberNamespaceListerExpansion

type MemberNamespaceListerExpansion interface{}

MemberNamespaceListerExpansion allows custom methods to be added to MemberNamespaceLister.

type OrganizationAdminAccountLister

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

OrganizationAdminAccountLister helps list OrganizationAdminAccounts. All objects returned here must be treated as read-only.

func NewOrganizationAdminAccountLister

func NewOrganizationAdminAccountLister(indexer cache.Indexer) OrganizationAdminAccountLister

NewOrganizationAdminAccountLister returns a new OrganizationAdminAccountLister.

type OrganizationAdminAccountListerExpansion

type OrganizationAdminAccountListerExpansion interface{}

OrganizationAdminAccountListerExpansion allows custom methods to be added to OrganizationAdminAccountLister.

type OrganizationAdminAccountNamespaceLister

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

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

type OrganizationAdminAccountNamespaceListerExpansion

type OrganizationAdminAccountNamespaceListerExpansion interface{}

OrganizationAdminAccountNamespaceListerExpansion allows custom methods to be added to OrganizationAdminAccountNamespaceLister.

Jump to

Keyboard shortcuts

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