docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/container_v1beta1.projects.zones.html b/docs/dyn/container_v1beta1.projects.zones.html
index 0d54c03..a9fd3ff 100644
--- a/docs/dyn/container_v1beta1.projects.zones.html
+++ b/docs/dyn/container_v1beta1.projects.zones.html
@@ -101,7 +101,7 @@
operations for. This field has been deprecated and replaced by the name
field. (required)
name: string, The name (project and location) of the server config to get,
-specified in the format 'projects/*/locations/*'.
+specified in the format `projects/*/locations/*`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -111,29 +111,29 @@
An object of the form:
{ # Kubernetes Engine service configuration.
- "validNodeVersions": [ # List of valid node upgrade target versions.
- "A String",
+ "validMasterVersions": [ # List of valid master versions.
+ "A String",
],
- "defaultImageType": "A String", # Default image type.
- "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
- "validMasterVersions": [ # List of valid master versions.
- "A String",
- ],
- "channels": [ # List of release channel configurations.
+ "defaultImageType": "A String", # Default image type.
+ "channels": [ # List of release channel configurations.
{ # ReleaseChannelConfig exposes configuration for a release channel.
- "defaultVersion": "A String", # The default version for newly created clusters on the channel.
- "channel": "A String", # The release channel this configuration applies to.
- "availableVersions": [ # List of available versions for the release channel.
+ "channel": "A String", # The release channel this configuration applies to.
+ "defaultVersion": "A String", # The default version for newly created clusters on the channel.
+ "availableVersions": [ # List of available versions for the release channel.
{ # AvailableVersion is an additional Kubernetes versions offered
# to users who subscribed to the release channel.
- "reason": "A String", # Reason for availability.
- "version": "A String", # Kubernetes version.
+ "version": "A String", # Kubernetes version.
+ "reason": "A String", # Reason for availability.
},
],
},
],
- "validImageTypes": [ # List of valid image types.
- "A String",
+ "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
+ "validImageTypes": [ # List of valid image types.
+ "A String",
+ ],
+ "validNodeVersions": [ # List of valid node upgrade target versions.
+ "A String",
],
}</pre>
</div>