v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2020 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastJobLister

type BroadcastJobLister interface {
	// List lists all BroadcastJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.BroadcastJob, err error)
	// BroadcastJobs returns an object that can list and get BroadcastJobs.
	BroadcastJobs(namespace string) BroadcastJobNamespaceLister
	BroadcastJobListerExpansion
}

BroadcastJobLister helps list BroadcastJobs.

func NewBroadcastJobLister

func NewBroadcastJobLister(indexer cache.Indexer) BroadcastJobLister

NewBroadcastJobLister returns a new BroadcastJobLister.

type BroadcastJobListerExpansion

type BroadcastJobListerExpansion interface{}

BroadcastJobListerExpansion allows custom methods to be added to BroadcastJobLister.

type BroadcastJobNamespaceLister

type BroadcastJobNamespaceLister interface {
	// List lists all BroadcastJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.BroadcastJob, err error)
	// Get retrieves the BroadcastJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.BroadcastJob, error)
	BroadcastJobNamespaceListerExpansion
}

BroadcastJobNamespaceLister helps list and get BroadcastJobs.

type BroadcastJobNamespaceListerExpansion

type BroadcastJobNamespaceListerExpansion interface{}

BroadcastJobNamespaceListerExpansion allows custom methods to be added to BroadcastJobNamespaceLister.

type CloneSetLister added in v0.4.1

type CloneSetLister interface {
	// List lists all CloneSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CloneSet, err error)
	// CloneSets returns an object that can list and get CloneSets.
	CloneSets(namespace string) CloneSetNamespaceLister
	CloneSetListerExpansion
}

CloneSetLister helps list CloneSets.

func NewCloneSetLister added in v0.4.1

func NewCloneSetLister(indexer cache.Indexer) CloneSetLister

NewCloneSetLister returns a new CloneSetLister.

type CloneSetListerExpansion added in v0.4.1

type CloneSetListerExpansion interface{}

CloneSetListerExpansion allows custom methods to be added to CloneSetLister.

type CloneSetNamespaceLister added in v0.4.1

type CloneSetNamespaceLister interface {
	// List lists all CloneSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.CloneSet, err error)
	// Get retrieves the CloneSet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.CloneSet, error)
	CloneSetNamespaceListerExpansion
}

CloneSetNamespaceLister helps list and get CloneSets.

type CloneSetNamespaceListerExpansion added in v0.4.1

type CloneSetNamespaceListerExpansion interface{}

CloneSetNamespaceListerExpansion allows custom methods to be added to CloneSetNamespaceLister.

type SidecarSetLister

type SidecarSetLister interface {
	// List lists all SidecarSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SidecarSet, err error)
	// Get retrieves the SidecarSet from the index for a given name.
	Get(name string) (*v1alpha1.SidecarSet, error)
	SidecarSetListerExpansion
}

SidecarSetLister helps list SidecarSets.

func NewSidecarSetLister

func NewSidecarSetLister(indexer cache.Indexer) SidecarSetLister

NewSidecarSetLister returns a new SidecarSetLister.

type SidecarSetListerExpansion

type SidecarSetListerExpansion interface{}

SidecarSetListerExpansion allows custom methods to be added to SidecarSetLister.

type StatefulSetLister

type StatefulSetLister interface {
	// List lists all StatefulSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.StatefulSet, err error)
	// StatefulSets returns an object that can list and get StatefulSets.
	StatefulSets(namespace string) StatefulSetNamespaceLister
	StatefulSetListerExpansion
}

StatefulSetLister helps list StatefulSets.

func NewStatefulSetLister

func NewStatefulSetLister(indexer cache.Indexer) StatefulSetLister

NewStatefulSetLister returns a new StatefulSetLister.

type StatefulSetListerExpansion

type StatefulSetListerExpansion interface{}

StatefulSetListerExpansion allows custom methods to be added to StatefulSetLister.

type StatefulSetNamespaceLister

type StatefulSetNamespaceLister interface {
	// List lists all StatefulSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.StatefulSet, err error)
	// Get retrieves the StatefulSet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.StatefulSet, error)
	StatefulSetNamespaceListerExpansion
}

StatefulSetNamespaceLister helps list and get StatefulSets.

type StatefulSetNamespaceListerExpansion

type StatefulSetNamespaceListerExpansion interface{}

StatefulSetNamespaceListerExpansion allows custom methods to be added to StatefulSetNamespaceLister.

type UnitedDeploymentLister added in v0.4.1

type UnitedDeploymentLister interface {
	// List lists all UnitedDeployments in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.UnitedDeployment, err error)
	// UnitedDeployments returns an object that can list and get UnitedDeployments.
	UnitedDeployments(namespace string) UnitedDeploymentNamespaceLister
	UnitedDeploymentListerExpansion
}

UnitedDeploymentLister helps list UnitedDeployments.

func NewUnitedDeploymentLister added in v0.4.1

func NewUnitedDeploymentLister(indexer cache.Indexer) UnitedDeploymentLister

NewUnitedDeploymentLister returns a new UnitedDeploymentLister.

type UnitedDeploymentListerExpansion added in v0.4.1

type UnitedDeploymentListerExpansion interface{}

UnitedDeploymentListerExpansion allows custom methods to be added to UnitedDeploymentLister.

type UnitedDeploymentNamespaceLister added in v0.4.1

type UnitedDeploymentNamespaceLister interface {
	// List lists all UnitedDeployments in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.UnitedDeployment, err error)
	// Get retrieves the UnitedDeployment from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.UnitedDeployment, error)
	UnitedDeploymentNamespaceListerExpansion
}

UnitedDeploymentNamespaceLister helps list and get UnitedDeployments.

type UnitedDeploymentNamespaceListerExpansion added in v0.4.1

type UnitedDeploymentNamespaceListerExpansion interface{}

UnitedDeploymentNamespaceListerExpansion allows custom methods to be added to UnitedDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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