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 |
Gets the details of a specific cluster.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.get
.
Synopsis
- type ProjectsZonesClustersGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Cluster)))))))))))))
- projectsZonesClustersGet :: Text -> Text -> Text -> ProjectsZonesClustersGet
- data ProjectsZonesClustersGet
- pzcgXgafv :: Lens' ProjectsZonesClustersGet (Maybe Xgafv)
- pzcgUploadProtocol :: Lens' ProjectsZonesClustersGet (Maybe Text)
- pzcgAccessToken :: Lens' ProjectsZonesClustersGet (Maybe Text)
- pzcgUploadType :: Lens' ProjectsZonesClustersGet (Maybe Text)
- pzcgZone :: Lens' ProjectsZonesClustersGet Text
- pzcgName :: Lens' ProjectsZonesClustersGet (Maybe Text)
- pzcgClusterId :: Lens' ProjectsZonesClustersGet Text
- pzcgProjectId :: Lens' ProjectsZonesClustersGet Text
- pzcgCallback :: Lens' ProjectsZonesClustersGet (Maybe Text)
REST Resource
type ProjectsZonesClustersGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Cluster))))))))))))) Source #
A resource alias for container.projects.zones.clusters.get
method which the
ProjectsZonesClustersGet
request conforms to.
Creating a Request
projectsZonesClustersGet Source #
Creates a value of ProjectsZonesClustersGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersGet Source #
Gets the details of a specific cluster.
See: projectsZonesClustersGet
smart constructor.
Instances
Request Lenses
pzcgUploadProtocol :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcgAccessToken :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #
OAuth access token.
pzcgUploadType :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcgZone :: Lens' ProjectsZonesClustersGet 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.
pzcgName :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #
The name (project, location, cluster) of the cluster to retrieve. Specified in the format 'projects/*/locations/*/clusters/*'.
pzcgClusterId :: Lens' ProjectsZonesClustersGet Text Source #
Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.
pzcgProjectId :: Lens' ProjectsZonesClustersGet Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
pzcgCallback :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #
JSONP