v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 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 ElasticsearchDomainLister

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

ElasticsearchDomainLister helps list ElasticsearchDomains. All objects returned here must be treated as read-only.

func NewElasticsearchDomainLister

func NewElasticsearchDomainLister(indexer cache.Indexer) ElasticsearchDomainLister

NewElasticsearchDomainLister returns a new ElasticsearchDomainLister.

type ElasticsearchDomainListerExpansion

type ElasticsearchDomainListerExpansion interface{}

ElasticsearchDomainListerExpansion allows custom methods to be added to ElasticsearchDomainLister.

type ElasticsearchDomainNamespaceLister

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

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

type ElasticsearchDomainNamespaceListerExpansion

type ElasticsearchDomainNamespaceListerExpansion interface{}

ElasticsearchDomainNamespaceListerExpansion allows custom methods to be added to ElasticsearchDomainNamespaceLister.

type PolicyLister

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

PolicyLister helps list Policies. All objects returned here must be treated as read-only.

func NewPolicyLister

func NewPolicyLister(indexer cache.Indexer) PolicyLister

NewPolicyLister returns a new PolicyLister.

type PolicyListerExpansion

type PolicyListerExpansion interface{}

PolicyListerExpansion allows custom methods to be added to PolicyLister.

type PolicyNamespaceLister

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

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

type PolicyNamespaceListerExpansion

type PolicyNamespaceListerExpansion interface{}

PolicyNamespaceListerExpansion allows custom methods to be added to PolicyNamespaceLister.

type SamlOptionsLister

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

SamlOptionsLister helps list SamlOptionses. All objects returned here must be treated as read-only.

func NewSamlOptionsLister

func NewSamlOptionsLister(indexer cache.Indexer) SamlOptionsLister

NewSamlOptionsLister returns a new SamlOptionsLister.

type SamlOptionsListerExpansion

type SamlOptionsListerExpansion interface{}

SamlOptionsListerExpansion allows custom methods to be added to SamlOptionsLister.

type SamlOptionsNamespaceLister

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

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

type SamlOptionsNamespaceListerExpansion

type SamlOptionsNamespaceListerExpansion interface{}

SamlOptionsNamespaceListerExpansion allows custom methods to be added to SamlOptionsNamespaceLister.

Jump to

Keyboard shortcuts

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