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 ChartNamespaceLister added in v0.5.0

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

ChartNamespaceLister helps list ChartNamespaces. All objects returned here must be treated as read-only.

func NewChartNamespaceLister added in v0.5.0

func NewChartNamespaceLister(indexer cache.Indexer) ChartNamespaceLister

NewChartNamespaceLister returns a new ChartNamespaceLister.

type ChartNamespaceListerExpansion added in v0.5.0

type ChartNamespaceListerExpansion interface{}

ChartNamespaceListerExpansion allows custom methods to be added to ChartNamespaceLister.

type ChartNamespaceNamespaceLister added in v0.5.0

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

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

type ChartNamespaceNamespaceListerExpansion added in v0.5.0

type ChartNamespaceNamespaceListerExpansion interface{}

ChartNamespaceNamespaceListerExpansion allows custom methods to be added to ChartNamespaceNamespaceLister.

type ChartRepositoryLister added in v0.5.0

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

ChartRepositoryLister helps list ChartRepositories. All objects returned here must be treated as read-only.

func NewChartRepositoryLister added in v0.5.0

func NewChartRepositoryLister(indexer cache.Indexer) ChartRepositoryLister

NewChartRepositoryLister returns a new ChartRepositoryLister.

type ChartRepositoryListerExpansion added in v0.5.0

type ChartRepositoryListerExpansion interface{}

ChartRepositoryListerExpansion allows custom methods to be added to ChartRepositoryLister.

type ChartRepositoryNamespaceLister added in v0.5.0

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

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

type ChartRepositoryNamespaceListerExpansion added in v0.5.0

type ChartRepositoryNamespaceListerExpansion interface{}

ChartRepositoryNamespaceListerExpansion allows custom methods to be added to ChartRepositoryNamespaceLister.

type EeInstanceLister

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

EeInstanceLister helps list EeInstances. All objects returned here must be treated as read-only.

func NewEeInstanceLister

func NewEeInstanceLister(indexer cache.Indexer) EeInstanceLister

NewEeInstanceLister returns a new EeInstanceLister.

type EeInstanceListerExpansion

type EeInstanceListerExpansion interface{}

EeInstanceListerExpansion allows custom methods to be added to EeInstanceLister.

type EeInstanceNamespaceLister

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

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

type EeInstanceNamespaceListerExpansion

type EeInstanceNamespaceListerExpansion interface{}

EeInstanceNamespaceListerExpansion allows custom methods to be added to EeInstanceNamespaceLister.

type EeNamespaceLister

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

EeNamespaceLister helps list EeNamespaces. All objects returned here must be treated as read-only.

func NewEeNamespaceLister

func NewEeNamespaceLister(indexer cache.Indexer) EeNamespaceLister

NewEeNamespaceLister returns a new EeNamespaceLister.

type EeNamespaceListerExpansion

type EeNamespaceListerExpansion interface{}

EeNamespaceListerExpansion allows custom methods to be added to EeNamespaceLister.

type EeNamespaceNamespaceLister

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

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

type EeNamespaceNamespaceListerExpansion

type EeNamespaceNamespaceListerExpansion interface{}

EeNamespaceNamespaceListerExpansion allows custom methods to be added to EeNamespaceNamespaceLister.

type EeRepoLister

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

EeRepoLister helps list EeRepos. All objects returned here must be treated as read-only.

func NewEeRepoLister

func NewEeRepoLister(indexer cache.Indexer) EeRepoLister

NewEeRepoLister returns a new EeRepoLister.

type EeRepoListerExpansion

type EeRepoListerExpansion interface{}

EeRepoListerExpansion allows custom methods to be added to EeRepoLister.

type EeRepoNamespaceLister

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

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

type EeRepoNamespaceListerExpansion

type EeRepoNamespaceListerExpansion interface{}

EeRepoNamespaceListerExpansion allows custom methods to be added to EeRepoNamespaceLister.

type EeSyncRuleLister

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

EeSyncRuleLister helps list EeSyncRules. All objects returned here must be treated as read-only.

func NewEeSyncRuleLister

func NewEeSyncRuleLister(indexer cache.Indexer) EeSyncRuleLister

NewEeSyncRuleLister returns a new EeSyncRuleLister.

type EeSyncRuleListerExpansion

type EeSyncRuleListerExpansion interface{}

EeSyncRuleListerExpansion allows custom methods to be added to EeSyncRuleLister.

type EeSyncRuleNamespaceLister

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

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

type EeSyncRuleNamespaceListerExpansion

type EeSyncRuleNamespaceListerExpansion interface{}

EeSyncRuleNamespaceListerExpansion allows custom methods to be added to EeSyncRuleNamespaceLister.

type EndpointACLPolicyLister added in v0.4.0

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

EndpointACLPolicyLister helps list EndpointACLPolicies. All objects returned here must be treated as read-only.

func NewEndpointACLPolicyLister added in v0.4.0

func NewEndpointACLPolicyLister(indexer cache.Indexer) EndpointACLPolicyLister

NewEndpointACLPolicyLister returns a new EndpointACLPolicyLister.

type EndpointACLPolicyListerExpansion added in v0.4.0

type EndpointACLPolicyListerExpansion interface{}

EndpointACLPolicyListerExpansion allows custom methods to be added to EndpointACLPolicyLister.

type EndpointACLPolicyNamespaceLister added in v0.4.0

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

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

type EndpointACLPolicyNamespaceListerExpansion added in v0.4.0

type EndpointACLPolicyNamespaceListerExpansion interface{}

EndpointACLPolicyNamespaceListerExpansion allows custom methods to be added to EndpointACLPolicyNamespaceLister.

type NamespaceLister

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

NamespaceLister helps list Namespaces. All objects returned here must be treated as read-only.

func NewNamespaceLister

func NewNamespaceLister(indexer cache.Indexer) NamespaceLister

NewNamespaceLister returns a new NamespaceLister.

type NamespaceListerExpansion

type NamespaceListerExpansion interface{}

NamespaceListerExpansion allows custom methods to be added to NamespaceLister.

type NamespaceNamespaceLister

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

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

type NamespaceNamespaceListerExpansion

type NamespaceNamespaceListerExpansion interface{}

NamespaceNamespaceListerExpansion allows custom methods to be added to NamespaceNamespaceLister.

type RepoLister

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

RepoLister helps list Repos. All objects returned here must be treated as read-only.

func NewRepoLister

func NewRepoLister(indexer cache.Indexer) RepoLister

NewRepoLister returns a new RepoLister.

type RepoListerExpansion

type RepoListerExpansion interface{}

RepoListerExpansion allows custom methods to be added to RepoLister.

type RepoNamespaceLister

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

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

type RepoNamespaceListerExpansion

type RepoNamespaceListerExpansion interface{}

RepoNamespaceListerExpansion allows custom methods to be added to RepoNamespaceLister.

Jump to

Keyboard shortcuts

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