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.locations.clusters.nodePools.delete
.
Synopsis
- type ProjectsLocationsClustersNodePoolsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "nodePoolId" Text :> (QueryParam "clusterId" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))))
- projectsLocationsClustersNodePoolsDelete :: Text -> ProjectsLocationsClustersNodePoolsDelete
- data ProjectsLocationsClustersNodePoolsDelete
- plcnpdXgafv :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Xgafv)
- plcnpdUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdAccessToken :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdUploadType :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdZone :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdName :: Lens' ProjectsLocationsClustersNodePoolsDelete Text
- plcnpdClusterId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdProjectId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
- plcnpdCallback :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)
REST Resource
type ProjectsLocationsClustersNodePoolsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "nodePoolId" Text :> (QueryParam "clusterId" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))))) Source #
A resource alias for container.projects.locations.clusters.nodePools.delete
method which the
ProjectsLocationsClustersNodePoolsDelete
request conforms to.
Creating a Request
projectsLocationsClustersNodePoolsDelete Source #
Creates a value of ProjectsLocationsClustersNodePoolsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsClustersNodePoolsDelete Source #
Deletes a node pool from a cluster.
See: projectsLocationsClustersNodePoolsDelete
smart constructor.
Instances
Request Lenses
plcnpdXgafv :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Xgafv) Source #
V1 error format.
plcnpdUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plcnpdAccessToken :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
OAuth access token.
plcnpdUploadType :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plcnpdZone :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe 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.
plcnpdNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
plcnpdName :: Lens' ProjectsLocationsClustersNodePoolsDelete Text Source #
The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
plcnpdClusterId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
plcnpdProjectId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text) Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.