...

Package v1beta2

import "k8s.io/client-go/listers/flowcontrol/v1beta2"
Overview
Index

Overview ▾

type FlowSchemaLister

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

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
}

func NewFlowSchemaLister

func NewFlowSchemaLister(indexer cache.Indexer) FlowSchemaLister

NewFlowSchemaLister returns a new FlowSchemaLister.

type FlowSchemaListerExpansion

FlowSchemaListerExpansion allows custom methods to be added to FlowSchemaLister.

type FlowSchemaListerExpansion interface{}

type PriorityLevelConfigurationLister

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

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
}

func NewPriorityLevelConfigurationLister

func NewPriorityLevelConfigurationLister(indexer cache.Indexer) PriorityLevelConfigurationLister

NewPriorityLevelConfigurationLister returns a new PriorityLevelConfigurationLister.

type PriorityLevelConfigurationListerExpansion

PriorityLevelConfigurationListerExpansion allows custom methods to be added to PriorityLevelConfigurationLister.

type PriorityLevelConfigurationListerExpansion interface{}