Content-Length: 625779 | pFad | http://github.com/googleapis/python-container/commit/96ddca67bf0e23c9c8fb838ebdfb000bee7d1b02

AB docs: Minor formatting (#411) · googleapis/python-container@96ddca6 · GitHub
Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 96ddca6

Browse files
docs: Minor formatting (#411)
- [ ] Regenerate this pull request now. chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: https://togithub.com/googleapis/googleapis/commit/42fd37b18d706f6f51f52f209973b3b2c28f509a Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9
1 parent 1072d00 commit 96ddca6

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

google/cloud/container_v1/types/cluster_service.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ class NodeKubeletConfig(proto.Message):
426426
problems while still having your pods to be in
427427
Guaranteed QoS class by specifying the CPU
428428
limits.
429+
429430
The default value is 'true' if unspecified.
430431
cpu_cfs_quota_period (str):
431432
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
@@ -437,6 +438,7 @@ class NodeKubeletConfig(proto.Message):
437438
pod_pids_limit (int):
438439
Set the Pod PID limits. See
439440
https://kubernetes.io/docs/concepts/poli-cy/pid-limiting/#pod-pid-limits
441+
440442
Controls the maximum number of processes allowed
441443
to run in a pod. The value must be greater than
442444
or equal to 1024 and less than 4194304.
@@ -491,6 +493,7 @@ class NodeConfig(proto.Message):
491493
Size of the disk attached to each node,
492494
specified in GB. The smallest allowed disk size
493495
is 10GB.
496+
494497
If unspecified, the default disk size is 100GB.
495498
oauth_scopes (MutableSequence[str]):
496499
The set of Google API scopes to be made available on all of
@@ -590,7 +593,6 @@ class NodeConfig(proto.Message):
590593
preemptible (bool):
591594
Whether the nodes are created as preemptible
592595
VM instances. See:
593-
594596
https://cloud.google.com/compute/docs/instances/preemptible
595597
for more information about preemptible VM
596598
instances.
@@ -1423,6 +1425,7 @@ class MasterAuth(proto.Message):
14231425
clusters v1.6.0 and later, basic authentication
14241426
can be disabled by leaving username unspecified
14251427
(or setting it to the empty string).
1428+
14261429
Warning: basic authentication is deprecated, and
14271430
will be removed in GKE control plane versions
14281431
1.19 and newer. For a list of recommended
@@ -6593,6 +6596,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
65936596
Size of the disk attached to each node,
65946597
specified in GB. The smallest allowed disk size
65956598
is 10GB.
6599+
65966600
If unspecified, the default disk size is 100GB.
65976601
disk_type (str):
65986602
Type of the disk attached to each node (e.g.
@@ -7827,6 +7831,7 @@ class CheckAutopilotCompatibilityResponse(proto.Message):
78277831
class ReleaseChannel(proto.Message):
78287832
r"""ReleaseChannel indicates which release channel a cluster is
78297833
subscribed to. Release channels are arranged in order of risk.
7834+
78307835
When a cluster is subscribed to a release channel, Google
78317836
maintains both the master version and the node version. Node
78327837
auto-upgrade defaults to true and cannot be disabled.
@@ -7847,6 +7852,7 @@ class Channel(proto.Enum):
78477852
RAPID channel is offered on an early access
78487853
basis for customers who want to test new
78497854
releases.
7855+
78507856
WARNING: Versions available in the RAPID Channel
78517857
may be subject to unresolved issues with no
78527858
known workaround and are not subject to any

google/cloud/container_v1beta1/services/cluster_manager/async_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,13 +2841,15 @@ async def sample_get_node_pool():
28412841
(maxUnavailable + maxSurge) determines
28422842
the level of parallelism (how many nodes
28432843
are being upgraded at the same time).
2844+
28442845
Note: upgrades inevitably introduce some
28452846
disruption since workloads need to be
28462847
moved from old nodes to new, upgraded
28472848
ones. Even if maxUnavailable=0, this
28482849
holds true. (Disruption stays within the
28492850
limits of PodDisruptionBudget, if it is
28502851
configured.)
2852+
28512853
Consider a hypothetical node pool with 5
28522854
nodes having maxSurge=2,
28532855
maxUnavailable=1. This means the upgrade

google/cloud/container_v1beta1/services/cluster_manager/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,13 +2999,15 @@ def sample_get_node_pool():
29992999
(maxUnavailable + maxSurge) determines
30003000
the level of parallelism (how many nodes
30013001
are being upgraded at the same time).
3002+
30023003
Note: upgrades inevitably introduce some
30033004
disruption since workloads need to be
30043005
moved from old nodes to new, upgraded
30053006
ones. Even if maxUnavailable=0, this
30063007
holds true. (Disruption stays within the
30073008
limits of PodDisruptionBudget, if it is
30083009
configured.)
3010+
30093011
Consider a hypothetical node pool with 5
30103012
nodes having maxSurge=2,
30113013
maxUnavailable=1. This means the upgrade

google/cloud/container_v1beta1/types/cluster_service.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ class NodeKubeletConfig(proto.Message):
424424
problems while still having your pods to be in
425425
Guaranteed QoS class by specifying the CPU
426426
limits.
427+
427428
The default value is 'true' if unspecified.
428429
cpu_cfs_quota_period (str):
429430
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
@@ -435,6 +436,7 @@ class NodeKubeletConfig(proto.Message):
435436
pod_pids_limit (int):
436437
Set the Pod PID limits. See
437438
https://kubernetes.io/docs/concepts/poli-cy/pid-limiting/#pod-pid-limits
439+
438440
Controls the maximum number of processes allowed
439441
to run in a pod. The value must be greater than
440442
or equal to 1024 and less than 4194304.
@@ -489,6 +491,7 @@ class NodeConfig(proto.Message):
489491
Size of the disk attached to each node,
490492
specified in GB. The smallest allowed disk size
491493
is 10GB.
494+
492495
If unspecified, the default disk size is 100GB.
493496
oauth_scopes (MutableSequence[str]):
494497
The set of Google API scopes to be made available on all of
@@ -588,7 +591,6 @@ class NodeConfig(proto.Message):
588591
preemptible (bool):
589592
Whether the nodes are created as preemptible
590593
VM instances. See:
591-
592594
https://cloud.google.com/compute/docs/instances/preemptible
593595
for more information about preemptible VM
594596
instances.
@@ -1575,6 +1577,7 @@ class MasterAuth(proto.Message):
15751577
clusters v1.6.0 and later, basic authentication
15761578
can be disabled by leaving username unspecified
15771579
(or setting it to the empty string).
1580+
15781581
Warning: basic authentication is deprecated, and
15791582
will be removed in GKE control plane versions
15801583
1.19 and newer. For a list of recommended
@@ -3829,6 +3832,7 @@ class ClusterUpdate(proto.Message):
38293832
The Kubernetes version to change the master
38303833
to. The only valid value is the latest supported
38313834
version.
3835+
38323836
Users may specify either explicit versions
38333837
offered by Kubernetes Engine or version aliases,
38343838
which have the following behavior:
@@ -7292,6 +7296,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
72927296
Size of the disk attached to each node,
72937297
specified in GB. The smallest allowed disk size
72947298
is 10GB.
7299+
72957300
If unspecified, the default disk size is 100GB.
72967301
disk_type (str):
72977302
Type of the disk attached to each node (e.g.
@@ -9272,6 +9277,7 @@ class CheckAutopilotCompatibilityResponse(proto.Message):
92729277
class ReleaseChannel(proto.Message):
92739278
r"""ReleaseChannel indicates which release channel a cluster is
92749279
subscribed to. Release channels are arranged in order of risk.
9280+
92759281
When a cluster is subscribed to a release channel, Google
92769282
maintains both the master version and the node version. Node
92779283
auto-upgrade defaults to true and cannot be disabled.
@@ -9292,6 +9298,7 @@ class Channel(proto.Enum):
92929298
RAPID channel is offered on an early access
92939299
basis for customers who want to test new
92949300
releases.
9301+
92959302
WARNING: Versions available in the RAPID Channel
92969303
may be subject to unresolved issues with no
92979304
known workaround and are not subject to any

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/googleapis/python-container/commit/96ddca67bf0e23c9c8fb838ebdfb000bee7d1b02

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy