v1

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeControllersConfigurationLister

type KubeControllersConfigurationLister interface {
	// List lists all KubeControllersConfigurations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.KubeControllersConfiguration, err error)
	// KubeControllersConfigurations returns an object that can list and get KubeControllersConfigurations.
	KubeControllersConfigurations(namespace string) KubeControllersConfigurationNamespaceLister
	KubeControllersConfigurationListerExpansion
}

KubeControllersConfigurationLister helps list KubeControllersConfigurations. All objects returned here must be treated as read-only.

func NewKubeControllersConfigurationLister

func NewKubeControllersConfigurationLister(indexer cache.Indexer) KubeControllersConfigurationLister

NewKubeControllersConfigurationLister returns a new KubeControllersConfigurationLister.

type KubeControllersConfigurationListerExpansion

type KubeControllersConfigurationListerExpansion interface{}

KubeControllersConfigurationListerExpansion allows custom methods to be added to KubeControllersConfigurationLister.

type KubeControllersConfigurationNamespaceLister

type KubeControllersConfigurationNamespaceLister interface {
	// List lists all KubeControllersConfigurations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.KubeControllersConfiguration, err error)
	// Get retrieves the KubeControllersConfiguration from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.KubeControllersConfiguration, error)
	KubeControllersConfigurationNamespaceListerExpansion
}

KubeControllersConfigurationNamespaceLister helps list and get KubeControllersConfigurations. All objects returned here must be treated as read-only.

type KubeControllersConfigurationNamespaceListerExpansion

type KubeControllersConfigurationNamespaceListerExpansion interface{}

KubeControllersConfigurationNamespaceListerExpansion allows custom methods to be added to KubeControllersConfigurationNamespaceLister.

type NodeTopologyLister added in v0.1.2

type NodeTopologyLister interface {
	// List lists all NodeTopologies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.NodeTopology, err error)
	// NodeTopologies returns an object that can list and get NodeTopologies.
	NodeTopologies(namespace string) NodeTopologyNamespaceLister
	NodeTopologyListerExpansion
}

NodeTopologyLister helps list NodeTopologies. All objects returned here must be treated as read-only.

func NewNodeTopologyLister added in v0.1.2

func NewNodeTopologyLister(indexer cache.Indexer) NodeTopologyLister

NewNodeTopologyLister returns a new NodeTopologyLister.

type NodeTopologyListerExpansion added in v0.1.2

type NodeTopologyListerExpansion interface{}

NodeTopologyListerExpansion allows custom methods to be added to NodeTopologyLister.

type NodeTopologyNamespaceLister added in v0.1.2

type NodeTopologyNamespaceLister interface {
	// List lists all NodeTopologies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.NodeTopology, err error)
	// Get retrieves the NodeTopology from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.NodeTopology, error)
	NodeTopologyNamespaceListerExpansion
}

NodeTopologyNamespaceLister helps list and get NodeTopologies. All objects returned here must be treated as read-only.

type NodeTopologyNamespaceListerExpansion added in v0.1.2

type NodeTopologyNamespaceListerExpansion interface{}

NodeTopologyNamespaceListerExpansion allows custom methods to be added to NodeTopologyNamespaceLister.

type WorkLoadLister added in v0.1.11

type WorkLoadLister interface {
	// List lists all WorkLoads in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.WorkLoad, err error)
	// WorkLoads returns an object that can list and get WorkLoads.
	WorkLoads(namespace string) WorkLoadNamespaceLister
	WorkLoadListerExpansion
}

WorkLoadLister helps list WorkLoads. All objects returned here must be treated as read-only.

func NewWorkLoadLister added in v0.1.11

func NewWorkLoadLister(indexer cache.Indexer) WorkLoadLister

NewWorkLoadLister returns a new WorkLoadLister.

type WorkLoadListerExpansion added in v0.1.11

type WorkLoadListerExpansion interface{}

WorkLoadListerExpansion allows custom methods to be added to WorkLoadLister.

type WorkLoadNamespaceLister added in v0.1.11

type WorkLoadNamespaceLister interface {
	// List lists all WorkLoads in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.WorkLoad, err error)
	// Get retrieves the WorkLoad from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.WorkLoad, error)
	WorkLoadNamespaceListerExpansion
}

WorkLoadNamespaceLister helps list and get WorkLoads. All objects returned here must be treated as read-only.

type WorkLoadNamespaceListerExpansion added in v0.1.11

type WorkLoadNamespaceListerExpansion interface{}

WorkLoadNamespaceListerExpansion allows custom methods to be added to WorkLoadNamespaceLister.

Jump to

Keyboard shortcuts

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