Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 15, 2023
1 parent b1e9426 commit 14c2289
Show file tree
Hide file tree
Showing 229 changed files with 21 additions and 90,193 deletions.
23 changes: 19 additions & 4 deletions google/cloud/container_v1beta1/types/cluster_service.py
Expand Up @@ -696,6 +696,11 @@ class NodeConfig(proto.Message):
HostMaintenancePolicy contains the desired
maintenance policy for the Google Compute Engine
hosts.
enable_confidential_storage (bool):
Optional. Enable confidential storage on Hyperdisk.
boot_disk_kms_key is required when
enable_confidential_storage is true. This is only available
for private preview.
"""

machine_type: str = proto.Field(
Expand Down Expand Up @@ -866,6 +871,10 @@ class NodeConfig(proto.Message):
number=44,
message="HostMaintenancePolicy",
)
enable_confidential_storage: bool = proto.Field(
proto.BOOL,
number=46,
)


class AdvancedMachineFeatures(proto.Message):
Expand Down Expand Up @@ -3046,8 +3055,9 @@ class Cluster(proto.Message):
clusters and node auto-provisioning enabled
clusters.
protect_config (google.cloud.container_v1beta1.types.ProtectConfig):
Enable/Disable Protect API features for the
cluster.
Deprecated: Use SecurityPostureConfig
instead. Enable/Disable Protect API features for
the cluster.
This field is a member of `oneof`_ ``_protect_config``.
etag (str):
Expand Down Expand Up @@ -3615,10 +3625,14 @@ class VulnerabilityMode(proto.Enum):
VULNERABILITY_BASIC (2):
Applies basic vulnerability scanning on the
cluster.
VULNERABILITY_ENTERPRISE (3):
Applies the Security Posture's vulnerability
on cluster Enterprise level features.
"""
VULNERABILITY_MODE_UNSPECIFIED = 0
VULNERABILITY_DISABLED = 1
VULNERABILITY_BASIC = 2
VULNERABILITY_ENTERPRISE = 3

mode: Mode = proto.Field(
proto.ENUM,
Expand Down Expand Up @@ -3895,8 +3909,9 @@ class ClusterUpdate(proto.Message):
clusters and node auto-provisioning enabled
clusters.
desired_protect_config (google.cloud.container_v1beta1.types.ProtectConfig):
Enable/Disable Protect API features for the
cluster.
Deprecated: Use DesiredSecurityPostureConfig
instead. Enable/Disable Protect API features for
the cluster.
This field is a member of `oneof`_ ``_desired_protect_config``.
desired_gateway_api_config (google.cloud.container_v1beta1.types.GatewayAPIConfig):
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/v1/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/v1/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1/README.rst

This file was deleted.

3 changes: 0 additions & 3 deletions owl-bot-staging/v1/docs/_static/custom.css

This file was deleted.

0 comments on commit 14c2289

Please sign in to comment.