Enum MonitoringComponentConfig.Component (2.44.0)

public enum MonitoringComponentConfig.Component extends Enum<MonitoringComponentConfig.Component> implements ProtocolMessageEnum

GKE components exposing metrics

Protobuf enum google.container.v1beta1.MonitoringComponentConfig.Component

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APISERVER

kube-apiserver

APISERVER = 3;

APISERVER_VALUE

kube-apiserver

APISERVER = 3;

COMPONENT_UNSPECIFIED

Default value. This shouldn't be used.

COMPONENT_UNSPECIFIED = 0;

COMPONENT_UNSPECIFIED_VALUE

Default value. This shouldn't be used.

COMPONENT_UNSPECIFIED = 0;

CONTROLLER_MANAGER

kube-controller-manager

CONTROLLER_MANAGER = 5;

CONTROLLER_MANAGER_VALUE

kube-controller-manager

CONTROLLER_MANAGER = 5;

DAEMONSET

DaemonSet

DAEMONSET = 10;

DAEMONSET_VALUE

DaemonSet

DAEMONSET = 10;

DEPLOYMENT

Deployment

DEPLOYMENT = 11;

DEPLOYMENT_VALUE

Deployment

DEPLOYMENT = 11;

HPA

Horizontal Pod Autoscaling

HPA = 8;

HPA_VALUE

Horizontal Pod Autoscaling

HPA = 8;

POD

Pod

POD = 9;

POD_VALUE

Pod

POD = 9;

SCHEDULER

kube-scheduler

SCHEDULER = 4;

SCHEDULER_VALUE

kube-scheduler

SCHEDULER = 4;

STATEFULSET

Statefulset

STATEFULSET = 12;

STATEFULSET_VALUE

Statefulset

STATEFULSET = 12;

STORAGE

Storage

STORAGE = 7;

STORAGE_VALUE

Storage

STORAGE = 7;

SYSTEM_COMPONENTS

system components

SYSTEM_COMPONENTS = 1;

SYSTEM_COMPONENTS_VALUE

system components

SYSTEM_COMPONENTS = 1;

UNRECOGNIZED
WORKLOADS

Deprecated: Use Google Cloud Managed Service for Prometheus.

WORKLOADS = 2 [deprecated = true];

WORKLOADS_VALUE

Deprecated: Use Google Cloud Managed Service for Prometheus.

WORKLOADS = 2 [deprecated = true];

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()