Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes a node pool from a cluster.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.delete
.
Synopsis
- type ProjectsZonesClustersNodePoolsDeleteResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))))))))
- projectsZonesClustersNodePoolsDelete :: Text -> Text -> Text -> Text -> ProjectsZonesClustersNodePoolsDelete
- data ProjectsZonesClustersNodePoolsDelete
- pzcnpdXgafv :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Xgafv)
- pzcnpdUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)
- pzcnpdAccessToken :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)
- pzcnpdUploadType :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)
- pzcnpdZone :: Lens' ProjectsZonesClustersNodePoolsDelete Text
- pzcnpdNodePoolId :: Lens' ProjectsZonesClustersNodePoolsDelete Text
- pzcnpdName :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)
- pzcnpdClusterId :: Lens' ProjectsZonesClustersNodePoolsDelete Text
- pzcnpdProjectId :: Lens' ProjectsZonesClustersNodePoolsDelete Text
- pzcnpdCallback :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsDeleteResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.delete
method which the
ProjectsZonesClustersNodePoolsDelete
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsDelete Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ProjectsZonesClustersNodePoolsDelete |
Creates a value of ProjectsZonesClustersNodePoolsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsDelete Source #
Deletes a node pool from a cluster.
See: projectsZonesClustersNodePoolsDelete
smart constructor.
Instances
Request Lenses
pzcnpdXgafv :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Xgafv) Source #
V1 error format.
pzcnpdUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnpdAccessToken :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text) Source #
OAuth access token.
pzcnpdUploadType :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnpdZone :: Lens' ProjectsZonesClustersNodePoolsDelete Text Source #
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.
pzcnpdNodePoolId :: Lens' ProjectsZonesClustersNodePoolsDelete Text Source #
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
pzcnpdName :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text) Source #
The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
pzcnpdClusterId :: Lens' ProjectsZonesClustersNodePoolsDelete Text Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
pzcnpdProjectId :: Lens' ProjectsZonesClustersNodePoolsDelete Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.