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_v1.projects.locations.html b/docs/dyn/container_v1.projects.locations.html
index 756164e..f049213 100644
--- a/docs/dyn/container_v1.projects.locations.html
+++ b/docs/dyn/container_v1.projects.locations.html
@@ -94,7 +94,7 @@
Args:
name: string, The name (project and location) of the server config to get,
-specified in the format 'projects/*/locations/*'. (required)
+specified in the format `projects/*/locations/*`. (required)
projectId: string, Deprecated. The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
This field has been deprecated and replaced by the name field.
@@ -111,17 +111,17 @@
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",
],
- "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
- "validImageTypes": [ # List of valid image types.
- "A String",
+ "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
+ "defaultImageType": "A String", # Default image type.
+ "validNodeVersions": [ # List of valid node upgrade target versions.
+ "A String",
],
- "validMasterVersions": [ # List of valid master versions.
- "A String",
+ "validImageTypes": [ # List of valid image types.
+ "A String",
],
- "defaultImageType": "A String", # Default image type.
}</pre>
</div>