Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Container.Projects.Zones.Clusters.NodePools.Rollback
Contents
Description
Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.rollback
.
Synopsis
- type ContainerProjectsZonesClustersNodePoolsRollbackResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (CaptureMode "nodePoolId" "rollback" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RollbackNodePoolUpgradeRequest :> Post '[JSON] Operation)))))))))))))))
- data ContainerProjectsZonesClustersNodePoolsRollback = ContainerProjectsZonesClustersNodePoolsRollback {
- xgafv :: Maybe Xgafv
- accessToken :: Maybe Text
- callback :: Maybe Text
- clusterId :: Text
- nodePoolId :: Text
- payload :: RollbackNodePoolUpgradeRequest
- projectId :: Text
- uploadType :: Maybe Text
- uploadProtocol :: Maybe Text
- zone :: Text
- newContainerProjectsZonesClustersNodePoolsRollback :: Text -> Text -> RollbackNodePoolUpgradeRequest -> Text -> Text -> ContainerProjectsZonesClustersNodePoolsRollback
Resource
type ContainerProjectsZonesClustersNodePoolsRollbackResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (CaptureMode "nodePoolId" "rollback" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RollbackNodePoolUpgradeRequest :> Post '[JSON] Operation))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.rollback
method which the
ContainerProjectsZonesClustersNodePoolsRollback
request conforms to.
Constructing a Request
data ContainerProjectsZonesClustersNodePoolsRollback Source #
Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.
See: newContainerProjectsZonesClustersNodePoolsRollback
smart constructor.
Constructors
ContainerProjectsZonesClustersNodePoolsRollback | |
Fields
|
Instances
newContainerProjectsZonesClustersNodePoolsRollback Source #
Arguments
:: Text | Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field. See |
-> Text | Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field. See |
-> RollbackNodePoolUpgradeRequest | Multipart request metadata. See |
-> Text | Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field. See |
-> Text | Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field. See |
-> ContainerProjectsZonesClustersNodePoolsRollback |
Creates a value of ContainerProjectsZonesClustersNodePoolsRollback
with the minimum fields required to make a request.