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 |
Sets the NodeManagement options for a node pool.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.setManagement
.
Synopsis
- type ProjectsZonesClustersNodePoolsSetManagementResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("setManagement" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetNodePoolManagementRequest :> Post '[JSON] Operation))))))))))))))))
- projectsZonesClustersNodePoolsSetManagement :: Text -> SetNodePoolManagementRequest -> Text -> Text -> Text -> ProjectsZonesClustersNodePoolsSetManagement
- data ProjectsZonesClustersNodePoolsSetManagement
- pzcnpsmXgafv :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Xgafv)
- pzcnpsmUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)
- pzcnpsmAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)
- pzcnpsmUploadType :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)
- pzcnpsmZone :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text
- pzcnpsmPayload :: Lens' ProjectsZonesClustersNodePoolsSetManagement SetNodePoolManagementRequest
- pzcnpsmNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text
- pzcnpsmClusterId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text
- pzcnpsmProjectId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text
- pzcnpsmCallback :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsSetManagementResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("setManagement" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetNodePoolManagementRequest :> Post '[JSON] Operation)))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.setManagement
method which the
ProjectsZonesClustersNodePoolsSetManagement
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsSetManagement Source #
:: Text | |
-> SetNodePoolManagementRequest | |
-> Text | |
-> Text | |
-> Text | |
-> ProjectsZonesClustersNodePoolsSetManagement |
Creates a value of ProjectsZonesClustersNodePoolsSetManagement
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsSetManagement Source #
Sets the NodeManagement options for a node pool.
See: projectsZonesClustersNodePoolsSetManagement
smart constructor.
Instances
Request Lenses
pzcnpsmXgafv :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Xgafv) Source #
V1 error format.
pzcnpsmUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnpsmAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text) Source #
OAuth access token.
pzcnpsmUploadType :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnpsmZone :: Lens' ProjectsZonesClustersNodePoolsSetManagement 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.
pzcnpsmPayload :: Lens' ProjectsZonesClustersNodePoolsSetManagement SetNodePoolManagementRequest Source #
Multipart request metadata.
pzcnpsmNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text Source #
Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.
pzcnpsmClusterId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text Source #
Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.
pzcnpsmProjectId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.