package v1alpha1
import "k8s.io/client-go/listers/flowcontrol/v1alpha1"
Index ¶
- type FlowSchemaLister
- type FlowSchemaListerExpansion
- type PriorityLevelConfigurationLister
- type PriorityLevelConfigurationListerExpansion
Types ¶
type FlowSchemaLister ¶
type FlowSchemaLister interface { // List lists all FlowSchemas in the indexer. List(selector labels.Selector) (ret []*v1alpha1.FlowSchema, err error) // Get retrieves the FlowSchema from the index for a given name. Get(name string) (*v1alpha1.FlowSchema, error) FlowSchemaListerExpansion }
FlowSchemaLister helps list FlowSchemas.
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. List(selector labels.Selector) (ret []*v1alpha1.PriorityLevelConfiguration, err error) // Get retrieves the PriorityLevelConfiguration from the index for a given name. Get(name string) (*v1alpha1.PriorityLevelConfiguration, error) PriorityLevelConfigurationListerExpansion }
PriorityLevelConfigurationLister helps list PriorityLevelConfigurations.
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.
Source Files ¶
expansion_generated.go flowschema.go prioritylevelconfiguration.go
- Version
- v0.18.8-rc.1
- Published
- Aug 13, 2020
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 25 minutes ago –
Tools for package owners.