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.locations.clusters.nodePools.get
.
Synopsis
- type ProjectsLocationsClustersNodePoolsGetResource = "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 :> Get '[JSON] NodePool)))))))))))
- projectsLocationsClustersNodePoolsGet :: Text -> ProjectsLocationsClustersNodePoolsGet
- data ProjectsLocationsClustersNodePoolsGet
- plcnpgXgafv :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Xgafv)
- plcnpgUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgAccessToken :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgUploadType :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgZone :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgName :: Lens' ProjectsLocationsClustersNodePoolsGet Text
- plcnpgClusterId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgProjectId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
- plcnpgCallback :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)
REST Resource
type ProjectsLocationsClustersNodePoolsGetResource = "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 :> Get '[JSON] NodePool))))))))))) Source #
A resource alias for container.projects.locations.clusters.nodePools.get
method which the
ProjectsLocationsClustersNodePoolsGet
request conforms to.
Creating a Request
projectsLocationsClustersNodePoolsGet Source #
Creates a value of ProjectsLocationsClustersNodePoolsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsClustersNodePoolsGet Source #
Retrieves the node pool requested.
See: projectsLocationsClustersNodePoolsGet
smart constructor.
Instances
Request Lenses
plcnpgXgafv :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Xgafv) Source #
V1 error format.
plcnpgUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plcnpgAccessToken :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
OAuth access token.
plcnpgUploadType :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plcnpgZone :: Lens' ProjectsLocationsClustersNodePoolsGet (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.
plcnpgNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.
plcnpgName :: Lens' ProjectsLocationsClustersNodePoolsGet Text Source #
The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
plcnpgClusterId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
plcnpgProjectId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.