v1beta1

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 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 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 []*v1beta1.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 []*v1beta1.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) (*v1beta1.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 ApplicationRevisionLister

type ApplicationRevisionLister interface {
	// List lists all ApplicationRevisions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ApplicationRevision, err error)
	// ApplicationRevisions returns an object that can list and get ApplicationRevisions.
	ApplicationRevisions(namespace string) ApplicationRevisionNamespaceLister
	ApplicationRevisionListerExpansion
}

ApplicationRevisionLister helps list ApplicationRevisions. All objects returned here must be treated as read-only.

func NewApplicationRevisionLister

func NewApplicationRevisionLister(indexer cache.Indexer) ApplicationRevisionLister

NewApplicationRevisionLister returns a new ApplicationRevisionLister.

type ApplicationRevisionListerExpansion

type ApplicationRevisionListerExpansion interface{}

ApplicationRevisionListerExpansion allows custom methods to be added to ApplicationRevisionLister.

type ApplicationRevisionNamespaceLister

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

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

type ApplicationRevisionNamespaceListerExpansion

type ApplicationRevisionNamespaceListerExpansion interface{}

ApplicationRevisionNamespaceListerExpansion allows custom methods to be added to ApplicationRevisionNamespaceLister.

type ComponentDefinitionLister

type ComponentDefinitionLister interface {
	// List lists all ComponentDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ComponentDefinition, err error)
	// ComponentDefinitions returns an object that can list and get ComponentDefinitions.
	ComponentDefinitions(namespace string) ComponentDefinitionNamespaceLister
	ComponentDefinitionListerExpansion
}

ComponentDefinitionLister helps list ComponentDefinitions. All objects returned here must be treated as read-only.

func NewComponentDefinitionLister

func NewComponentDefinitionLister(indexer cache.Indexer) ComponentDefinitionLister

NewComponentDefinitionLister returns a new ComponentDefinitionLister.

type ComponentDefinitionListerExpansion

type ComponentDefinitionListerExpansion interface{}

ComponentDefinitionListerExpansion allows custom methods to be added to ComponentDefinitionLister.

type ComponentDefinitionNamespaceLister

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

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

type ComponentDefinitionNamespaceListerExpansion

type ComponentDefinitionNamespaceListerExpansion interface{}

ComponentDefinitionNamespaceListerExpansion allows custom methods to be added to ComponentDefinitionNamespaceLister.

type DefinitionRevisionLister

type DefinitionRevisionLister interface {
	// List lists all DefinitionRevisions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DefinitionRevision, err error)
	// DefinitionRevisions returns an object that can list and get DefinitionRevisions.
	DefinitionRevisions(namespace string) DefinitionRevisionNamespaceLister
	DefinitionRevisionListerExpansion
}

DefinitionRevisionLister helps list DefinitionRevisions. All objects returned here must be treated as read-only.

func NewDefinitionRevisionLister

func NewDefinitionRevisionLister(indexer cache.Indexer) DefinitionRevisionLister

NewDefinitionRevisionLister returns a new DefinitionRevisionLister.

type DefinitionRevisionListerExpansion

type DefinitionRevisionListerExpansion interface{}

DefinitionRevisionListerExpansion allows custom methods to be added to DefinitionRevisionLister.

type DefinitionRevisionNamespaceLister

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

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

type DefinitionRevisionNamespaceListerExpansion

type DefinitionRevisionNamespaceListerExpansion interface{}

DefinitionRevisionNamespaceListerExpansion allows custom methods to be added to DefinitionRevisionNamespaceLister.

type PolicyDefinitionLister

type PolicyDefinitionLister interface {
	// List lists all PolicyDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PolicyDefinition, err error)
	// PolicyDefinitions returns an object that can list and get PolicyDefinitions.
	PolicyDefinitions(namespace string) PolicyDefinitionNamespaceLister
	PolicyDefinitionListerExpansion
}

PolicyDefinitionLister helps list PolicyDefinitions. All objects returned here must be treated as read-only.

func NewPolicyDefinitionLister

func NewPolicyDefinitionLister(indexer cache.Indexer) PolicyDefinitionLister

NewPolicyDefinitionLister returns a new PolicyDefinitionLister.

type PolicyDefinitionListerExpansion

type PolicyDefinitionListerExpansion interface{}

PolicyDefinitionListerExpansion allows custom methods to be added to PolicyDefinitionLister.

type PolicyDefinitionNamespaceLister

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

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

type PolicyDefinitionNamespaceListerExpansion

type PolicyDefinitionNamespaceListerExpansion interface{}

PolicyDefinitionNamespaceListerExpansion allows custom methods to be added to PolicyDefinitionNamespaceLister.

type ResourceTrackerLister

type ResourceTrackerLister interface {
	// List lists all ResourceTrackers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ResourceTracker, err error)
	// ResourceTrackers returns an object that can list and get ResourceTrackers.
	ResourceTrackers(namespace string) ResourceTrackerNamespaceLister
	ResourceTrackerListerExpansion
}

ResourceTrackerLister helps list ResourceTrackers. All objects returned here must be treated as read-only.

func NewResourceTrackerLister

func NewResourceTrackerLister(indexer cache.Indexer) ResourceTrackerLister

NewResourceTrackerLister returns a new ResourceTrackerLister.

type ResourceTrackerListerExpansion

type ResourceTrackerListerExpansion interface{}

ResourceTrackerListerExpansion allows custom methods to be added to ResourceTrackerLister.

type ResourceTrackerNamespaceLister

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

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

type ResourceTrackerNamespaceListerExpansion

type ResourceTrackerNamespaceListerExpansion interface{}

ResourceTrackerNamespaceListerExpansion allows custom methods to be added to ResourceTrackerNamespaceLister.

type ScopeDefinitionLister

type ScopeDefinitionLister interface {
	// List lists all ScopeDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ScopeDefinition, err error)
	// ScopeDefinitions returns an object that can list and get ScopeDefinitions.
	ScopeDefinitions(namespace string) ScopeDefinitionNamespaceLister
	ScopeDefinitionListerExpansion
}

ScopeDefinitionLister helps list ScopeDefinitions. All objects returned here must be treated as read-only.

func NewScopeDefinitionLister

func NewScopeDefinitionLister(indexer cache.Indexer) ScopeDefinitionLister

NewScopeDefinitionLister returns a new ScopeDefinitionLister.

type ScopeDefinitionListerExpansion

type ScopeDefinitionListerExpansion interface{}

ScopeDefinitionListerExpansion allows custom methods to be added to ScopeDefinitionLister.

type ScopeDefinitionNamespaceLister

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

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

type ScopeDefinitionNamespaceListerExpansion

type ScopeDefinitionNamespaceListerExpansion interface{}

ScopeDefinitionNamespaceListerExpansion allows custom methods to be added to ScopeDefinitionNamespaceLister.

type TraitDefinitionLister

type TraitDefinitionLister interface {
	// List lists all TraitDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.TraitDefinition, err error)
	// TraitDefinitions returns an object that can list and get TraitDefinitions.
	TraitDefinitions(namespace string) TraitDefinitionNamespaceLister
	TraitDefinitionListerExpansion
}

TraitDefinitionLister helps list TraitDefinitions. All objects returned here must be treated as read-only.

func NewTraitDefinitionLister

func NewTraitDefinitionLister(indexer cache.Indexer) TraitDefinitionLister

NewTraitDefinitionLister returns a new TraitDefinitionLister.

type TraitDefinitionListerExpansion

type TraitDefinitionListerExpansion interface{}

TraitDefinitionListerExpansion allows custom methods to be added to TraitDefinitionLister.

type TraitDefinitionNamespaceLister

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

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

type TraitDefinitionNamespaceListerExpansion

type TraitDefinitionNamespaceListerExpansion interface{}

TraitDefinitionNamespaceListerExpansion allows custom methods to be added to TraitDefinitionNamespaceLister.

type WorkflowStepDefinitionLister

type WorkflowStepDefinitionLister interface {
	// List lists all WorkflowStepDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkflowStepDefinition, err error)
	// WorkflowStepDefinitions returns an object that can list and get WorkflowStepDefinitions.
	WorkflowStepDefinitions(namespace string) WorkflowStepDefinitionNamespaceLister
	WorkflowStepDefinitionListerExpansion
}

WorkflowStepDefinitionLister helps list WorkflowStepDefinitions. All objects returned here must be treated as read-only.

func NewWorkflowStepDefinitionLister

func NewWorkflowStepDefinitionLister(indexer cache.Indexer) WorkflowStepDefinitionLister

NewWorkflowStepDefinitionLister returns a new WorkflowStepDefinitionLister.

type WorkflowStepDefinitionListerExpansion

type WorkflowStepDefinitionListerExpansion interface{}

WorkflowStepDefinitionListerExpansion allows custom methods to be added to WorkflowStepDefinitionLister.

type WorkflowStepDefinitionNamespaceLister

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

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

type WorkflowStepDefinitionNamespaceListerExpansion

type WorkflowStepDefinitionNamespaceListerExpansion interface{}

WorkflowStepDefinitionNamespaceListerExpansion allows custom methods to be added to WorkflowStepDefinitionNamespaceLister.

type WorkloadDefinitionLister

type WorkloadDefinitionLister interface {
	// List lists all WorkloadDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkloadDefinition, err error)
	// WorkloadDefinitions returns an object that can list and get WorkloadDefinitions.
	WorkloadDefinitions(namespace string) WorkloadDefinitionNamespaceLister
	WorkloadDefinitionListerExpansion
}

WorkloadDefinitionLister helps list WorkloadDefinitions. All objects returned here must be treated as read-only.

func NewWorkloadDefinitionLister

func NewWorkloadDefinitionLister(indexer cache.Indexer) WorkloadDefinitionLister

NewWorkloadDefinitionLister returns a new WorkloadDefinitionLister.

type WorkloadDefinitionListerExpansion

type WorkloadDefinitionListerExpansion interface{}

WorkloadDefinitionListerExpansion allows custom methods to be added to WorkloadDefinitionLister.

type WorkloadDefinitionNamespaceLister

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

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

type WorkloadDefinitionNamespaceListerExpansion

type WorkloadDefinitionNamespaceListerExpansion interface{}

WorkloadDefinitionNamespaceListerExpansion allows custom methods to be added to WorkloadDefinitionNamespaceLister.

Jump to

Keyboard shortcuts

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