GKE Hub API (gkehub:v1alpha)

2026-06-05

3 new methods

Additions

    Methods
  • gkehub.projects.locations.rollouts.pause

      Path : v1alpha/{+name}:pause

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}:pause

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the rollout to pause. projects/{project}/locations/{location}/rollouts/{rollout}

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Pauses a running Rollout. The rollout will not be started on new clusters, however the rollout running on the cluster will be allowed to finish.

  • gkehub.projects.locations.rollouts.resume

      Path : v1alpha/{+name}:resume

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}:resume

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the rollout to resume. projects/{project}/locations/{location}/rollouts/{rollout}

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Resume a paused Rollout. The rollout will be resumed and allowed to be started on clusters.

  • gkehub.projects.locations.rollouts.cancel

      Path : v1alpha/{+name}:cancel

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}:cancel

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the rollout to cancel. projects/{project}/locations/{location}/rollouts/{rollout}

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Cancels a paused Rollout. The rollout will not be started on new clusters, however the rollout running on the cluster will be allowed to finish. It's only valid to cancel a paused rollout, otherwise it will return a FAILED_PRECONDITION error.