Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 8167464

Browse files
docs: fix docstring formatting (#614)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 410563827 Source-Link: googleapis/googleapis@a0173f5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e24c57d1060d6b1d25b284937fd91bc0fea29901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTI0YzU3ZDEwNjBkNmIxZDI1YjI4NDkzN2ZkOTFiYzBmZWEyOTkwMSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 40d5bd8 commit 8167464

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeKubeletConfig.java

+28-28
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
144144
* See
145145
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
146146
* The following values are allowed.
147-
* - "none": the default, which represents the existing scheduling behavior.
148-
* - "static": allows pods with certain resource characteristics to be
149-
* granted increased CPU affinity and exclusivity on the node.
150-
* The default value is 'none' if unspecified.
147+
* * "none": the default, which represents the existing scheduling behavior.
148+
* * "static": allows pods with certain resource characteristics to be granted
149+
* increased CPU affinity and exclusivity on the node.
150+
* The default value is 'none' if unspecified.
151151
* </pre>
152152
*
153153
* <code>string cpu_manager_policy = 1;</code>
@@ -174,10 +174,10 @@ public java.lang.String getCpuManagerPolicy() {
174174
* See
175175
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
176176
* The following values are allowed.
177-
* - "none": the default, which represents the existing scheduling behavior.
178-
* - "static": allows pods with certain resource characteristics to be
179-
* granted increased CPU affinity and exclusivity on the node.
180-
* The default value is 'none' if unspecified.
177+
* * "none": the default, which represents the existing scheduling behavior.
178+
* * "static": allows pods with certain resource characteristics to be granted
179+
* increased CPU affinity and exclusivity on the node.
180+
* The default value is 'none' if unspecified.
181181
* </pre>
182182
*
183183
* <code>string cpu_manager_policy = 1;</code>
@@ -690,10 +690,10 @@ public Builder mergeFrom(
690690
* See
691691
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
692692
* The following values are allowed.
693-
* - "none": the default, which represents the existing scheduling behavior.
694-
* - "static": allows pods with certain resource characteristics to be
695-
* granted increased CPU affinity and exclusivity on the node.
696-
* The default value is 'none' if unspecified.
693+
* * "none": the default, which represents the existing scheduling behavior.
694+
* * "static": allows pods with certain resource characteristics to be granted
695+
* increased CPU affinity and exclusivity on the node.
696+
* The default value is 'none' if unspecified.
697697
* </pre>
698698
*
699699
* <code>string cpu_manager_policy = 1;</code>
@@ -719,10 +719,10 @@ public java.lang.String getCpuManagerPolicy() {
719719
* See
720720
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
721721
* The following values are allowed.
722-
* - "none": the default, which represents the existing scheduling behavior.
723-
* - "static": allows pods with certain resource characteristics to be
724-
* granted increased CPU affinity and exclusivity on the node.
725-
* The default value is 'none' if unspecified.
722+
* * "none": the default, which represents the existing scheduling behavior.
723+
* * "static": allows pods with certain resource characteristics to be granted
724+
* increased CPU affinity and exclusivity on the node.
725+
* The default value is 'none' if unspecified.
726726
* </pre>
727727
*
728728
* <code>string cpu_manager_policy = 1;</code>
@@ -748,10 +748,10 @@ public com.google.protobuf.ByteString getCpuManagerPolicyBytes() {
748748
* See
749749
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
750750
* The following values are allowed.
751-
* - "none": the default, which represents the existing scheduling behavior.
752-
* - "static": allows pods with certain resource characteristics to be
753-
* granted increased CPU affinity and exclusivity on the node.
754-
* The default value is 'none' if unspecified.
751+
* * "none": the default, which represents the existing scheduling behavior.
752+
* * "static": allows pods with certain resource characteristics to be granted
753+
* increased CPU affinity and exclusivity on the node.
754+
* The default value is 'none' if unspecified.
755755
* </pre>
756756
*
757757
* <code>string cpu_manager_policy = 1;</code>
@@ -776,10 +776,10 @@ public Builder setCpuManagerPolicy(java.lang.String value) {
776776
* See
777777
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
778778
* The following values are allowed.
779-
* - "none": the default, which represents the existing scheduling behavior.
780-
* - "static": allows pods with certain resource characteristics to be
781-
* granted increased CPU affinity and exclusivity on the node.
782-
* The default value is 'none' if unspecified.
779+
* * "none": the default, which represents the existing scheduling behavior.
780+
* * "static": allows pods with certain resource characteristics to be granted
781+
* increased CPU affinity and exclusivity on the node.
782+
* The default value is 'none' if unspecified.
783783
* </pre>
784784
*
785785
* <code>string cpu_manager_policy = 1;</code>
@@ -800,10 +800,10 @@ public Builder clearCpuManagerPolicy() {
800800
* See
801801
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
802802
* The following values are allowed.
803-
* - "none": the default, which represents the existing scheduling behavior.
804-
* - "static": allows pods with certain resource characteristics to be
805-
* granted increased CPU affinity and exclusivity on the node.
806-
* The default value is 'none' if unspecified.
803+
* * "none": the default, which represents the existing scheduling behavior.
804+
* * "static": allows pods with certain resource characteristics to be granted
805+
* increased CPU affinity and exclusivity on the node.
806+
* The default value is 'none' if unspecified.
807807
* </pre>
808808
*
809809
* <code>string cpu_manager_policy = 1;</code>

proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeKubeletConfigOrBuilder.java

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ public interface NodeKubeletConfigOrBuilder
3131
* See
3232
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
3333
* The following values are allowed.
34-
* - "none": the default, which represents the existing scheduling behavior.
35-
* - "static": allows pods with certain resource characteristics to be
36-
* granted increased CPU affinity and exclusivity on the node.
37-
* The default value is 'none' if unspecified.
34+
* * "none": the default, which represents the existing scheduling behavior.
35+
* * "static": allows pods with certain resource characteristics to be granted
36+
* increased CPU affinity and exclusivity on the node.
37+
* The default value is 'none' if unspecified.
3838
* </pre>
3939
*
4040
* <code>string cpu_manager_policy = 1;</code>
@@ -50,10 +50,10 @@ public interface NodeKubeletConfigOrBuilder
5050
* See
5151
* https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
5252
* The following values are allowed.
53-
* - "none": the default, which represents the existing scheduling behavior.
54-
* - "static": allows pods with certain resource characteristics to be
55-
* granted increased CPU affinity and exclusivity on the node.
56-
* The default value is 'none' if unspecified.
53+
* * "none": the default, which represents the existing scheduling behavior.
54+
* * "static": allows pods with certain resource characteristics to be granted
55+
* increased CPU affinity and exclusivity on the node.
56+
* The default value is 'none' if unspecified.
5757
* </pre>
5858
*
5959
* <code>string cpu_manager_policy = 1;</code>

proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,10 @@ message NodeKubeletConfig {
513513
// https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
514514
//
515515
// The following values are allowed.
516-
// - "none": the default, which represents the existing scheduling behavior.
517-
// - "static": allows pods with certain resource characteristics to be
518-
// granted increased CPU affinity and exclusivity on the node.
519-
// The default value is 'none' if unspecified.
516+
// * "none": the default, which represents the existing scheduling behavior.
517+
// * "static": allows pods with certain resource characteristics to be granted
518+
// increased CPU affinity and exclusivity on the node.
519+
// The default value is 'none' if unspecified.
520520
string cpu_manager_policy = 1;
521521

522522
// Enable CPU CFS quota enforcement for containers that specify CPU limits.

0 commit comments

Comments
 (0)