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 | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPONENT_UNSPECIFIED
Value: 0Default value. This shouldn't be used.
Generated from protobuf enum COMPONENT_UNSPECIFIED = 0;
SYSTEM_COMPONENTS
Value: 1system components
Generated from protobuf enum SYSTEM_COMPONENTS = 1;
APISERVER
Value: 3kube-apiserver
Generated from protobuf enum APISERVER = 3;
SCHEDULER
Value: 4kube-scheduler
Generated from protobuf enum SCHEDULER = 4;
CONTROLLER_MANAGER
Value: 5kube-controller-manager
Generated from protobuf enum CONTROLLER_MANAGER = 5;