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 AutoScalingConfigurationLister

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

AutoScalingConfigurationLister helps list AutoScalingConfigurations. All objects returned here must be treated as read-only.

func NewAutoScalingConfigurationLister

func NewAutoScalingConfigurationLister(indexer cache.Indexer) AutoScalingConfigurationLister

NewAutoScalingConfigurationLister returns a new AutoScalingConfigurationLister.

type AutoScalingConfigurationListerExpansion

type AutoScalingConfigurationListerExpansion interface{}

AutoScalingConfigurationListerExpansion allows custom methods to be added to AutoScalingConfigurationLister.

type AutoScalingConfigurationNamespaceLister

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

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

type AutoScalingConfigurationNamespaceListerExpansion

type AutoScalingConfigurationNamespaceListerExpansion interface{}

AutoScalingConfigurationNamespaceListerExpansion allows custom methods to be added to AutoScalingConfigurationNamespaceLister.

type BdsInstanceAPIKeyLister added in v0.5.0

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

BdsInstanceAPIKeyLister helps list BdsInstanceAPIKeys. All objects returned here must be treated as read-only.

func NewBdsInstanceAPIKeyLister added in v0.5.0

func NewBdsInstanceAPIKeyLister(indexer cache.Indexer) BdsInstanceAPIKeyLister

NewBdsInstanceAPIKeyLister returns a new BdsInstanceAPIKeyLister.

type BdsInstanceAPIKeyListerExpansion added in v0.5.0

type BdsInstanceAPIKeyListerExpansion interface{}

BdsInstanceAPIKeyListerExpansion allows custom methods to be added to BdsInstanceAPIKeyLister.

type BdsInstanceAPIKeyNamespaceLister added in v0.5.0

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

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

type BdsInstanceAPIKeyNamespaceListerExpansion added in v0.5.0

type BdsInstanceAPIKeyNamespaceListerExpansion interface{}

BdsInstanceAPIKeyNamespaceListerExpansion allows custom methods to be added to BdsInstanceAPIKeyNamespaceLister.

type BdsInstanceLister

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

BdsInstanceLister helps list BdsInstances. All objects returned here must be treated as read-only.

func NewBdsInstanceLister

func NewBdsInstanceLister(indexer cache.Indexer) BdsInstanceLister

NewBdsInstanceLister returns a new BdsInstanceLister.

type BdsInstanceListerExpansion

type BdsInstanceListerExpansion interface{}

BdsInstanceListerExpansion allows custom methods to be added to BdsInstanceLister.

type BdsInstanceMetastoreConfigLister added in v0.5.0

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

BdsInstanceMetastoreConfigLister helps list BdsInstanceMetastoreConfigs. All objects returned here must be treated as read-only.

func NewBdsInstanceMetastoreConfigLister added in v0.5.0

func NewBdsInstanceMetastoreConfigLister(indexer cache.Indexer) BdsInstanceMetastoreConfigLister

NewBdsInstanceMetastoreConfigLister returns a new BdsInstanceMetastoreConfigLister.

type BdsInstanceMetastoreConfigListerExpansion added in v0.5.0

type BdsInstanceMetastoreConfigListerExpansion interface{}

BdsInstanceMetastoreConfigListerExpansion allows custom methods to be added to BdsInstanceMetastoreConfigLister.

type BdsInstanceMetastoreConfigNamespaceLister added in v0.5.0

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

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

type BdsInstanceMetastoreConfigNamespaceListerExpansion added in v0.5.0

type BdsInstanceMetastoreConfigNamespaceListerExpansion interface{}

BdsInstanceMetastoreConfigNamespaceListerExpansion allows custom methods to be added to BdsInstanceMetastoreConfigNamespaceLister.

type BdsInstanceNamespaceLister

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

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

type BdsInstanceNamespaceListerExpansion

type BdsInstanceNamespaceListerExpansion interface{}

BdsInstanceNamespaceListerExpansion allows custom methods to be added to BdsInstanceNamespaceLister.

Jump to

Keyboard shortcuts

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