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 |
Lists the node pools for a cluster.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.list
.
Synopsis
- type ProjectsZonesClustersNodePoolsListResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListNodePoolsResponse))))))))))))))
- projectsZonesClustersNodePoolsList :: Text -> Text -> Text -> ProjectsZonesClustersNodePoolsList
- data ProjectsZonesClustersNodePoolsList
- pzcnplParent :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)
- pzcnplXgafv :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Xgafv)
- pzcnplUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)
- pzcnplAccessToken :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)
- pzcnplUploadType :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)
- pzcnplZone :: Lens' ProjectsZonesClustersNodePoolsList Text
- pzcnplClusterId :: Lens' ProjectsZonesClustersNodePoolsList Text
- pzcnplProjectId :: Lens' ProjectsZonesClustersNodePoolsList Text
- pzcnplCallback :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsListResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListNodePoolsResponse)))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.list
method which the
ProjectsZonesClustersNodePoolsList
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsList Source #
Creates a value of ProjectsZonesClustersNodePoolsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsList Source #
Lists the node pools for a cluster.
See: projectsZonesClustersNodePoolsList
smart constructor.
Instances
Request Lenses
pzcnplParent :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text) Source #
The parent (project, location, cluster id) where the node pools will be listed. Specified in the format 'projects/*/locations/*/clusters/*'.
pzcnplXgafv :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Xgafv) Source #
V1 error format.
pzcnplUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnplAccessToken :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text) Source #
OAuth access token.
pzcnplUploadType :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnplZone :: Lens' ProjectsZonesClustersNodePoolsList 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.
pzcnplClusterId :: Lens' ProjectsZonesClustersNodePoolsList Text Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.
pzcnplProjectId :: Lens' ProjectsZonesClustersNodePoolsList Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.