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.Delete
Contents
Description
Deletes a node pool from a cluster.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.delete
.
Synopsis
- type ContainerProjectsZonesClustersNodePoolsDeleteResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "name" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))))))))
- data ContainerProjectsZonesClustersNodePoolsDelete = ContainerProjectsZonesClustersNodePoolsDelete {}
- newContainerProjectsZonesClustersNodePoolsDelete :: Text -> Text -> Text -> Text -> ContainerProjectsZonesClustersNodePoolsDelete
Resource
type ContainerProjectsZonesClustersNodePoolsDeleteResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "name" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.delete
method which the
ContainerProjectsZonesClustersNodePoolsDelete
request conforms to.
Constructing a Request
data ContainerProjectsZonesClustersNodePoolsDelete Source #
Deletes a node pool from a cluster.
See: newContainerProjectsZonesClustersNodePoolsDelete
smart constructor.
Constructors
ContainerProjectsZonesClustersNodePoolsDelete | |
Fields
|
Instances
newContainerProjectsZonesClustersNodePoolsDelete Source #
Arguments
:: Text | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See |
-> Text | Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field. 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 |
-> ContainerProjectsZonesClustersNodePoolsDelete |
Creates a value of ContainerProjectsZonesClustersNodePoolsDelete
with the minimum fields required to make a request.