...

Package v1beta1

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

Overview ▾

type DaemonSetLister

DaemonSetLister helps list DaemonSets. All objects returned here must be treated as read-only.

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

func NewDaemonSetLister

func NewDaemonSetLister(indexer cache.Indexer) DaemonSetLister

NewDaemonSetLister returns a new DaemonSetLister.

type DaemonSetListerExpansion

DaemonSetListerExpansion allows custom methods to be added to DaemonSetLister.

type DaemonSetListerExpansion interface {
    GetPodDaemonSets(pod *v1.Pod) ([]*v1beta1.DaemonSet, error)
    GetHistoryDaemonSets(history *apps.ControllerRevision) ([]*v1beta1.DaemonSet, error)
}

type DaemonSetNamespaceLister

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

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

type DaemonSetNamespaceListerExpansion

DaemonSetNamespaceListerExpansion allows custom methods to be added to DaemonSetNamespaceLister.

type DaemonSetNamespaceListerExpansion 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 IngressLister

IngressLister helps list Ingresses. All objects returned here must be treated as read-only.

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

func NewIngressLister

func NewIngressLister(indexer cache.Indexer) IngressLister

NewIngressLister returns a new IngressLister.

type IngressListerExpansion

IngressListerExpansion allows custom methods to be added to IngressLister.

type IngressListerExpansion interface{}

type IngressNamespaceLister

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

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

type IngressNamespaceListerExpansion

IngressNamespaceListerExpansion allows custom methods to be added to IngressNamespaceLister.

type IngressNamespaceListerExpansion interface{}

type NetworkPolicyLister

NetworkPolicyLister helps list NetworkPolicies. All objects returned here must be treated as read-only.

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

func NewNetworkPolicyLister

func NewNetworkPolicyLister(indexer cache.Indexer) NetworkPolicyLister

NewNetworkPolicyLister returns a new NetworkPolicyLister.

type NetworkPolicyListerExpansion

NetworkPolicyListerExpansion allows custom methods to be added to NetworkPolicyLister.

type NetworkPolicyListerExpansion interface{}

type NetworkPolicyNamespaceLister

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

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

type NetworkPolicyNamespaceListerExpansion

NetworkPolicyNamespaceListerExpansion allows custom methods to be added to NetworkPolicyNamespaceLister.

type NetworkPolicyNamespaceListerExpansion interface{}

type ReplicaSetLister

ReplicaSetLister helps list ReplicaSets. All objects returned here must be treated as read-only.

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

func NewReplicaSetLister

func NewReplicaSetLister(indexer cache.Indexer) ReplicaSetLister

NewReplicaSetLister returns a new ReplicaSetLister.

type ReplicaSetListerExpansion

ReplicaSetListerExpansion allows custom methods to be added to ReplicaSetLister.

type ReplicaSetListerExpansion interface {
    GetPodReplicaSets(pod *v1.Pod) ([]*extensions.ReplicaSet, error)
}

type ReplicaSetNamespaceLister

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

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

type ReplicaSetNamespaceListerExpansion

ReplicaSetNamespaceListerExpansion allows custom methods to be added to ReplicaSetNamespaceLister.

type ReplicaSetNamespaceListerExpansion interface{}