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 AddonLister

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

AddonLister helps list Addons. All objects returned here must be treated as read-only.

func NewAddonLister

func NewAddonLister(indexer cache.Indexer) AddonLister

NewAddonLister returns a new AddonLister.

type AddonListerExpansion

type AddonListerExpansion interface{}

AddonListerExpansion allows custom methods to be added to AddonLister.

type AddonNamespaceLister

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

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

type AddonNamespaceListerExpansion

type AddonNamespaceListerExpansion interface{}

AddonNamespaceListerExpansion allows custom methods to be added to AddonNamespaceLister.

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 FargateProfileLister

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

FargateProfileLister helps list FargateProfiles. All objects returned here must be treated as read-only.

func NewFargateProfileLister

func NewFargateProfileLister(indexer cache.Indexer) FargateProfileLister

NewFargateProfileLister returns a new FargateProfileLister.

type FargateProfileListerExpansion

type FargateProfileListerExpansion interface{}

FargateProfileListerExpansion allows custom methods to be added to FargateProfileLister.

type FargateProfileNamespaceLister

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

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

type FargateProfileNamespaceListerExpansion

type FargateProfileNamespaceListerExpansion interface{}

FargateProfileNamespaceListerExpansion allows custom methods to be added to FargateProfileNamespaceLister.

type IdentityProviderConfigLister added in v0.5.0

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

IdentityProviderConfigLister helps list IdentityProviderConfigs. All objects returned here must be treated as read-only.

func NewIdentityProviderConfigLister added in v0.5.0

func NewIdentityProviderConfigLister(indexer cache.Indexer) IdentityProviderConfigLister

NewIdentityProviderConfigLister returns a new IdentityProviderConfigLister.

type IdentityProviderConfigListerExpansion added in v0.5.0

type IdentityProviderConfigListerExpansion interface{}

IdentityProviderConfigListerExpansion allows custom methods to be added to IdentityProviderConfigLister.

type IdentityProviderConfigNamespaceLister added in v0.5.0

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

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

type IdentityProviderConfigNamespaceListerExpansion added in v0.5.0

type IdentityProviderConfigNamespaceListerExpansion interface{}

IdentityProviderConfigNamespaceListerExpansion allows custom methods to be added to IdentityProviderConfigNamespaceLister.

type NodeGroupLister

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

NodeGroupLister helps list NodeGroups. All objects returned here must be treated as read-only.

func NewNodeGroupLister

func NewNodeGroupLister(indexer cache.Indexer) NodeGroupLister

NewNodeGroupLister returns a new NodeGroupLister.

type NodeGroupListerExpansion

type NodeGroupListerExpansion interface{}

NodeGroupListerExpansion allows custom methods to be added to NodeGroupLister.

type NodeGroupNamespaceLister

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

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

type NodeGroupNamespaceListerExpansion

type NodeGroupNamespaceListerExpansion interface{}

NodeGroupNamespaceListerExpansion allows custom methods to be added to NodeGroupNamespaceLister.

Jump to

Keyboard shortcuts

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