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 ApplicationDeploymentLister

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

ApplicationDeploymentLister helps list ApplicationDeployments. All objects returned here must be treated as read-only.

func NewApplicationDeploymentLister

func NewApplicationDeploymentLister(indexer cache.Indexer) ApplicationDeploymentLister

NewApplicationDeploymentLister returns a new ApplicationDeploymentLister.

type ApplicationDeploymentListerExpansion

type ApplicationDeploymentListerExpansion interface{}

ApplicationDeploymentListerExpansion allows custom methods to be added to ApplicationDeploymentLister.

type ApplicationDeploymentNamespaceLister

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

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

type ApplicationDeploymentNamespaceListerExpansion

type ApplicationDeploymentNamespaceListerExpansion interface{}

ApplicationDeploymentNamespaceListerExpansion allows custom methods to be added to ApplicationDeploymentNamespaceLister.

type ApplicationLister

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

ApplicationLister helps list Applications. All objects returned here must be treated as read-only.

func NewApplicationLister

func NewApplicationLister(indexer cache.Indexer) ApplicationLister

NewApplicationLister returns a new ApplicationLister.

type ApplicationListerExpansion

type ApplicationListerExpansion interface{}

ApplicationListerExpansion allows custom methods to be added to ApplicationLister.

type ApplicationNamespaceLister

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

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

type ApplicationNamespaceListerExpansion

type ApplicationNamespaceListerExpansion interface{}

ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.

type ApplicationScaleLister

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

ApplicationScaleLister helps list ApplicationScales. All objects returned here must be treated as read-only.

func NewApplicationScaleLister

func NewApplicationScaleLister(indexer cache.Indexer) ApplicationScaleLister

NewApplicationScaleLister returns a new ApplicationScaleLister.

type ApplicationScaleListerExpansion

type ApplicationScaleListerExpansion interface{}

ApplicationScaleListerExpansion allows custom methods to be added to ApplicationScaleLister.

type ApplicationScaleNamespaceLister

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

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

type ApplicationScaleNamespaceListerExpansion

type ApplicationScaleNamespaceListerExpansion interface{}

ApplicationScaleNamespaceListerExpansion allows custom methods to be added to ApplicationScaleNamespaceLister.

type ClusterLister

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

ClusterLister helps list Clusters. All objects returned here must be treated as read-only.

func NewClusterLister

func NewClusterLister(indexer cache.Indexer) ClusterLister

NewClusterLister returns a new ClusterLister.

type ClusterListerExpansion

type ClusterListerExpansion interface{}

ClusterListerExpansion allows custom methods to be added to ClusterLister.

type ClusterNamespaceLister

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

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

type ClusterNamespaceListerExpansion

type ClusterNamespaceListerExpansion interface{}

ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.

type DeployGroupLister

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

DeployGroupLister helps list DeployGroups. All objects returned here must be treated as read-only.

func NewDeployGroupLister

func NewDeployGroupLister(indexer cache.Indexer) DeployGroupLister

NewDeployGroupLister returns a new DeployGroupLister.

type DeployGroupListerExpansion

type DeployGroupListerExpansion interface{}

DeployGroupListerExpansion allows custom methods to be added to DeployGroupLister.

type DeployGroupNamespaceLister

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

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

type DeployGroupNamespaceListerExpansion

type DeployGroupNamespaceListerExpansion interface{}

DeployGroupNamespaceListerExpansion allows custom methods to be added to DeployGroupNamespaceLister.

type InstanceClusterAttachmentLister

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

InstanceClusterAttachmentLister helps list InstanceClusterAttachments. All objects returned here must be treated as read-only.

func NewInstanceClusterAttachmentLister

func NewInstanceClusterAttachmentLister(indexer cache.Indexer) InstanceClusterAttachmentLister

NewInstanceClusterAttachmentLister returns a new InstanceClusterAttachmentLister.

type InstanceClusterAttachmentListerExpansion

type InstanceClusterAttachmentListerExpansion interface{}

InstanceClusterAttachmentListerExpansion allows custom methods to be added to InstanceClusterAttachmentLister.

type InstanceClusterAttachmentNamespaceLister

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

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

type InstanceClusterAttachmentNamespaceListerExpansion

type InstanceClusterAttachmentNamespaceListerExpansion interface{}

InstanceClusterAttachmentNamespaceListerExpansion allows custom methods to be added to InstanceClusterAttachmentNamespaceLister.

type K8sApplicationLister

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

K8sApplicationLister helps list K8sApplications. All objects returned here must be treated as read-only.

func NewK8sApplicationLister

func NewK8sApplicationLister(indexer cache.Indexer) K8sApplicationLister

NewK8sApplicationLister returns a new K8sApplicationLister.

type K8sApplicationListerExpansion

type K8sApplicationListerExpansion interface{}

K8sApplicationListerExpansion allows custom methods to be added to K8sApplicationLister.

type K8sApplicationNamespaceLister

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

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

type K8sApplicationNamespaceListerExpansion

type K8sApplicationNamespaceListerExpansion interface{}

K8sApplicationNamespaceListerExpansion allows custom methods to be added to K8sApplicationNamespaceLister.

type K8sClusterLister

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

K8sClusterLister helps list K8sClusters. All objects returned here must be treated as read-only.

func NewK8sClusterLister

func NewK8sClusterLister(indexer cache.Indexer) K8sClusterLister

NewK8sClusterLister returns a new K8sClusterLister.

type K8sClusterListerExpansion

type K8sClusterListerExpansion interface{}

K8sClusterListerExpansion allows custom methods to be added to K8sClusterLister.

type K8sClusterNamespaceLister

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

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

type K8sClusterNamespaceListerExpansion

type K8sClusterNamespaceListerExpansion interface{}

K8sClusterNamespaceListerExpansion allows custom methods to be added to K8sClusterNamespaceLister.

type SlbAttachmentLister

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

SlbAttachmentLister helps list SlbAttachments. All objects returned here must be treated as read-only.

func NewSlbAttachmentLister

func NewSlbAttachmentLister(indexer cache.Indexer) SlbAttachmentLister

NewSlbAttachmentLister returns a new SlbAttachmentLister.

type SlbAttachmentListerExpansion

type SlbAttachmentListerExpansion interface{}

SlbAttachmentListerExpansion allows custom methods to be added to SlbAttachmentLister.

type SlbAttachmentNamespaceLister

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

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

type SlbAttachmentNamespaceListerExpansion

type SlbAttachmentNamespaceListerExpansion interface{}

SlbAttachmentNamespaceListerExpansion allows custom methods to be added to SlbAttachmentNamespaceLister.

Jump to

Keyboard shortcuts

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