Documentation
¶
Index ¶
- type BroadcastJobLister
- type BroadcastJobListerExpansion
- type BroadcastJobNamespaceLister
- type BroadcastJobNamespaceListerExpansion
- type CloneSetLister
- type CloneSetListerExpansion
- type CloneSetNamespaceLister
- type CloneSetNamespaceListerExpansion
- type DaemonSetLister
- type DaemonSetListerExpansion
- type DaemonSetNamespaceLister
- type DaemonSetNamespaceListerExpansion
- type ImagePullJobLister
- type ImagePullJobListerExpansion
- type ImagePullJobNamespaceLister
- type ImagePullJobNamespaceListerExpansion
- type NodeImageLister
- type NodeImageListerExpansion
- type NodeImageNamespaceLister
- type NodeImageNamespaceListerExpansion
- type SidecarSetLister
- type SidecarSetListerExpansion
- type SidecarSetNamespaceLister
- type SidecarSetNamespaceListerExpansion
- type StatefulSetLister
- type StatefulSetListerExpansion
- type StatefulSetNamespaceLister
- type StatefulSetNamespaceListerExpansion
- type UnitedDeploymentLister
- type UnitedDeploymentListerExpansion
- type UnitedDeploymentNamespaceLister
- type UnitedDeploymentNamespaceListerExpansion
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 ¶
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 ¶
func NewCloneSetLister(indexer cache.Indexer) CloneSetLister
NewCloneSetLister returns a new CloneSetLister.
type CloneSetListerExpansion ¶
type CloneSetListerExpansion interface{}
CloneSetListerExpansion allows custom methods to be added to CloneSetLister.
type CloneSetNamespaceLister ¶
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 ¶
type CloneSetNamespaceListerExpansion interface{}
CloneSetNamespaceListerExpansion allows custom methods to be added to CloneSetNamespaceLister.
type DaemonSetLister ¶
type DaemonSetLister interface { // List lists all DaemonSets in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DaemonSet, err error) // DaemonSets returns an object that can list and get DaemonSets. DaemonSets(namespace string) DaemonSetNamespaceLister DaemonSetListerExpansion }
DaemonSetLister helps list DaemonSets.
func NewDaemonSetLister ¶
func NewDaemonSetLister(indexer cache.Indexer) DaemonSetLister
NewDaemonSetLister returns a new DaemonSetLister.
type DaemonSetListerExpansion ¶
type DaemonSetListerExpansion interface{}
DaemonSetListerExpansion allows custom methods to be added to DaemonSetLister.
type DaemonSetNamespaceLister ¶
type DaemonSetNamespaceLister interface { // List lists all DaemonSets in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DaemonSet, err error) // Get retrieves the DaemonSet from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DaemonSet, error) DaemonSetNamespaceListerExpansion }
DaemonSetNamespaceLister helps list and get DaemonSets.
type DaemonSetNamespaceListerExpansion ¶
type DaemonSetNamespaceListerExpansion interface{}
DaemonSetNamespaceListerExpansion allows custom methods to be added to DaemonSetNamespaceLister.
type ImagePullJobLister ¶
type ImagePullJobLister interface { // List lists all ImagePullJobs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ImagePullJob, err error) // ImagePullJobs returns an object that can list and get ImagePullJobs. ImagePullJobs(namespace string) ImagePullJobNamespaceLister ImagePullJobListerExpansion }
ImagePullJobLister helps list ImagePullJobs.
func NewImagePullJobLister ¶
func NewImagePullJobLister(indexer cache.Indexer) ImagePullJobLister
NewImagePullJobLister returns a new ImagePullJobLister.
type ImagePullJobListerExpansion ¶
type ImagePullJobListerExpansion interface{}
ImagePullJobListerExpansion allows custom methods to be added to ImagePullJobLister.
type ImagePullJobNamespaceLister ¶
type ImagePullJobNamespaceLister interface { // List lists all ImagePullJobs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ImagePullJob, err error) // Get retrieves the ImagePullJob from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ImagePullJob, error) ImagePullJobNamespaceListerExpansion }
ImagePullJobNamespaceLister helps list and get ImagePullJobs.
type ImagePullJobNamespaceListerExpansion ¶
type ImagePullJobNamespaceListerExpansion interface{}
ImagePullJobNamespaceListerExpansion allows custom methods to be added to ImagePullJobNamespaceLister.
type NodeImageLister ¶
type NodeImageLister interface { // List lists all NodeImages in the indexer. List(selector labels.Selector) (ret []*v1alpha1.NodeImage, err error) // NodeImages returns an object that can list and get NodeImages. NodeImages(namespace string) NodeImageNamespaceLister NodeImageListerExpansion }
NodeImageLister helps list NodeImages.
func NewNodeImageLister ¶
func NewNodeImageLister(indexer cache.Indexer) NodeImageLister
NewNodeImageLister returns a new NodeImageLister.
type NodeImageListerExpansion ¶
type NodeImageListerExpansion interface{}
NodeImageListerExpansion allows custom methods to be added to NodeImageLister.
type NodeImageNamespaceLister ¶
type NodeImageNamespaceLister interface { // List lists all NodeImages in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.NodeImage, err error) // Get retrieves the NodeImage from the indexer for a given namespace and name. Get(name string) (*v1alpha1.NodeImage, error) NodeImageNamespaceListerExpansion }
NodeImageNamespaceLister helps list and get NodeImages.
type NodeImageNamespaceListerExpansion ¶
type NodeImageNamespaceListerExpansion interface{}
NodeImageNamespaceListerExpansion allows custom methods to be added to NodeImageNamespaceLister.
type SidecarSetLister ¶
type SidecarSetLister interface { // List lists all SidecarSets in the indexer. List(selector labels.Selector) (ret []*v1alpha1.SidecarSet, err error) // SidecarSets returns an object that can list and get SidecarSets. SidecarSets(namespace string) SidecarSetNamespaceLister 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 SidecarSetNamespaceLister ¶
type SidecarSetNamespaceLister interface { // List lists all SidecarSets in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.SidecarSet, err error) // Get retrieves the SidecarSet from the indexer for a given namespace and name. Get(name string) (*v1alpha1.SidecarSet, error) SidecarSetNamespaceListerExpansion }
SidecarSetNamespaceLister helps list and get SidecarSets.
type SidecarSetNamespaceListerExpansion ¶
type SidecarSetNamespaceListerExpansion interface{}
SidecarSetNamespaceListerExpansion allows custom methods to be added to SidecarSetNamespaceLister.
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 ¶
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 ¶
func NewUnitedDeploymentLister(indexer cache.Indexer) UnitedDeploymentLister
NewUnitedDeploymentLister returns a new UnitedDeploymentLister.
type UnitedDeploymentListerExpansion ¶
type UnitedDeploymentListerExpansion interface{}
UnitedDeploymentListerExpansion allows custom methods to be added to UnitedDeploymentLister.
type UnitedDeploymentNamespaceLister ¶
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 ¶
type UnitedDeploymentNamespaceListerExpansion interface{}
UnitedDeploymentNamespaceListerExpansion allows custom methods to be added to UnitedDeploymentNamespaceLister.