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 []*v1.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) (*v1.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 []*v1.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) (*v1.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.
Click to show internal directories.
Click to hide internal directories.