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 |
Retrieves the node pool requested.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.get
.
Synopsis
- type ProjectsZonesClustersNodePoolsGetResource = "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 :> Get '[JSON] NodePool)))))))))))))))
- projectsZonesClustersNodePoolsGet :: Text -> Text -> Text -> Text -> ProjectsZonesClustersNodePoolsGet
- data ProjectsZonesClustersNodePoolsGet
- pzcnpgXgafv :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Xgafv)
- pzcnpgUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)
- pzcnpgAccessToken :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)
- pzcnpgUploadType :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)
- pzcnpgZone :: Lens' ProjectsZonesClustersNodePoolsGet Text
- pzcnpgNodePoolId :: Lens' ProjectsZonesClustersNodePoolsGet Text
- pzcnpgName :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)
- pzcnpgClusterId :: Lens' ProjectsZonesClustersNodePoolsGet Text
- pzcnpgProjectId :: Lens' ProjectsZonesClustersNodePoolsGet Text
- pzcnpgCallback :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsGetResource = "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 :> Get '[JSON] NodePool))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.get
method which the
ProjectsZonesClustersNodePoolsGet
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsGet Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ProjectsZonesClustersNodePoolsGet |
Creates a value of ProjectsZonesClustersNodePoolsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsGet Source #
Retrieves the node pool requested.
See: projectsZonesClustersNodePoolsGet
smart constructor.
Instances
Request Lenses
pzcnpgXgafv :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Xgafv) Source #
V1 error format.
pzcnpgUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnpgAccessToken :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text) Source #
OAuth access token.
pzcnpgUploadType :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnpgZone :: Lens' ProjectsZonesClustersNodePoolsGet 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.
pzcnpgNodePoolId :: Lens' ProjectsZonesClustersNodePoolsGet Text Source #
Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.
pzcnpgName :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text) Source #
The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
pzcnpgClusterId :: Lens' ProjectsZonesClustersNodePoolsGet Text Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
pzcnpgProjectId :: Lens' ProjectsZonesClustersNodePoolsGet Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.