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
Namespace
Google \ Cloud \ Container \ V1 \ MonitoringComponentConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;
STORAGE
Value: 7
Storage
Generated from protobuf enum STORAGE = 7;
HPA
Value: 8
Horizontal Pod Autoscaling
Generated from protobuf enum HPA = 8;
POD
Value: 9
Pod
Generated from protobuf enum POD = 9;
DAEMONSET
Value: 10
DaemonSet
Generated from protobuf enum DAEMONSET = 10;
DEPLOYMENT
Value: 11
Deployment
Generated from protobuf enum DEPLOYMENT = 11;
STATEFULSET
Value: 12
Statefulset
Generated from protobuf enum STATEFULSET = 12;