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 ApplicationGroupLister added in v0.5.0

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

ApplicationGroupLister helps list ApplicationGroups. All objects returned here must be treated as read-only.

func NewApplicationGroupLister added in v0.5.0

func NewApplicationGroupLister(indexer cache.Indexer) ApplicationGroupLister

NewApplicationGroupLister returns a new ApplicationGroupLister.

type ApplicationGroupListerExpansion added in v0.5.0

type ApplicationGroupListerExpansion interface{}

ApplicationGroupListerExpansion allows custom methods to be added to ApplicationGroupLister.

type ApplicationGroupNamespaceLister added in v0.5.0

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

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

type ApplicationGroupNamespaceListerExpansion added in v0.5.0

type ApplicationGroupNamespaceListerExpansion interface{}

ApplicationGroupNamespaceListerExpansion allows custom methods to be added to ApplicationGroupNamespaceLister.

type ApplicationLister added in v0.5.0

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 added in v0.5.0

func NewApplicationLister(indexer cache.Indexer) ApplicationLister

NewApplicationLister returns a new ApplicationLister.

type ApplicationListerExpansion added in v0.5.0

type ApplicationListerExpansion interface{}

ApplicationListerExpansion allows custom methods to be added to ApplicationLister.

type ApplicationNamespaceLister added in v0.5.0

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 added in v0.5.0

type ApplicationNamespaceListerExpansion interface{}

ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.

type ExecutionLister

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

ExecutionLister helps list Executions. All objects returned here must be treated as read-only.

func NewExecutionLister

func NewExecutionLister(indexer cache.Indexer) ExecutionLister

NewExecutionLister returns a new ExecutionLister.

type ExecutionListerExpansion

type ExecutionListerExpansion interface{}

ExecutionListerExpansion allows custom methods to be added to ExecutionLister.

type ExecutionNamespaceLister

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

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

type ExecutionNamespaceListerExpansion

type ExecutionNamespaceListerExpansion interface{}

ExecutionNamespaceListerExpansion allows custom methods to be added to ExecutionNamespaceLister.

type ParameterLister added in v0.5.0

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

ParameterLister helps list Parameters. All objects returned here must be treated as read-only.

func NewParameterLister added in v0.5.0

func NewParameterLister(indexer cache.Indexer) ParameterLister

NewParameterLister returns a new ParameterLister.

type ParameterListerExpansion added in v0.5.0

type ParameterListerExpansion interface{}

ParameterListerExpansion allows custom methods to be added to ParameterLister.

type ParameterNamespaceLister added in v0.5.0

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

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

type ParameterNamespaceListerExpansion added in v0.5.0

type ParameterNamespaceListerExpansion interface{}

ParameterNamespaceListerExpansion allows custom methods to be added to ParameterNamespaceLister.

type PatchBaselineLister added in v0.5.0

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

PatchBaselineLister helps list PatchBaselines. All objects returned here must be treated as read-only.

func NewPatchBaselineLister added in v0.5.0

func NewPatchBaselineLister(indexer cache.Indexer) PatchBaselineLister

NewPatchBaselineLister returns a new PatchBaselineLister.

type PatchBaselineListerExpansion added in v0.5.0

type PatchBaselineListerExpansion interface{}

PatchBaselineListerExpansion allows custom methods to be added to PatchBaselineLister.

type PatchBaselineNamespaceLister added in v0.5.0

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

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

type PatchBaselineNamespaceListerExpansion added in v0.5.0

type PatchBaselineNamespaceListerExpansion interface{}

PatchBaselineNamespaceListerExpansion allows custom methods to be added to PatchBaselineNamespaceLister.

type SecretParameterLister added in v0.5.0

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

SecretParameterLister helps list SecretParameters. All objects returned here must be treated as read-only.

func NewSecretParameterLister added in v0.5.0

func NewSecretParameterLister(indexer cache.Indexer) SecretParameterLister

NewSecretParameterLister returns a new SecretParameterLister.

type SecretParameterListerExpansion added in v0.5.0

type SecretParameterListerExpansion interface{}

SecretParameterListerExpansion allows custom methods to be added to SecretParameterLister.

type SecretParameterNamespaceLister added in v0.5.0

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

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

type SecretParameterNamespaceListerExpansion added in v0.5.0

type SecretParameterNamespaceListerExpansion interface{}

SecretParameterNamespaceListerExpansion allows custom methods to be added to SecretParameterNamespaceLister.

type ServiceSettingLister added in v0.5.0

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

ServiceSettingLister helps list ServiceSettings. All objects returned here must be treated as read-only.

func NewServiceSettingLister added in v0.5.0

func NewServiceSettingLister(indexer cache.Indexer) ServiceSettingLister

NewServiceSettingLister returns a new ServiceSettingLister.

type ServiceSettingListerExpansion added in v0.5.0

type ServiceSettingListerExpansion interface{}

ServiceSettingListerExpansion allows custom methods to be added to ServiceSettingLister.

type ServiceSettingNamespaceLister added in v0.5.0

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

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

type ServiceSettingNamespaceListerExpansion added in v0.5.0

type ServiceSettingNamespaceListerExpansion interface{}

ServiceSettingNamespaceListerExpansion allows custom methods to be added to ServiceSettingNamespaceLister.

type StateConfigurationLister added in v0.5.0

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

StateConfigurationLister helps list StateConfigurations. All objects returned here must be treated as read-only.

func NewStateConfigurationLister added in v0.5.0

func NewStateConfigurationLister(indexer cache.Indexer) StateConfigurationLister

NewStateConfigurationLister returns a new StateConfigurationLister.

type StateConfigurationListerExpansion added in v0.5.0

type StateConfigurationListerExpansion interface{}

StateConfigurationListerExpansion allows custom methods to be added to StateConfigurationLister.

type StateConfigurationNamespaceLister added in v0.5.0

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

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

type StateConfigurationNamespaceListerExpansion added in v0.5.0

type StateConfigurationNamespaceListerExpansion interface{}

StateConfigurationNamespaceListerExpansion allows custom methods to be added to StateConfigurationNamespaceLister.

type TemplateLister

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

TemplateLister helps list Templates. All objects returned here must be treated as read-only.

func NewTemplateLister

func NewTemplateLister(indexer cache.Indexer) TemplateLister

NewTemplateLister returns a new TemplateLister.

type TemplateListerExpansion

type TemplateListerExpansion interface{}

TemplateListerExpansion allows custom methods to be added to TemplateLister.

type TemplateNamespaceLister

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

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

type TemplateNamespaceListerExpansion

type TemplateNamespaceListerExpansion interface{}

TemplateNamespaceListerExpansion allows custom methods to be added to TemplateNamespaceLister.

Jump to

Keyboard shortcuts

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