Kubernetes Engine API (container:v1beta1)

2025-11-08

2 new methods

Additions

    Methods
  • container.projects.locations.clusters.completeControlPlaneUpgrade

      Parameter Order : name

      Parameters :

        name

          Type : string

          Location : path

          Description : The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format `projects/*/locations/*/clusters/*`.

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/clusters/[^/]+$

      HTTP Method : POST

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:completeControlPlaneUpgrade

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade for a specific cluster.

      Path : v1beta1/{+name}:completeControlPlaneUpgrade

  • container.projects.zones.clusters.completeControlPlaneUpgrade

      Description : CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade for a specific cluster.

      Parameters :

        name

          Type : string

          Location : path

          Description : The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format `projects/*/locations/*/clusters/*`.

          Required : Yes

          Pattern : ^projects/[^/]+/zones/[^/]+/clusters/[^/]+$

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/projects/{projectsId}/zones/{zonesId}/clusters/{clustersId}:completeControlPlaneUpgrade

      Path : v1beta1/{+name}:completeControlPlaneUpgrade

      HTTP Method : POST