v1alpha1

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 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 ChallengeLister added in v0.6.0

type ChallengeLister interface {
	// List lists all Challenges in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Challenge, err error)
	// Challenges returns an object that can list and get Challenges.
	Challenges(namespace string) ChallengeNamespaceLister
	ChallengeListerExpansion
}

ChallengeLister helps list Challenges.

func NewChallengeLister added in v0.6.0

func NewChallengeLister(indexer cache.Indexer) ChallengeLister

NewChallengeLister returns a new ChallengeLister.

type ChallengeListerExpansion added in v0.6.0

type ChallengeListerExpansion interface{}

ChallengeListerExpansion allows custom methods to be added to ChallengeLister.

type ChallengeNamespaceLister added in v0.6.0

type ChallengeNamespaceLister interface {
	// List lists all Challenges in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Challenge, err error)
	// Get retrieves the Challenge from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Challenge, error)
	ChallengeNamespaceListerExpansion
}

ChallengeNamespaceLister helps list and get Challenges.

type ChallengeNamespaceListerExpansion added in v0.6.0

type ChallengeNamespaceListerExpansion interface{}

ChallengeNamespaceListerExpansion allows custom methods to be added to ChallengeNamespaceLister.

type ClusterIssuerLister

type ClusterIssuerLister interface {
	// List lists all ClusterIssuers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterIssuer, err error)
	// Get retrieves the ClusterIssuer from the index for a given name.
	Get(name string) (*v1alpha1.ClusterIssuer, error)
	ClusterIssuerListerExpansion
}

ClusterIssuerLister helps list ClusterIssuers.

func NewClusterIssuerLister

func NewClusterIssuerLister(indexer cache.Indexer) ClusterIssuerLister

NewClusterIssuerLister returns a new ClusterIssuerLister.

type ClusterIssuerListerExpansion

type ClusterIssuerListerExpansion interface{}

ClusterIssuerListerExpansion allows custom methods to be added to ClusterIssuerLister.

type IssuerLister

type IssuerLister interface {
	// List lists all Issuers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Issuer, err error)
	// Issuers returns an object that can list and get Issuers.
	Issuers(namespace string) IssuerNamespaceLister
	IssuerListerExpansion
}

IssuerLister helps list Issuers.

func NewIssuerLister

func NewIssuerLister(indexer cache.Indexer) IssuerLister

NewIssuerLister returns a new IssuerLister.

type IssuerListerExpansion

type IssuerListerExpansion interface{}

IssuerListerExpansion allows custom methods to be added to IssuerLister.

type IssuerNamespaceLister

type IssuerNamespaceLister interface {
	// List lists all Issuers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Issuer, err error)
	// Get retrieves the Issuer from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Issuer, error)
	IssuerNamespaceListerExpansion
}

IssuerNamespaceLister helps list and get Issuers.

type IssuerNamespaceListerExpansion

type IssuerNamespaceListerExpansion interface{}

IssuerNamespaceListerExpansion allows custom methods to be added to IssuerNamespaceLister.

type OrderLister added in v0.6.0

type OrderLister interface {
	// List lists all Orders in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Order, err error)
	// Orders returns an object that can list and get Orders.
	Orders(namespace string) OrderNamespaceLister
	OrderListerExpansion
}

OrderLister helps list Orders.

func NewOrderLister added in v0.6.0

func NewOrderLister(indexer cache.Indexer) OrderLister

NewOrderLister returns a new OrderLister.

type OrderListerExpansion added in v0.6.0

type OrderListerExpansion interface{}

OrderListerExpansion allows custom methods to be added to OrderLister.

type OrderNamespaceLister added in v0.6.0

type OrderNamespaceLister interface {
	// List lists all Orders in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Order, err error)
	// Get retrieves the Order from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Order, error)
	OrderNamespaceListerExpansion
}

OrderNamespaceLister helps list and get Orders.

type OrderNamespaceListerExpansion added in v0.6.0

type OrderNamespaceListerExpansion interface{}

OrderNamespaceListerExpansion allows custom methods to be added to OrderNamespaceLister.

Jump to

Keyboard shortcuts

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