v1alpha1

package
v0.0.0-...-6886f78 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 27

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 ClusterDomainClaimLister

type ClusterDomainClaimLister interface {
	// List lists all ClusterDomainClaims in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterDomainClaim, err error)
	// Get retrieves the ClusterDomainClaim from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClusterDomainClaim, error)
	ClusterDomainClaimListerExpansion
}

ClusterDomainClaimLister helps list ClusterDomainClaims. All objects returned here must be treated as read-only.

func NewClusterDomainClaimLister

func NewClusterDomainClaimLister(indexer cache.Indexer) ClusterDomainClaimLister

NewClusterDomainClaimLister returns a new ClusterDomainClaimLister.

type ClusterDomainClaimListerExpansion

type ClusterDomainClaimListerExpansion interface{}

ClusterDomainClaimListerExpansion allows custom methods to be added to ClusterDomainClaimLister.

type IngressLister

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

IngressLister helps list Ingresses. All objects returned here must be treated as read-only.

func NewIngressLister

func NewIngressLister(indexer cache.Indexer) IngressLister

NewIngressLister returns a new IngressLister.

type IngressListerExpansion

type IngressListerExpansion interface{}

IngressListerExpansion allows custom methods to be added to IngressLister.

type IngressNamespaceLister

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

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

type IngressNamespaceListerExpansion

type IngressNamespaceListerExpansion interface{}

IngressNamespaceListerExpansion allows custom methods to be added to IngressNamespaceLister.

type ServerlessServiceLister

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

ServerlessServiceLister helps list ServerlessServices. All objects returned here must be treated as read-only.

func NewServerlessServiceLister

func NewServerlessServiceLister(indexer cache.Indexer) ServerlessServiceLister

NewServerlessServiceLister returns a new ServerlessServiceLister.

type ServerlessServiceListerExpansion

type ServerlessServiceListerExpansion interface{}

ServerlessServiceListerExpansion allows custom methods to be added to ServerlessServiceLister.

type ServerlessServiceNamespaceLister

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

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

type ServerlessServiceNamespaceListerExpansion

type ServerlessServiceNamespaceListerExpansion interface{}

ServerlessServiceNamespaceListerExpansion allows custom methods to be added to ServerlessServiceNamespaceLister.

Jump to

Keyboard shortcuts

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