collectors

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2017 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCronJobCollector

func RegisterCronJobCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterDaemonSetCollector

func RegisterDaemonSetCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterDeploymentCollector

func RegisterDeploymentCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterJobCollector

func RegisterJobCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterLimitRangeCollector

func RegisterLimitRangeCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterNodeCollector

func RegisterNodeCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterPersistentVolumeClaimCollector

func RegisterPersistentVolumeClaimCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterPodCollector

func RegisterPodCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterReplicaSetCollector

func RegisterReplicaSetCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterReplicationControllerCollector

func RegisterReplicationControllerCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterResourceQuotaCollector

func RegisterResourceQuotaCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterServiceCollector

func RegisterServiceCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

func RegisterStatefulSetCollector

func RegisterStatefulSetCollector(registry prometheus.Registerer, kubeClient kubernetes.Interface)

Types

type CronJobLister

type CronJobLister func() ([]v2batch.CronJob, error)

func (CronJobLister) List

func (l CronJobLister) List() ([]v2batch.CronJob, error)

type DaemonSetLister

type DaemonSetLister func() ([]v1beta1.DaemonSet, error)

func (DaemonSetLister) List

func (l DaemonSetLister) List() ([]v1beta1.DaemonSet, error)

type DeploymentLister

type DeploymentLister func() ([]v1beta1.Deployment, error)

func (DeploymentLister) List

func (l DeploymentLister) List() ([]v1beta1.Deployment, error)

type JobLister

type JobLister func() ([]v1batch.Job, error)

func (JobLister) List

func (l JobLister) List() ([]v1batch.Job, error)

type LimitRangeLister

type LimitRangeLister func() (v1.LimitRangeList, error)

func (LimitRangeLister) List

type NodeLister

type NodeLister func() (v1.NodeList, error)

func (NodeLister) List

func (l NodeLister) List() (v1.NodeList, error)

type PersistentVolumeClaimLister

type PersistentVolumeClaimLister func() (v1.PersistentVolumeClaimList, error)

func (PersistentVolumeClaimLister) List

type PodLister

type PodLister func() ([]v1.Pod, error)

func (PodLister) List

func (l PodLister) List() ([]v1.Pod, error)

type ReplicaSetLister

type ReplicaSetLister func() ([]v1beta1.ReplicaSet, error)

func (ReplicaSetLister) List

func (l ReplicaSetLister) List() ([]v1beta1.ReplicaSet, error)

type ReplicationControllerLister

type ReplicationControllerLister func() ([]v1.ReplicationController, error)

func (ReplicationControllerLister) List

type ResourceQuotaLister

type ResourceQuotaLister func() (v1.ResourceQuotaList, error)

func (ResourceQuotaLister) List

type ServiceLister

type ServiceLister func() ([]v1.Service, error)

func (ServiceLister) List

func (l ServiceLister) List() ([]v1.Service, error)

type StatefulSetLister

type StatefulSetLister func() ([]v1beta1.StatefulSet, error)

func (StatefulSetLister) List

Jump to

Keyboard shortcuts

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