Google Cloud Container V1 Client - Class Component (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class Component.

GKE components exposing metrics

Protobuf type google.container.v1.MonitoringComponentConfig.Component

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

COMPONENT_UNSPECIFIED

Value: 0

Default value. This shouldn't be used.

Generated from protobuf enum COMPONENT_UNSPECIFIED = 0;

SYSTEM_COMPONENTS

Value: 1

system components

Generated from protobuf enum SYSTEM_COMPONENTS = 1;

APISERVER

Value: 3

kube-apiserver

Generated from protobuf enum APISERVER = 3;

SCHEDULER

Value: 4

kube-scheduler

Generated from protobuf enum SCHEDULER = 4;

CONTROLLER_MANAGER

Value: 5

kube-controller-manager

Generated from protobuf enum CONTROLLER_MANAGER = 5;