v1beta2

package
v0.24.2 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2022 License: Apache-2.0 Imports: 4 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowSchemaLister

type FlowSchemaLister interface {
	// List lists all FlowSchemas in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.FlowSchema, err error)
	// Get retrieves the FlowSchema from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta2.FlowSchema, error)
	FlowSchemaListerExpansion
}

FlowSchemaLister helps list FlowSchemas. All objects returned here must be treated as read-only.

func NewFlowSchemaLister

func NewFlowSchemaLister(indexer cache.Indexer) FlowSchemaLister

NewFlowSchemaLister returns a new FlowSchemaLister.

type FlowSchemaListerExpansion

type FlowSchemaListerExpansion interface{}

FlowSchemaListerExpansion allows custom methods to be added to FlowSchemaLister.

type PriorityLevelConfigurationLister

type PriorityLevelConfigurationLister interface {
	// List lists all PriorityLevelConfigurations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.PriorityLevelConfiguration, err error)
	// Get retrieves the PriorityLevelConfiguration from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta2.PriorityLevelConfiguration, error)
	PriorityLevelConfigurationListerExpansion
}

PriorityLevelConfigurationLister helps list PriorityLevelConfigurations. All objects returned here must be treated as read-only.

func NewPriorityLevelConfigurationLister

func NewPriorityLevelConfigurationLister(indexer cache.Indexer) PriorityLevelConfigurationLister

NewPriorityLevelConfigurationLister returns a new PriorityLevelConfigurationLister.

type PriorityLevelConfigurationListerExpansion

type PriorityLevelConfigurationListerExpansion interface{}

PriorityLevelConfigurationListerExpansion allows custom methods to be added to PriorityLevelConfigurationLister.

Jump to

Keyboard shortcuts

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