client-gok8s.io/client-go/listers/flowcontrol/v1beta3 Index | Files

package v1beta3

import "k8s.io/client-go/listers/flowcontrol/v1beta3"

Index

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 []*flowcontrolv1beta3.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) (*flowcontrolv1beta3.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 []*flowcontrolv1beta3.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) (*flowcontrolv1beta3.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.

Source Files

expansion_generated.go flowschema.go prioritylevelconfiguration.go

Version
v0.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
6 hours ago

Tools for package owners.