v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 AppLister

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

AppLister helps list Apps. All objects returned here must be treated as read-only.

func NewAppLister

func NewAppLister(indexer cache.Indexer) AppLister

NewAppLister returns a new AppLister.

type AppListerExpansion

type AppListerExpansion interface{}

AppListerExpansion allows custom methods to be added to AppLister.

type AppNamespaceLister

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

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

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type BackendEnvironmentLister

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

BackendEnvironmentLister helps list BackendEnvironments. All objects returned here must be treated as read-only.

func NewBackendEnvironmentLister

func NewBackendEnvironmentLister(indexer cache.Indexer) BackendEnvironmentLister

NewBackendEnvironmentLister returns a new BackendEnvironmentLister.

type BackendEnvironmentListerExpansion

type BackendEnvironmentListerExpansion interface{}

BackendEnvironmentListerExpansion allows custom methods to be added to BackendEnvironmentLister.

type BackendEnvironmentNamespaceLister

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

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

type BackendEnvironmentNamespaceListerExpansion

type BackendEnvironmentNamespaceListerExpansion interface{}

BackendEnvironmentNamespaceListerExpansion allows custom methods to be added to BackendEnvironmentNamespaceLister.

type BranchLister

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

BranchLister helps list Branches. All objects returned here must be treated as read-only.

func NewBranchLister

func NewBranchLister(indexer cache.Indexer) BranchLister

NewBranchLister returns a new BranchLister.

type BranchListerExpansion

type BranchListerExpansion interface{}

BranchListerExpansion allows custom methods to be added to BranchLister.

type BranchNamespaceLister

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

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

type BranchNamespaceListerExpansion

type BranchNamespaceListerExpansion interface{}

BranchNamespaceListerExpansion allows custom methods to be added to BranchNamespaceLister.

type DomainAssociationLister

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

DomainAssociationLister helps list DomainAssociations. All objects returned here must be treated as read-only.

func NewDomainAssociationLister

func NewDomainAssociationLister(indexer cache.Indexer) DomainAssociationLister

NewDomainAssociationLister returns a new DomainAssociationLister.

type DomainAssociationListerExpansion

type DomainAssociationListerExpansion interface{}

DomainAssociationListerExpansion allows custom methods to be added to DomainAssociationLister.

type DomainAssociationNamespaceLister

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

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

type DomainAssociationNamespaceListerExpansion

type DomainAssociationNamespaceListerExpansion interface{}

DomainAssociationNamespaceListerExpansion allows custom methods to be added to DomainAssociationNamespaceLister.

type WebhookLister

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

WebhookLister helps list Webhooks. All objects returned here must be treated as read-only.

func NewWebhookLister

func NewWebhookLister(indexer cache.Indexer) WebhookLister

NewWebhookLister returns a new WebhookLister.

type WebhookListerExpansion

type WebhookListerExpansion interface{}

WebhookListerExpansion allows custom methods to be added to WebhookLister.

type WebhookNamespaceLister

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

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

type WebhookNamespaceListerExpansion

type WebhookNamespaceListerExpansion interface{}

WebhookNamespaceListerExpansion allows custom methods to be added to WebhookNamespaceLister.

Jump to

Keyboard shortcuts

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