Documentation
¶
Index ¶
- type ElasticsearchDomainLister
- type ElasticsearchDomainListerExpansion
- type ElasticsearchDomainNamespaceLister
- type ElasticsearchDomainNamespaceListerExpansion
- type PolicyLister
- type PolicyListerExpansion
- type PolicyNamespaceLister
- type PolicyNamespaceListerExpansion
- type SamlOptionsLister
- type SamlOptionsListerExpansion
- type SamlOptionsNamespaceLister
- type SamlOptionsNamespaceListerExpansion
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.