Documentation ¶
Index ¶
- type AdvancedCronJobLister
- type AdvancedCronJobListerExpansion
- type AdvancedCronJobNamespaceLister
- type AdvancedCronJobNamespaceListerExpansion
- 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 SidecarSetLister
- type SidecarSetListerExpansion
- 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 AdvancedCronJobLister ¶ added in v0.7.0
type AdvancedCronJobLister interface { // List lists all AdvancedCronJobs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AdvancedCronJob, err error) // AdvancedCronJobs returns an object that can list and get AdvancedCronJobs. AdvancedCronJobs(namespace string) AdvancedCronJobNamespaceLister AdvancedCronJobListerExpansion }
AdvancedCronJobLister helps list AdvancedCronJobs.
func NewAdvancedCronJobLister ¶ added in v0.7.0
func NewAdvancedCronJobLister(indexer cache.Indexer) AdvancedCronJobLister
NewAdvancedCronJobLister returns a new AdvancedCronJobLister.
type AdvancedCronJobListerExpansion ¶ added in v0.7.0
type AdvancedCronJobListerExpansion interface{}
AdvancedCronJobListerExpansion allows custom methods to be added to AdvancedCronJobLister.
type AdvancedCronJobNamespaceLister ¶ added in v0.7.0
type AdvancedCronJobNamespaceLister interface { // List lists all AdvancedCronJobs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.AdvancedCronJob, err error) // Get retrieves the AdvancedCronJob from the indexer for a given namespace and name. Get(name string) (*v1alpha1.AdvancedCronJob, error) AdvancedCronJobNamespaceListerExpansion }
AdvancedCronJobNamespaceLister helps list and get AdvancedCronJobs.
type AdvancedCronJobNamespaceListerExpansion ¶ added in v0.7.0
type AdvancedCronJobNamespaceListerExpansion interface{}
AdvancedCronJobNamespaceListerExpansion allows custom methods to be added to AdvancedCronJobNamespaceLister.
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 DaemonSetLister ¶ added in v0.6.0
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 ¶ added in v0.6.0
func NewDaemonSetLister(indexer cache.Indexer) DaemonSetLister
NewDaemonSetLister returns a new DaemonSetLister.
type DaemonSetListerExpansion ¶ added in v0.6.0
type DaemonSetListerExpansion interface{}
DaemonSetListerExpansion allows custom methods to be added to DaemonSetLister.
type DaemonSetNamespaceLister ¶ added in v0.6.0
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 ¶ added in v0.6.0
type DaemonSetNamespaceListerExpansion interface{}
DaemonSetNamespaceListerExpansion allows custom methods to be added to DaemonSetNamespaceLister.
type ImagePullJobLister ¶ added in v0.6.0
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 ¶ added in v0.6.0
func NewImagePullJobLister(indexer cache.Indexer) ImagePullJobLister
NewImagePullJobLister returns a new ImagePullJobLister.
type ImagePullJobListerExpansion ¶ added in v0.6.0
type ImagePullJobListerExpansion interface{}
ImagePullJobListerExpansion allows custom methods to be added to ImagePullJobLister.
type ImagePullJobNamespaceLister ¶ added in v0.6.0
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 ¶ added in v0.6.0
type ImagePullJobNamespaceListerExpansion interface{}
ImagePullJobNamespaceListerExpansion allows custom methods to be added to ImagePullJobNamespaceLister.
type NodeImageLister ¶ added in v0.6.0
type NodeImageLister interface { // List lists all NodeImages in the indexer. List(selector labels.Selector) (ret []*v1alpha1.NodeImage, err error) // Get retrieves the NodeImage from the index for a given name. Get(name string) (*v1alpha1.NodeImage, error) NodeImageListerExpansion }
NodeImageLister helps list NodeImages.
func NewNodeImageLister ¶ added in v0.6.0
func NewNodeImageLister(indexer cache.Indexer) NodeImageLister
NewNodeImageLister returns a new NodeImageLister.
type NodeImageListerExpansion ¶ added in v0.6.0
type NodeImageListerExpansion interface{}
NodeImageListerExpansion allows custom methods to be added to NodeImageLister.
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.