v1alpha1

package
v0.0.0-...-f4529ed Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 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 ApplicationConfigurationLister

type ApplicationConfigurationLister interface {
	// List lists all ApplicationConfigurations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ApplicationConfiguration, err error)
	// ApplicationConfigurations returns an object that can list and get ApplicationConfigurations.
	ApplicationConfigurations(namespace string) ApplicationConfigurationNamespaceLister
	ApplicationConfigurationListerExpansion
}

ApplicationConfigurationLister helps list ApplicationConfigurations.

func NewApplicationConfigurationLister

func NewApplicationConfigurationLister(indexer cache.Indexer) ApplicationConfigurationLister

NewApplicationConfigurationLister returns a new ApplicationConfigurationLister.

type ApplicationConfigurationListerExpansion

type ApplicationConfigurationListerExpansion interface{}

ApplicationConfigurationListerExpansion allows custom methods to be added to ApplicationConfigurationLister.

type ApplicationConfigurationNamespaceLister

type ApplicationConfigurationNamespaceLister interface {
	// List lists all ApplicationConfigurations in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ApplicationConfiguration, err error)
	// Get retrieves the ApplicationConfiguration from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ApplicationConfiguration, error)
	ApplicationConfigurationNamespaceListerExpansion
}

ApplicationConfigurationNamespaceLister helps list and get ApplicationConfigurations.

type ApplicationConfigurationNamespaceListerExpansion

type ApplicationConfigurationNamespaceListerExpansion interface{}

ApplicationConfigurationNamespaceListerExpansion allows custom methods to be added to ApplicationConfigurationNamespaceLister.

type ApplicationScopeLister

type ApplicationScopeLister interface {
	// List lists all ApplicationScopes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ApplicationScope, err error)
	// ApplicationScopes returns an object that can list and get ApplicationScopes.
	ApplicationScopes(namespace string) ApplicationScopeNamespaceLister
	ApplicationScopeListerExpansion
}

ApplicationScopeLister helps list ApplicationScopes.

func NewApplicationScopeLister

func NewApplicationScopeLister(indexer cache.Indexer) ApplicationScopeLister

NewApplicationScopeLister returns a new ApplicationScopeLister.

type ApplicationScopeListerExpansion

type ApplicationScopeListerExpansion interface{}

ApplicationScopeListerExpansion allows custom methods to be added to ApplicationScopeLister.

type ApplicationScopeNamespaceLister

type ApplicationScopeNamespaceLister interface {
	// List lists all ApplicationScopes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ApplicationScope, err error)
	// Get retrieves the ApplicationScope from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ApplicationScope, error)
	ApplicationScopeNamespaceListerExpansion
}

ApplicationScopeNamespaceLister helps list and get ApplicationScopes.

type ApplicationScopeNamespaceListerExpansion

type ApplicationScopeNamespaceListerExpansion interface{}

ApplicationScopeNamespaceListerExpansion allows custom methods to be added to ApplicationScopeNamespaceLister.

type ComponentSchematicLister

type ComponentSchematicLister interface {
	// List lists all ComponentSchematics in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ComponentSchematic, err error)
	// ComponentSchematics returns an object that can list and get ComponentSchematics.
	ComponentSchematics(namespace string) ComponentSchematicNamespaceLister
	ComponentSchematicListerExpansion
}

ComponentSchematicLister helps list ComponentSchematics.

func NewComponentSchematicLister

func NewComponentSchematicLister(indexer cache.Indexer) ComponentSchematicLister

NewComponentSchematicLister returns a new ComponentSchematicLister.

type ComponentSchematicListerExpansion

type ComponentSchematicListerExpansion interface{}

ComponentSchematicListerExpansion allows custom methods to be added to ComponentSchematicLister.

type ComponentSchematicNamespaceLister

type ComponentSchematicNamespaceLister interface {
	// List lists all ComponentSchematics in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ComponentSchematic, err error)
	// Get retrieves the ComponentSchematic from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ComponentSchematic, error)
	ComponentSchematicNamespaceListerExpansion
}

ComponentSchematicNamespaceLister helps list and get ComponentSchematics.

type ComponentSchematicNamespaceListerExpansion

type ComponentSchematicNamespaceListerExpansion interface{}

ComponentSchematicNamespaceListerExpansion allows custom methods to be added to ComponentSchematicNamespaceLister.

type TraitLister

type TraitLister interface {
	// List lists all Traits in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Trait, err error)
	// Traits returns an object that can list and get Traits.
	Traits(namespace string) TraitNamespaceLister
	TraitListerExpansion
}

TraitLister helps list Traits.

func NewTraitLister

func NewTraitLister(indexer cache.Indexer) TraitLister

NewTraitLister returns a new TraitLister.

type TraitListerExpansion

type TraitListerExpansion interface{}

TraitListerExpansion allows custom methods to be added to TraitLister.

type TraitNamespaceLister

type TraitNamespaceLister interface {
	// List lists all Traits in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Trait, err error)
	// Get retrieves the Trait from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Trait, error)
	TraitNamespaceListerExpansion
}

TraitNamespaceLister helps list and get Traits.

type TraitNamespaceListerExpansion

type TraitNamespaceListerExpansion interface{}

TraitNamespaceListerExpansion allows custom methods to be added to TraitNamespaceLister.

Jump to

Keyboard shortcuts

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