Skip to content

Commit

Permalink
docs(v1): BinaryAuthorization.enabled field is marked as deprecated (#…
Browse files Browse the repository at this point in the history
…272)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 464729666

Source-Link: googleapis/googleapis@c77c067

Source-Link: googleapis/googleapis-gen@68c2282
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjhjMjI4Mjg1MGFkZDE2ZGRhY2YzOTA2ZmYyZGFlODgwYmY5YjRjYyJ9

docs(v1beta1): BinaryAuthorization.enabled field is marked as deprecated
PiperOrigin-RevId: 464729205

Source-Link: googleapis/googleapis@901a2a2

Source-Link: googleapis/googleapis-gen@dd9caa4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGQ5Y2FhNGZiMGVkMDM0NDEwOTI0MDRlZjhmZDI1MTZkYzU5MDgyMyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Aug 2, 2022
1 parent 3e98d0c commit 66e883d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1457,9 +1457,10 @@ class BinaryAuthorization(proto.Message):
Attributes:
enabled (bool):
Enable Binary Authorization for this cluster.
If enabled, all container images will be
validated by Binary Authorization.
This field is deprecated. Leave this unset and instead
configure BinaryAuthorization using evaluation_mode. If
evaluation_mode is set to anything other than
EVALUATION_MODE_UNSPECIFIED, this field is ignored.
evaluation_mode (google.cloud.container_v1.types.BinaryAuthorization.EvaluationMode):
Mode of operation for binauthz policy
evaluation. Currently the only options are
Expand Down Expand Up @@ -2287,8 +2288,8 @@ class NodeConfigDefaults(proto.Message):
Attributes:
gcfs_config (google.cloud.container_v1.types.GcfsConfig):
GCFS (Google Container File System, a.k.a.
Riptide) options.
GCFS (Google Container File System, also
known as Riptide) options.
"""

gcfs_config = proto.Field(
Expand Down Expand Up @@ -4967,7 +4968,7 @@ class CompleteNodePoolUpgradeRequest(proto.Message):
name (str):
The name (project, location, cluster, node pool id) of the
node pool to complete upgrade. Specified in the format
'projects/*/locations/*/clusters/*/nodePools/*'.
``projects/*/locations/*/clusters/*/nodePools/*``.
"""

name = proto.Field(
Expand Down Expand Up @@ -5132,9 +5133,10 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
information, read `how to specify min CPU
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform>`__
This field is deprecated, min_cpu_platform should be
specified using cloud.google.com/requested-min-cpu-platform
label selector on the pod. To unset the min cpu platform
field pass "automatic" as field value.
specified using
https://cloud.google.com/requested-min-cpu-platform label
selector on the pod. To unset the min cpu platform field
pass "automatic" as field value.
disk_size_gb (int):
Size of the disk attached to each node,
specified in GB. The smallest allowed disk size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ class IPAllocationPolicy(proto.Message):
"""

class StackType(proto.Enum):
r"""IP stack type"""
r"""Possible values for IP stack type"""
STACK_TYPE_UNSPECIFIED = 0
IPV4 = 1
IPV4_IPV6 = 2
Expand Down Expand Up @@ -1830,9 +1830,10 @@ class BinaryAuthorization(proto.Message):
Attributes:
enabled (bool):
Enable Binary Authorization for this cluster.
If enabled, all container images will be
validated by Binary Authorization.
This field is deprecated. Leave this unset and instead
configure BinaryAuthorization using evaluation_mode. If
evaluation_mode is set to anything other than
EVALUATION_MODE_UNSPECIFIED, this field is ignored.
evaluation_mode (google.cloud.container_v1beta1.types.BinaryAuthorization.EvaluationMode):
Mode of operation for binauthz policy
evaluation. Currently the only options are
Expand Down Expand Up @@ -2660,8 +2661,8 @@ class NodeConfigDefaults(proto.Message):
Attributes:
gcfs_config (google.cloud.container_v1beta1.types.GcfsConfig):
GCFS (Google Container File System, a.k.a.
Riptide) options.
GCFS (Google Container File System, also
known as Riptide) options.
"""

gcfs_config = proto.Field(
Expand Down Expand Up @@ -5520,7 +5521,7 @@ class CompleteNodePoolUpgradeRequest(proto.Message):
name (str):
The name (project, location, cluster, node pool id) of the
node pool to complete upgrade. Specified in the format
'projects/*/locations/*/clusters/*/nodePools/*'.
``projects/*/locations/*/clusters/*/nodePools/*``.
"""

name = proto.Field(
Expand Down Expand Up @@ -5702,9 +5703,10 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
information, read `how to specify min CPU
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform>`__
This field is deprecated, min_cpu_platform should be
specified using cloud.google.com/requested-min-cpu-platform
label selector on the pod. To unset the min cpu platform
field pass "automatic" as field value.
specified using
https://cloud.google.com/requested-min-cpu-platform label
selector on the pod. To unset the min cpu platform field
pass "automatic" as field value.
disk_size_gb (int):
Size of the disk attached to each node,
specified in GB. The smallest allowed disk size
Expand Down Expand Up @@ -6383,7 +6385,7 @@ class Location(proto.Message):
Contains the name of the resource requested. Specified in
the format ``projects/*/locations/*``.
recommended (bool):
Whether the location is recomended for GKE
Whether the location is recommended for GKE
cluster scheduling.
"""

Expand Down

0 comments on commit 66e883d

Please sign in to comment.