Skip to content

Commit 5dd6f3f

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - resources.projects.resources.locations.resources.features.methods.get.parameters.returnPartialSuccess (Total Keys: 2) - resources.projects.resources.locations.resources.features.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.Feature.properties.unreachable (Total Keys: 3) #### gkehub:v1alpha The following keys were added: - resources.projects.resources.locations.resources.features.methods.get.parameters.returnPartialSuccess (Total Keys: 2) - resources.projects.resources.locations.resources.features.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.Feature.properties.unreachable (Total Keys: 3) #### gkehub:v1beta The following keys were added: - resources.projects.resources.locations.resources.features.methods.get.parameters.returnPartialSuccess (Total Keys: 2) - resources.projects.resources.locations.resources.features.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.Feature.properties.unreachable (Total Keys: 3)
1 parent 941d833 commit 5dd6f3f

File tree

6 files changed

+150
-54
lines changed

6 files changed

+150
-54
lines changed

docs/dyn/gkehub_v1.projects.locations.features.html

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ <h2>Instance Methods</h2>
8484
<code><a href="#delete">delete(name, force=None, requestId=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Removes a Feature.</p>
8686
<p class="toc_element">
87-
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
87+
<code><a href="#get">get(name, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets details of a single Feature.</p>
8989
<p class="toc_element">
9090
<code><a href="#getIamPolicy">getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
9292
<p class="toc_element">
93-
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Lists Features in a given project and location.</p>
9595
<p class="toc_element">
9696
<code><a href="#list_next">list_next()</a></code></p>
@@ -155,7 +155,7 @@ <h3>Method Details</h3>
155155
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
156156
},
157157
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
158-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
158+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
159159
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
160160
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
161161
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -350,7 +350,7 @@ <h3>Method Details</h3>
350350
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
351351
},
352352
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
353-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
353+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
354354
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
355355
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
356356
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -643,7 +643,7 @@ <h3>Method Details</h3>
643643
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
644644
},
645645
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
646-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
646+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
647647
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
648648
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
649649
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -971,6 +971,9 @@ <h3>Method Details</h3>
971971
&quot;updateTime&quot;: &quot;A String&quot;, # The time this status and any related Feature-specific details were updated.
972972
},
973973
},
974+
&quot;unreachable&quot;: [ # Output only. List of locations that could not be reached while fetching this feature.
975+
&quot;A String&quot;,
976+
],
974977
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was last updated.
975978
}
976979

@@ -1043,11 +1046,12 @@ <h3>Method Details</h3>
10431046
</div>
10441047

10451048
<div class="method">
1046-
<code class="details" id="get">get(name, x__xgafv=None)</code>
1049+
<code class="details" id="get">get(name, returnPartialSuccess=None, x__xgafv=None)</code>
10471050
<pre>Gets details of a single Feature.
10481051

10491052
Args:
10501053
name: string, Required. The Feature resource name in the format `projects/*/locations/*/features/*` (required)
1054+
returnPartialSuccess: boolean, Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.
10511055
x__xgafv: string, V1 error format.
10521056
Allowed values
10531057
1 - v1 error format
@@ -1092,7 +1096,7 @@ <h3>Method Details</h3>
10921096
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
10931097
},
10941098
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
1095-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
1099+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
10961100
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
10971101
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
10981102
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -1287,7 +1291,7 @@ <h3>Method Details</h3>
12871291
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
12881292
},
12891293
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
1290-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
1294+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
12911295
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
12921296
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
12931297
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -1580,7 +1584,7 @@ <h3>Method Details</h3>
15801584
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
15811585
},
15821586
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
1583-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
1587+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
15841588
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
15851589
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
15861590
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -1908,6 +1912,9 @@ <h3>Method Details</h3>
19081912
&quot;updateTime&quot;: &quot;A String&quot;, # The time this status and any related Feature-specific details were updated.
19091913
},
19101914
},
1915+
&quot;unreachable&quot;: [ # Output only. List of locations that could not be reached while fetching this feature.
1916+
&quot;A String&quot;,
1917+
],
19111918
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was last updated.
19121919
}</pre>
19131920
</div>
@@ -1961,7 +1968,7 @@ <h3>Method Details</h3>
19611968
</div>
19621969

19631970
<div class="method">
1964-
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
1971+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
19651972
<pre>Lists Features in a given project and location.
19661973

19671974
Args:
@@ -1970,6 +1977,7 @@ <h3>Method Details</h3>
19701977
orderBy: string, One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
19711978
pageSize: integer, When requesting a &#x27;page&#x27; of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.
19721979
pageToken: string, Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.
1980+
returnPartialSuccess: boolean, Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.
19731981
x__xgafv: string, V1 error format.
19741982
Allowed values
19751983
1 - v1 error format
@@ -2017,7 +2025,7 @@ <h3>Method Details</h3>
20172025
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
20182026
},
20192027
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
2020-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
2028+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
20212029
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
20222030
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
20232031
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -2212,7 +2220,7 @@ <h3>Method Details</h3>
22122220
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
22132221
},
22142222
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
2215-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
2223+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
22162224
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
22172225
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
22182226
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -2505,7 +2513,7 @@ <h3>Method Details</h3>
25052513
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
25062514
},
25072515
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
2508-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
2516+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
25092517
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
25102518
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
25112519
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -2833,6 +2841,9 @@ <h3>Method Details</h3>
28332841
&quot;updateTime&quot;: &quot;A String&quot;, # The time this status and any related Feature-specific details were updated.
28342842
},
28352843
},
2844+
&quot;unreachable&quot;: [ # Output only. List of locations that could not be reached while fetching this feature.
2845+
&quot;A String&quot;,
2846+
],
28362847
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was last updated.
28372848
},
28382849
],
@@ -2898,7 +2909,7 @@ <h3>Method Details</h3>
28982909
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
28992910
},
29002911
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
2901-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
2912+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
29022913
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
29032914
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
29042915
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -3093,7 +3104,7 @@ <h3>Method Details</h3>
30933104
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
30943105
},
30953106
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
3096-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
3107+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
30973108
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
30983109
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
30993110
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -3386,7 +3397,7 @@ <h3>Method Details</h3>
33863397
&quot;enabled&quot;: True or False, # Whether Hierarchy Controller is enabled in this cluster.
33873398
},
33883399
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Feature management.
3389-
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
3400+
&quot;policyController&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
33903401
&quot;auditIntervalSeconds&quot;: &quot;A String&quot;, # Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
33913402
&quot;enabled&quot;: True or False, # Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
33923403
&quot;exemptableNamespaces&quot;: [ # The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
@@ -3714,6 +3725,9 @@ <h3>Method Details</h3>
37143725
&quot;updateTime&quot;: &quot;A String&quot;, # The time this status and any related Feature-specific details were updated.
37153726
},
37163727
},
3728+
&quot;unreachable&quot;: [ # Output only. List of locations that could not be reached while fetching this feature.
3729+
&quot;A String&quot;,
3730+
],
37173731
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was last updated.
37183732
}
37193733

0 commit comments

Comments
 (0)