Google Container Engine API . projects . zones

Instance Methods

clusters()

Returns the clusters Resource.

operations()

Returns the operations Resource.

getServerconfig(projectId, zone, x__xgafv=None)

Returns configuration info about the Container Engine service.

Method Details

getServerconfig(projectId, zone, x__xgafv=None)
Returns configuration info about the Container Engine service.

Args:
  projectId: string, The Google Developers Console [project ID or project number](https://developers.google.com/console/help/new/#projectnumber). (required)
  zone: string, The name of the Google Compute Engine [zone](/compute/docs/zones#available) to return operations for, or "-" for all zones. (required)
  x__xgafv: string, V1 error format.

Returns:
  An object of the form:

    { # Container Engine Server configuration.
    "defaultClusterVersion": "A String", # What version this server deploys by default.
    "validNodeVersions": [ # List of valid node upgrade target versions.
      "A String",
    ],
  }