gogol-container-0.0.1: Google Container Engine SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Container.Projects.Zones.Clusters.Delete

Contents

Description

Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted.

See: Google Container Engine API Reference for container.projects.zones.clusters.delete.

Synopsis

REST Resource

type ProjectsZonesClustersDeleteResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Operation)))))))))))))) Source

A resource alias for container.projects.zones.clusters.delete method which the ProjectsZonesClustersDelete request conforms to.

Creating a Request

data ProjectsZonesClustersDelete Source

Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted.

See: projectsZonesClustersDelete smart constructor.

Request Lenses

pzcdUploadProtocol :: Lens' ProjectsZonesClustersDelete (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

pzcdUploadType :: Lens' ProjectsZonesClustersDelete (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

pzcdZone :: Lens' ProjectsZonesClustersDelete Text Source

The name of the Google Compute Engine zone in which the cluster resides.

pzcdClusterId :: Lens' ProjectsZonesClustersDelete Text Source

The name of the cluster to delete.