v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 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 ObservabilityActionPolicyLister

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

ObservabilityActionPolicyLister helps list ObservabilityActionPolicies. All objects returned here must be treated as read-only.

func NewObservabilityActionPolicyLister

func NewObservabilityActionPolicyLister(indexer cache.Indexer) ObservabilityActionPolicyLister

NewObservabilityActionPolicyLister returns a new ObservabilityActionPolicyLister.

type ObservabilityActionPolicyListerExpansion

type ObservabilityActionPolicyListerExpansion interface{}

ObservabilityActionPolicyListerExpansion allows custom methods to be added to ObservabilityActionPolicyLister.

type ObservabilityActionPolicyNamespaceLister

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

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

type ObservabilityActionPolicyNamespaceListerExpansion

type ObservabilityActionPolicyNamespaceListerExpansion interface{}

ObservabilityActionPolicyNamespaceListerExpansion allows custom methods to be added to ObservabilityActionPolicyNamespaceLister.

type ObservabilityIndicantLister

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

ObservabilityIndicantLister helps list ObservabilityIndicants. All objects returned here must be treated as read-only.

func NewObservabilityIndicantLister

func NewObservabilityIndicantLister(indexer cache.Indexer) ObservabilityIndicantLister

NewObservabilityIndicantLister returns a new ObservabilityIndicantLister.

type ObservabilityIndicantListerExpansion

type ObservabilityIndicantListerExpansion interface{}

ObservabilityIndicantListerExpansion allows custom methods to be added to ObservabilityIndicantLister.

type ObservabilityIndicantNamespaceLister

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

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

type ObservabilityIndicantNamespaceListerExpansion

type ObservabilityIndicantNamespaceListerExpansion interface{}

ObservabilityIndicantNamespaceListerExpansion allows custom methods to be added to ObservabilityIndicantNamespaceLister.

type SchedulerLister

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

SchedulerLister helps list Schedulers. All objects returned here must be treated as read-only.

func NewSchedulerLister

func NewSchedulerLister(indexer cache.Indexer) SchedulerLister

NewSchedulerLister returns a new SchedulerLister.

type SchedulerListerExpansion

type SchedulerListerExpansion interface{}

SchedulerListerExpansion allows custom methods to be added to SchedulerLister.

type SchedulerNamespaceLister

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

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

type SchedulerNamespaceListerExpansion

type SchedulerNamespaceListerExpansion interface{}

SchedulerNamespaceListerExpansion allows custom methods to be added to SchedulerNamespaceLister.

type ScoreLister

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

ScoreLister helps list Scores. All objects returned here must be treated as read-only.

func NewScoreLister

func NewScoreLister(indexer cache.Indexer) ScoreLister

NewScoreLister returns a new ScoreLister.

type ScoreListerExpansion

type ScoreListerExpansion interface{}

ScoreListerExpansion allows custom methods to be added to ScoreLister.

type ScoreNamespaceLister

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

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

type ScoreNamespaceListerExpansion

type ScoreNamespaceListerExpansion interface{}

ScoreNamespaceListerExpansion allows custom methods to be added to ScoreNamespaceLister.

Jump to

Keyboard shortcuts

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