Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Container.Projects.Locations.Clusters.NodePools.List
Contents
Description
Lists the node pools for a cluster.
See: Kubernetes Engine API Reference for container.projects.locations.clusters.nodePools.list
.
Synopsis
- type ContainerProjectsLocationsClustersNodePoolsListResource = "v1" :> (Capture "parent" Text :> ("nodePools" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "clusterId" Text :> (QueryParam "projectId" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "zone" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListNodePoolsResponse)))))))))))
- data ContainerProjectsLocationsClustersNodePoolsList = ContainerProjectsLocationsClustersNodePoolsList {}
- newContainerProjectsLocationsClustersNodePoolsList :: Text -> ContainerProjectsLocationsClustersNodePoolsList
Resource
type ContainerProjectsLocationsClustersNodePoolsListResource = "v1" :> (Capture "parent" Text :> ("nodePools" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "clusterId" Text :> (QueryParam "projectId" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "zone" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListNodePoolsResponse))))))))))) Source #
A resource alias for container.projects.locations.clusters.nodePools.list
method which the
ContainerProjectsLocationsClustersNodePoolsList
request conforms to.
Constructing a Request
data ContainerProjectsLocationsClustersNodePoolsList Source #
Lists the node pools for a cluster.
See: newContainerProjectsLocationsClustersNodePoolsList
smart constructor.
Constructors
ContainerProjectsLocationsClustersNodePoolsList | |
Fields
|
Instances
newContainerProjectsLocationsClustersNodePoolsList Source #
Arguments
:: Text | The parent (project, location, cluster name) where the node pools will be listed. Specified in the format |
-> ContainerProjectsLocationsClustersNodePoolsList |
Creates a value of ContainerProjectsLocationsClustersNodePoolsList
with the minimum fields required to make a request.