...

Package v1beta1

import "k8s.io/client-go/listers/apps/v1beta1"
Overview
Index

Overview ▾

type ControllerRevisionLister

ControllerRevisionLister helps list ControllerRevisions. All objects returned here must be treated as read-only.

type ControllerRevisionLister interface {
    // List lists all ControllerRevisions in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1beta1.ControllerRevision, err error)
    // ControllerRevisions returns an object that can list and get ControllerRevisions.
    ControllerRevisions(namespace string) ControllerRevisionNamespaceLister
    ControllerRevisionListerExpansion
}

func NewControllerRevisionLister

func NewControllerRevisionLister(indexer cache.Indexer) ControllerRevisionLister

NewControllerRevisionLister returns a new ControllerRevisionLister.

type ControllerRevisionListerExpansion

ControllerRevisionListerExpansion allows custom methods to be added to ControllerRevisionLister.

type ControllerRevisionListerExpansion interface{}

type ControllerRevisionNamespaceLister

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

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

type ControllerRevisionNamespaceListerExpansion

ControllerRevisionNamespaceListerExpansion allows custom methods to be added to ControllerRevisionNamespaceLister.

type ControllerRevisionNamespaceListerExpansion interface{}

type DeploymentLister

DeploymentLister helps list Deployments. All objects returned here must be treated as read-only.

type DeploymentLister interface {
    // List lists all Deployments in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1beta1.Deployment, err error)
    // Deployments returns an object that can list and get Deployments.
    Deployments(namespace string) DeploymentNamespaceLister
    DeploymentListerExpansion
}

func NewDeploymentLister

func NewDeploymentLister(indexer cache.Indexer) DeploymentLister

NewDeploymentLister returns a new DeploymentLister.

type DeploymentListerExpansion

DeploymentListerExpansion allows custom methods to be added to DeploymentLister.

type DeploymentListerExpansion interface{}

type DeploymentNamespaceLister

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

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

type DeploymentNamespaceListerExpansion

DeploymentNamespaceListerExpansion allows custom methods to be added to DeploymentNamespaceLister.

type DeploymentNamespaceListerExpansion interface{}

type StatefulSetLister

StatefulSetLister helps list StatefulSets. All objects returned here must be treated as read-only.

type StatefulSetLister interface {
    // List lists all StatefulSets in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1beta1.StatefulSet, err error)
    // StatefulSets returns an object that can list and get StatefulSets.
    StatefulSets(namespace string) StatefulSetNamespaceLister
    StatefulSetListerExpansion
}

func NewStatefulSetLister

func NewStatefulSetLister(indexer cache.Indexer) StatefulSetLister

NewStatefulSetLister returns a new StatefulSetLister.

type StatefulSetListerExpansion

StatefulSetListerExpansion allows custom methods to be added to StatefulSetLister.

type StatefulSetListerExpansion interface {
    GetPodStatefulSets(pod *v1.Pod) ([]*apps.StatefulSet, error)
}

type StatefulSetNamespaceLister

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

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

type StatefulSetNamespaceListerExpansion

StatefulSetNamespaceListerExpansion allows custom methods to be added to StatefulSetNamespaceLister.

type StatefulSetNamespaceListerExpansion interface{}