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 ApiDiagnosticLister

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

ApiDiagnosticLister helps list ApiDiagnostics. All objects returned here must be treated as read-only.

func NewApiDiagnosticLister

func NewApiDiagnosticLister(indexer cache.Indexer) ApiDiagnosticLister

NewApiDiagnosticLister returns a new ApiDiagnosticLister.

type ApiDiagnosticListerExpansion

type ApiDiagnosticListerExpansion interface{}

ApiDiagnosticListerExpansion allows custom methods to be added to ApiDiagnosticLister.

type ApiDiagnosticNamespaceLister

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

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

type ApiDiagnosticNamespaceListerExpansion

type ApiDiagnosticNamespaceListerExpansion interface{}

ApiDiagnosticNamespaceListerExpansion allows custom methods to be added to ApiDiagnosticNamespaceLister.

type ApiLister

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

ApiLister helps list Apis. All objects returned here must be treated as read-only.

func NewApiLister

func NewApiLister(indexer cache.Indexer) ApiLister

NewApiLister returns a new ApiLister.

type ApiListerExpansion

type ApiListerExpansion interface{}

ApiListerExpansion allows custom methods to be added to ApiLister.

type ApiManagementLister

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

ApiManagementLister helps list ApiManagements. All objects returned here must be treated as read-only.

func NewApiManagementLister

func NewApiManagementLister(indexer cache.Indexer) ApiManagementLister

NewApiManagementLister returns a new ApiManagementLister.

type ApiManagementListerExpansion

type ApiManagementListerExpansion interface{}

ApiManagementListerExpansion allows custom methods to be added to ApiManagementLister.

type ApiManagementNamespaceLister

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

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

type ApiManagementNamespaceListerExpansion

type ApiManagementNamespaceListerExpansion interface{}

ApiManagementNamespaceListerExpansion allows custom methods to be added to ApiManagementNamespaceLister.

type ApiNamespaceLister

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

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

type ApiNamespaceListerExpansion

type ApiNamespaceListerExpansion interface{}

ApiNamespaceListerExpansion allows custom methods to be added to ApiNamespaceLister.

type ApiOperationLister

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

ApiOperationLister helps list ApiOperations. All objects returned here must be treated as read-only.

func NewApiOperationLister

func NewApiOperationLister(indexer cache.Indexer) ApiOperationLister

NewApiOperationLister returns a new ApiOperationLister.

type ApiOperationListerExpansion

type ApiOperationListerExpansion interface{}

ApiOperationListerExpansion allows custom methods to be added to ApiOperationLister.

type ApiOperationNamespaceLister

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

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

type ApiOperationNamespaceListerExpansion

type ApiOperationNamespaceListerExpansion interface{}

ApiOperationNamespaceListerExpansion allows custom methods to be added to ApiOperationNamespaceLister.

type ApiOperationPolicyLister

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

ApiOperationPolicyLister helps list ApiOperationPolicies. All objects returned here must be treated as read-only.

func NewApiOperationPolicyLister

func NewApiOperationPolicyLister(indexer cache.Indexer) ApiOperationPolicyLister

NewApiOperationPolicyLister returns a new ApiOperationPolicyLister.

type ApiOperationPolicyListerExpansion

type ApiOperationPolicyListerExpansion interface{}

ApiOperationPolicyListerExpansion allows custom methods to be added to ApiOperationPolicyLister.

type ApiOperationPolicyNamespaceLister

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

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

type ApiOperationPolicyNamespaceListerExpansion

type ApiOperationPolicyNamespaceListerExpansion interface{}

ApiOperationPolicyNamespaceListerExpansion allows custom methods to be added to ApiOperationPolicyNamespaceLister.

type ApiOperationTagLister

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

ApiOperationTagLister helps list ApiOperationTags. All objects returned here must be treated as read-only.

func NewApiOperationTagLister

func NewApiOperationTagLister(indexer cache.Indexer) ApiOperationTagLister

NewApiOperationTagLister returns a new ApiOperationTagLister.

type ApiOperationTagListerExpansion

type ApiOperationTagListerExpansion interface{}

ApiOperationTagListerExpansion allows custom methods to be added to ApiOperationTagLister.

type ApiOperationTagNamespaceLister

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

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

type ApiOperationTagNamespaceListerExpansion

type ApiOperationTagNamespaceListerExpansion interface{}

ApiOperationTagNamespaceListerExpansion allows custom methods to be added to ApiOperationTagNamespaceLister.

type ApiPolicyLister

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

ApiPolicyLister helps list ApiPolicies. All objects returned here must be treated as read-only.

func NewApiPolicyLister

func NewApiPolicyLister(indexer cache.Indexer) ApiPolicyLister

NewApiPolicyLister returns a new ApiPolicyLister.

type ApiPolicyListerExpansion

type ApiPolicyListerExpansion interface{}

ApiPolicyListerExpansion allows custom methods to be added to ApiPolicyLister.

type ApiPolicyNamespaceLister

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

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

type ApiPolicyNamespaceListerExpansion

type ApiPolicyNamespaceListerExpansion interface{}

ApiPolicyNamespaceListerExpansion allows custom methods to be added to ApiPolicyNamespaceLister.

type ApiSchemaLister

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

ApiSchemaLister helps list ApiSchemas. All objects returned here must be treated as read-only.

func NewApiSchemaLister

func NewApiSchemaLister(indexer cache.Indexer) ApiSchemaLister

NewApiSchemaLister returns a new ApiSchemaLister.

type ApiSchemaListerExpansion

type ApiSchemaListerExpansion interface{}

ApiSchemaListerExpansion allows custom methods to be added to ApiSchemaLister.

type ApiSchemaNamespaceLister

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

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

type ApiSchemaNamespaceListerExpansion

type ApiSchemaNamespaceListerExpansion interface{}

ApiSchemaNamespaceListerExpansion allows custom methods to be added to ApiSchemaNamespaceLister.

type ApiVersionSetLister

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

ApiVersionSetLister helps list ApiVersionSets. All objects returned here must be treated as read-only.

func NewApiVersionSetLister

func NewApiVersionSetLister(indexer cache.Indexer) ApiVersionSetLister

NewApiVersionSetLister returns a new ApiVersionSetLister.

type ApiVersionSetListerExpansion

type ApiVersionSetListerExpansion interface{}

ApiVersionSetListerExpansion allows custom methods to be added to ApiVersionSetLister.

type ApiVersionSetNamespaceLister

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

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

type ApiVersionSetNamespaceListerExpansion

type ApiVersionSetNamespaceListerExpansion interface{}

ApiVersionSetNamespaceListerExpansion allows custom methods to be added to ApiVersionSetNamespaceLister.

type AuthorizationServerLister

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

AuthorizationServerLister helps list AuthorizationServers. All objects returned here must be treated as read-only.

func NewAuthorizationServerLister

func NewAuthorizationServerLister(indexer cache.Indexer) AuthorizationServerLister

NewAuthorizationServerLister returns a new AuthorizationServerLister.

type AuthorizationServerListerExpansion

type AuthorizationServerListerExpansion interface{}

AuthorizationServerListerExpansion allows custom methods to be added to AuthorizationServerLister.

type AuthorizationServerNamespaceLister

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

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

type AuthorizationServerNamespaceListerExpansion

type AuthorizationServerNamespaceListerExpansion interface{}

AuthorizationServerNamespaceListerExpansion allows custom methods to be added to AuthorizationServerNamespaceLister.

type BackendLister

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

BackendLister helps list Backends. All objects returned here must be treated as read-only.

func NewBackendLister

func NewBackendLister(indexer cache.Indexer) BackendLister

NewBackendLister returns a new BackendLister.

type BackendListerExpansion

type BackendListerExpansion interface{}

BackendListerExpansion allows custom methods to be added to BackendLister.

type BackendNamespaceLister

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

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

type BackendNamespaceListerExpansion

type BackendNamespaceListerExpansion interface{}

BackendNamespaceListerExpansion allows custom methods to be added to BackendNamespaceLister.

type CertificateLister

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

CertificateLister helps list Certificates. All objects returned here must be treated as read-only.

func NewCertificateLister

func NewCertificateLister(indexer cache.Indexer) CertificateLister

NewCertificateLister returns a new CertificateLister.

type CertificateListerExpansion

type CertificateListerExpansion interface{}

CertificateListerExpansion allows custom methods to be added to CertificateLister.

type CertificateNamespaceLister

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

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

type CertificateNamespaceListerExpansion

type CertificateNamespaceListerExpansion interface{}

CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.

type CustomDomainLister

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

CustomDomainLister helps list CustomDomains. All objects returned here must be treated as read-only.

func NewCustomDomainLister

func NewCustomDomainLister(indexer cache.Indexer) CustomDomainLister

NewCustomDomainLister returns a new CustomDomainLister.

type CustomDomainListerExpansion

type CustomDomainListerExpansion interface{}

CustomDomainListerExpansion allows custom methods to be added to CustomDomainLister.

type CustomDomainNamespaceLister

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

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

type CustomDomainNamespaceListerExpansion

type CustomDomainNamespaceListerExpansion interface{}

CustomDomainNamespaceListerExpansion allows custom methods to be added to CustomDomainNamespaceLister.

type DiagnosticLister

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

DiagnosticLister helps list Diagnostics. All objects returned here must be treated as read-only.

func NewDiagnosticLister

func NewDiagnosticLister(indexer cache.Indexer) DiagnosticLister

NewDiagnosticLister returns a new DiagnosticLister.

type DiagnosticListerExpansion

type DiagnosticListerExpansion interface{}

DiagnosticListerExpansion allows custom methods to be added to DiagnosticLister.

type DiagnosticNamespaceLister

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

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

type DiagnosticNamespaceListerExpansion

type DiagnosticNamespaceListerExpansion interface{}

DiagnosticNamespaceListerExpansion allows custom methods to be added to DiagnosticNamespaceLister.

type EmailTemplateLister

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

EmailTemplateLister helps list EmailTemplates. All objects returned here must be treated as read-only.

func NewEmailTemplateLister

func NewEmailTemplateLister(indexer cache.Indexer) EmailTemplateLister

NewEmailTemplateLister returns a new EmailTemplateLister.

type EmailTemplateListerExpansion

type EmailTemplateListerExpansion interface{}

EmailTemplateListerExpansion allows custom methods to be added to EmailTemplateLister.

type EmailTemplateNamespaceLister

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

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

type EmailTemplateNamespaceListerExpansion

type EmailTemplateNamespaceListerExpansion interface{}

EmailTemplateNamespaceListerExpansion allows custom methods to be added to EmailTemplateNamespaceLister.

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 GroupUserLister

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

GroupUserLister helps list GroupUsers. All objects returned here must be treated as read-only.

func NewGroupUserLister

func NewGroupUserLister(indexer cache.Indexer) GroupUserLister

NewGroupUserLister returns a new GroupUserLister.

type GroupUserListerExpansion

type GroupUserListerExpansion interface{}

GroupUserListerExpansion allows custom methods to be added to GroupUserLister.

type GroupUserNamespaceLister

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

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

type GroupUserNamespaceListerExpansion

type GroupUserNamespaceListerExpansion interface{}

GroupUserNamespaceListerExpansion allows custom methods to be added to GroupUserNamespaceLister.

type IdentityProviderAadLister

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

IdentityProviderAadLister helps list IdentityProviderAads. All objects returned here must be treated as read-only.

func NewIdentityProviderAadLister

func NewIdentityProviderAadLister(indexer cache.Indexer) IdentityProviderAadLister

NewIdentityProviderAadLister returns a new IdentityProviderAadLister.

type IdentityProviderAadListerExpansion

type IdentityProviderAadListerExpansion interface{}

IdentityProviderAadListerExpansion allows custom methods to be added to IdentityProviderAadLister.

type IdentityProviderAadNamespaceLister

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

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

type IdentityProviderAadNamespaceListerExpansion

type IdentityProviderAadNamespaceListerExpansion interface{}

IdentityProviderAadNamespaceListerExpansion allows custom methods to be added to IdentityProviderAadNamespaceLister.

type IdentityProviderAadb2cLister

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

IdentityProviderAadb2cLister helps list IdentityProviderAadb2cs. All objects returned here must be treated as read-only.

func NewIdentityProviderAadb2cLister

func NewIdentityProviderAadb2cLister(indexer cache.Indexer) IdentityProviderAadb2cLister

NewIdentityProviderAadb2cLister returns a new IdentityProviderAadb2cLister.

type IdentityProviderAadb2cListerExpansion

type IdentityProviderAadb2cListerExpansion interface{}

IdentityProviderAadb2cListerExpansion allows custom methods to be added to IdentityProviderAadb2cLister.

type IdentityProviderAadb2cNamespaceLister

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

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

type IdentityProviderAadb2cNamespaceListerExpansion

type IdentityProviderAadb2cNamespaceListerExpansion interface{}

IdentityProviderAadb2cNamespaceListerExpansion allows custom methods to be added to IdentityProviderAadb2cNamespaceLister.

type IdentityProviderFacebookLister

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

IdentityProviderFacebookLister helps list IdentityProviderFacebooks. All objects returned here must be treated as read-only.

func NewIdentityProviderFacebookLister

func NewIdentityProviderFacebookLister(indexer cache.Indexer) IdentityProviderFacebookLister

NewIdentityProviderFacebookLister returns a new IdentityProviderFacebookLister.

type IdentityProviderFacebookListerExpansion

type IdentityProviderFacebookListerExpansion interface{}

IdentityProviderFacebookListerExpansion allows custom methods to be added to IdentityProviderFacebookLister.

type IdentityProviderFacebookNamespaceLister

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

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

type IdentityProviderFacebookNamespaceListerExpansion

type IdentityProviderFacebookNamespaceListerExpansion interface{}

IdentityProviderFacebookNamespaceListerExpansion allows custom methods to be added to IdentityProviderFacebookNamespaceLister.

type IdentityProviderGoogleLister

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

IdentityProviderGoogleLister helps list IdentityProviderGoogles. All objects returned here must be treated as read-only.

func NewIdentityProviderGoogleLister

func NewIdentityProviderGoogleLister(indexer cache.Indexer) IdentityProviderGoogleLister

NewIdentityProviderGoogleLister returns a new IdentityProviderGoogleLister.

type IdentityProviderGoogleListerExpansion

type IdentityProviderGoogleListerExpansion interface{}

IdentityProviderGoogleListerExpansion allows custom methods to be added to IdentityProviderGoogleLister.

type IdentityProviderGoogleNamespaceLister

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

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

type IdentityProviderGoogleNamespaceListerExpansion

type IdentityProviderGoogleNamespaceListerExpansion interface{}

IdentityProviderGoogleNamespaceListerExpansion allows custom methods to be added to IdentityProviderGoogleNamespaceLister.

type IdentityProviderMicrosoftLister

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

IdentityProviderMicrosoftLister helps list IdentityProviderMicrosofts. All objects returned here must be treated as read-only.

func NewIdentityProviderMicrosoftLister

func NewIdentityProviderMicrosoftLister(indexer cache.Indexer) IdentityProviderMicrosoftLister

NewIdentityProviderMicrosoftLister returns a new IdentityProviderMicrosoftLister.

type IdentityProviderMicrosoftListerExpansion

type IdentityProviderMicrosoftListerExpansion interface{}

IdentityProviderMicrosoftListerExpansion allows custom methods to be added to IdentityProviderMicrosoftLister.

type IdentityProviderMicrosoftNamespaceLister

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

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

type IdentityProviderMicrosoftNamespaceListerExpansion

type IdentityProviderMicrosoftNamespaceListerExpansion interface{}

IdentityProviderMicrosoftNamespaceListerExpansion allows custom methods to be added to IdentityProviderMicrosoftNamespaceLister.

type IdentityProviderTwitterLister

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

IdentityProviderTwitterLister helps list IdentityProviderTwitters. All objects returned here must be treated as read-only.

func NewIdentityProviderTwitterLister

func NewIdentityProviderTwitterLister(indexer cache.Indexer) IdentityProviderTwitterLister

NewIdentityProviderTwitterLister returns a new IdentityProviderTwitterLister.

type IdentityProviderTwitterListerExpansion

type IdentityProviderTwitterListerExpansion interface{}

IdentityProviderTwitterListerExpansion allows custom methods to be added to IdentityProviderTwitterLister.

type IdentityProviderTwitterNamespaceLister

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

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

type IdentityProviderTwitterNamespaceListerExpansion

type IdentityProviderTwitterNamespaceListerExpansion interface{}

IdentityProviderTwitterNamespaceListerExpansion allows custom methods to be added to IdentityProviderTwitterNamespaceLister.

type LoggerLister

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

LoggerLister helps list Loggers. All objects returned here must be treated as read-only.

func NewLoggerLister

func NewLoggerLister(indexer cache.Indexer) LoggerLister

NewLoggerLister returns a new LoggerLister.

type LoggerListerExpansion

type LoggerListerExpansion interface{}

LoggerListerExpansion allows custom methods to be added to LoggerLister.

type LoggerNamespaceLister

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

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

type LoggerNamespaceListerExpansion

type LoggerNamespaceListerExpansion interface{}

LoggerNamespaceListerExpansion allows custom methods to be added to LoggerNamespaceLister.

type NamedValueLister

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

NamedValueLister helps list NamedValues. All objects returned here must be treated as read-only.

func NewNamedValueLister

func NewNamedValueLister(indexer cache.Indexer) NamedValueLister

NewNamedValueLister returns a new NamedValueLister.

type NamedValueListerExpansion

type NamedValueListerExpansion interface{}

NamedValueListerExpansion allows custom methods to be added to NamedValueLister.

type NamedValueNamespaceLister

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

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

type NamedValueNamespaceListerExpansion

type NamedValueNamespaceListerExpansion interface{}

NamedValueNamespaceListerExpansion allows custom methods to be added to NamedValueNamespaceLister.

type OpenidConnectProviderLister

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

OpenidConnectProviderLister helps list OpenidConnectProviders. All objects returned here must be treated as read-only.

func NewOpenidConnectProviderLister

func NewOpenidConnectProviderLister(indexer cache.Indexer) OpenidConnectProviderLister

NewOpenidConnectProviderLister returns a new OpenidConnectProviderLister.

type OpenidConnectProviderListerExpansion

type OpenidConnectProviderListerExpansion interface{}

OpenidConnectProviderListerExpansion allows custom methods to be added to OpenidConnectProviderLister.

type OpenidConnectProviderNamespaceLister

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

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

type OpenidConnectProviderNamespaceListerExpansion

type OpenidConnectProviderNamespaceListerExpansion interface{}

OpenidConnectProviderNamespaceListerExpansion allows custom methods to be added to OpenidConnectProviderNamespaceLister.

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 ProductAPILister

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

ProductAPILister helps list ProductAPIs. All objects returned here must be treated as read-only.

func NewProductAPILister

func NewProductAPILister(indexer cache.Indexer) ProductAPILister

NewProductAPILister returns a new ProductAPILister.

type ProductAPIListerExpansion

type ProductAPIListerExpansion interface{}

ProductAPIListerExpansion allows custom methods to be added to ProductAPILister.

type ProductAPINamespaceLister

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

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

type ProductAPINamespaceListerExpansion

type ProductAPINamespaceListerExpansion interface{}

ProductAPINamespaceListerExpansion allows custom methods to be added to ProductAPINamespaceLister.

type ProductGroupLister

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

ProductGroupLister helps list ProductGroups. All objects returned here must be treated as read-only.

func NewProductGroupLister

func NewProductGroupLister(indexer cache.Indexer) ProductGroupLister

NewProductGroupLister returns a new ProductGroupLister.

type ProductGroupListerExpansion

type ProductGroupListerExpansion interface{}

ProductGroupListerExpansion allows custom methods to be added to ProductGroupLister.

type ProductGroupNamespaceLister

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

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

type ProductGroupNamespaceListerExpansion

type ProductGroupNamespaceListerExpansion interface{}

ProductGroupNamespaceListerExpansion allows custom methods to be added to ProductGroupNamespaceLister.

type ProductLister

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

ProductLister helps list Products. All objects returned here must be treated as read-only.

func NewProductLister

func NewProductLister(indexer cache.Indexer) ProductLister

NewProductLister returns a new ProductLister.

type ProductListerExpansion

type ProductListerExpansion interface{}

ProductListerExpansion allows custom methods to be added to ProductLister.

type ProductNamespaceLister

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

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

type ProductNamespaceListerExpansion

type ProductNamespaceListerExpansion interface{}

ProductNamespaceListerExpansion allows custom methods to be added to ProductNamespaceLister.

type ProductPolicyLister

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

ProductPolicyLister helps list ProductPolicies. All objects returned here must be treated as read-only.

func NewProductPolicyLister

func NewProductPolicyLister(indexer cache.Indexer) ProductPolicyLister

NewProductPolicyLister returns a new ProductPolicyLister.

type ProductPolicyListerExpansion

type ProductPolicyListerExpansion interface{}

ProductPolicyListerExpansion allows custom methods to be added to ProductPolicyLister.

type ProductPolicyNamespaceLister

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

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

type ProductPolicyNamespaceListerExpansion

type ProductPolicyNamespaceListerExpansion interface{}

ProductPolicyNamespaceListerExpansion allows custom methods to be added to ProductPolicyNamespaceLister.

type PropertyLister

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

PropertyLister helps list Properties. All objects returned here must be treated as read-only.

func NewPropertyLister

func NewPropertyLister(indexer cache.Indexer) PropertyLister

NewPropertyLister returns a new PropertyLister.

type PropertyListerExpansion

type PropertyListerExpansion interface{}

PropertyListerExpansion allows custom methods to be added to PropertyLister.

type PropertyNamespaceLister

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

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

type PropertyNamespaceListerExpansion

type PropertyNamespaceListerExpansion interface{}

PropertyNamespaceListerExpansion allows custom methods to be added to PropertyNamespaceLister.

type RedisCacheLister

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

RedisCacheLister helps list RedisCaches. All objects returned here must be treated as read-only.

func NewRedisCacheLister

func NewRedisCacheLister(indexer cache.Indexer) RedisCacheLister

NewRedisCacheLister returns a new RedisCacheLister.

type RedisCacheListerExpansion

type RedisCacheListerExpansion interface{}

RedisCacheListerExpansion allows custom methods to be added to RedisCacheLister.

type RedisCacheNamespaceLister

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

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

type RedisCacheNamespaceListerExpansion

type RedisCacheNamespaceListerExpansion interface{}

RedisCacheNamespaceListerExpansion allows custom methods to be added to RedisCacheNamespaceLister.

type SubscriptionLister

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

SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.

func NewSubscriptionLister

func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister

NewSubscriptionLister returns a new SubscriptionLister.

type SubscriptionListerExpansion

type SubscriptionListerExpansion interface{}

SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.

type SubscriptionNamespaceLister

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

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

type SubscriptionNamespaceListerExpansion

type SubscriptionNamespaceListerExpansion interface{}

SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.

type UserLister

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

UserLister helps list Users. All objects returned here must be treated as read-only.

func NewUserLister

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister

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

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

type UserNamespaceListerExpansion

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

Jump to

Keyboard shortcuts

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