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