feat: added a flag to enable/disable gvnic on a node pool

feat: added node pool level network config
feat: added update support for node pool labels, taints and network tags
feat: added configuration for workload certificates and identity service component
feat: added configuration for node pool defaults, autopilot, logging and monitoring
feat: added the option to specify L4 load balancer configuration and IP v6 configuration
feat: added the option to list supported windows versions
fix: deprecated KALM addon config option
fix: deprecated cluster status condition code
docs: clarified SetNodePoolSize API behavior

PiperOrigin-RevId: 396762326
pull/674/head
Google APIs 4 years ago committed by Copybara-Service
parent caad48d4b6
commit 1f1d09d4cc
  1. 2
      google/container/v1beta1/BUILD.bazel
  2. 1038
      google/container/v1beta1/cluster_service.proto
  3. 1
      google/container/v1beta1/container_v1beta1.yaml

@ -21,6 +21,7 @@ proto_library(
"//google/api:resource_proto",
"//google/rpc:code_proto",
"//google/rpc:status_proto",
"//google/type:date_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:timestamp_proto",
"@com_google_protobuf//:wrappers_proto",
@ -110,6 +111,7 @@ go_proto_library(
"//google/api:annotations_go_proto",
"//google/rpc:code_go_proto",
"//google/rpc:status_go_proto",
"//google/type:date_go_proto",
],
)

File diff suppressed because it is too large Load Diff

@ -8,6 +8,7 @@ apis:
types:
- name: google.container.v1beta1.UpgradeEvent
- name: google.container.v1beta1.UpgradeAvailableEvent
enums:
- name: google.container.v1beta1.UpgradeResourceType

Loading…
Cancel
Save