v1alpha1

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2020 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 CertificateLister

type CertificateLister interface {
	// List lists all Certificates in the indexer.
	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.

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.
	List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error)
	// Get retrieves the Certificate from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Certificate, error)
	CertificateNamespaceListerExpansion
}

CertificateNamespaceLister helps list and get Certificates.

type CertificateNamespaceListerExpansion

type CertificateNamespaceListerExpansion interface{}

CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.

type IngressLister

type IngressLister interface {
	// List lists all Ingresses in the indexer.
	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.

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.
	List(selector labels.Selector) (ret []*v1alpha1.Ingress, err error)
	// Get retrieves the Ingress from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Ingress, error)
	IngressNamespaceListerExpansion
}

IngressNamespaceLister helps list and get Ingresses.

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.
	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.

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.
	List(selector labels.Selector) (ret []*v1alpha1.ServerlessService, err error)
	// Get retrieves the ServerlessService from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ServerlessService, error)
	ServerlessServiceNamespaceListerExpansion
}

ServerlessServiceNamespaceLister helps list and get ServerlessServices.

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