Google Cloud Container V1 Client - Class Component (1.12.1)

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

GKE components exposing logs

Protobuf type google.container.v1.LoggingComponentConfig.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;

WORKLOADS

Value: 2

workloads

Generated from protobuf enum WORKLOADS = 2;

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;