| 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 |
Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.List
Description
Lists the node pools for a cluster.
See: Kubernetes Engine API Reference for container.projects.locations.clusters.nodePools.list.
Synopsis
- type ProjectsLocationsClustersNodePoolsListResource = "v1" :> (Capture "parent" Text :> ("nodePools" :> (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] ListNodePoolsResponse)))))))))))
- projectsLocationsClustersNodePoolsList :: Text -> ProjectsLocationsClustersNodePoolsList
- data ProjectsLocationsClustersNodePoolsList
- plcnplParent :: Lens' ProjectsLocationsClustersNodePoolsList Text
- plcnplXgafv :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Xgafv)
- plcnplUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplAccessToken :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplUploadType :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplZone :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplClusterId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplProjectId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
- plcnplCallback :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)
REST Resource
type ProjectsLocationsClustersNodePoolsListResource = "v1" :> (Capture "parent" Text :> ("nodePools" :> (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] ListNodePoolsResponse))))))))))) Source #
A resource alias for container.projects.locations.clusters.nodePools.list method which the
ProjectsLocationsClustersNodePoolsList request conforms to.
Creating a Request
projectsLocationsClustersNodePoolsList Source #
Arguments
| :: Text | |
| -> ProjectsLocationsClustersNodePoolsList |
Creates a value of ProjectsLocationsClustersNodePoolsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsClustersNodePoolsList Source #
Lists the node pools for a cluster.
See: projectsLocationsClustersNodePoolsList smart constructor.
Instances
Request Lenses
plcnplParent :: Lens' ProjectsLocationsClustersNodePoolsList Text Source #
The parent (project, location, cluster id) where the node pools will be listed. Specified in the format 'projects/*/locations/*/clusters/*'.
plcnplXgafv :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Xgafv) Source #
V1 error format.
plcnplUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plcnplAccessToken :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text) Source #
OAuth access token.
plcnplUploadType :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plcnplZone :: Lens' ProjectsLocationsClustersNodePoolsList (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 parent field.
plcnplClusterId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text) Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.
plcnplProjectId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text) Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.