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 CenterGroupLister added in v0.4.0

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

CenterGroupLister helps list CenterGroups. All objects returned here must be treated as read-only.

func NewCenterGroupLister added in v0.4.0

func NewCenterGroupLister(indexer cache.Indexer) CenterGroupLister

NewCenterGroupLister returns a new CenterGroupLister.

type CenterGroupListerExpansion added in v0.4.0

type CenterGroupListerExpansion interface{}

CenterGroupListerExpansion allows custom methods to be added to CenterGroupLister.

type CenterGroupNamespaceLister added in v0.4.0

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

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

type CenterGroupNamespaceListerExpansion added in v0.4.0

type CenterGroupNamespaceListerExpansion interface{}

CenterGroupNamespaceListerExpansion allows custom methods to be added to CenterGroupNamespaceLister.

type CenterServiceLinkedRoleLister added in v0.5.0

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

CenterServiceLinkedRoleLister helps list CenterServiceLinkedRoles. All objects returned here must be treated as read-only.

func NewCenterServiceLinkedRoleLister added in v0.5.0

func NewCenterServiceLinkedRoleLister(indexer cache.Indexer) CenterServiceLinkedRoleLister

NewCenterServiceLinkedRoleLister returns a new CenterServiceLinkedRoleLister.

type CenterServiceLinkedRoleListerExpansion added in v0.5.0

type CenterServiceLinkedRoleListerExpansion interface{}

CenterServiceLinkedRoleListerExpansion allows custom methods to be added to CenterServiceLinkedRoleLister.

type CenterServiceLinkedRoleNamespaceLister added in v0.5.0

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

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

type CenterServiceLinkedRoleNamespaceListerExpansion added in v0.5.0

type CenterServiceLinkedRoleNamespaceListerExpansion interface{}

CenterServiceLinkedRoleNamespaceListerExpansion allows custom methods to be added to CenterServiceLinkedRoleNamespaceLister.

type GroupLister

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

GroupLister helps list Groups. All objects returned here must be treated as read-only.

func NewGroupLister

func NewGroupLister(indexer cache.Indexer) GroupLister

NewGroupLister returns a new GroupLister.

type GroupListerExpansion

type GroupListerExpansion interface{}

GroupListerExpansion allows custom methods to be added to GroupLister.

type GroupNamespaceLister

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

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

type GroupNamespaceListerExpansion

type GroupNamespaceListerExpansion interface{}

GroupNamespaceListerExpansion allows custom methods to be added to GroupNamespaceLister.

type GroupRuleLister

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

GroupRuleLister helps list GroupRules. All objects returned here must be treated as read-only.

func NewGroupRuleLister

func NewGroupRuleLister(indexer cache.Indexer) GroupRuleLister

NewGroupRuleLister returns a new GroupRuleLister.

type GroupRuleListerExpansion

type GroupRuleListerExpansion interface{}

GroupRuleListerExpansion allows custom methods to be added to GroupRuleLister.

type GroupRuleNamespaceLister

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

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

type GroupRuleNamespaceListerExpansion

type GroupRuleNamespaceListerExpansion interface{}

GroupRuleNamespaceListerExpansion allows custom methods to be added to GroupRuleNamespaceLister.

Jump to

Keyboard shortcuts

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