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 size for a specific node pool.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.setSize
.
Synopsis
- type ProjectsZonesClustersNodePoolsSetSizeResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("setSize" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetNodePoolSizeRequest :> Post '[JSON] Operation))))))))))))))))
- projectsZonesClustersNodePoolsSetSize :: Text -> SetNodePoolSizeRequest -> Text -> Text -> Text -> ProjectsZonesClustersNodePoolsSetSize
- data ProjectsZonesClustersNodePoolsSetSize
- pzcnpssXgafv :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Xgafv)
- pzcnpssUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)
- pzcnpssAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)
- pzcnpssUploadType :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)
- pzcnpssZone :: Lens' ProjectsZonesClustersNodePoolsSetSize Text
- pzcnpssPayload :: Lens' ProjectsZonesClustersNodePoolsSetSize SetNodePoolSizeRequest
- pzcnpssNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text
- pzcnpssClusterId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text
- pzcnpssProjectId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text
- pzcnpssCallback :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsSetSizeResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("setSize" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetNodePoolSizeRequest :> Post '[JSON] Operation)))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.setSize
method which the
ProjectsZonesClustersNodePoolsSetSize
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsSetSize Source #
Creates a value of ProjectsZonesClustersNodePoolsSetSize
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsSetSize Source #
Sets the size for a specific node pool.
See: projectsZonesClustersNodePoolsSetSize
smart constructor.
Instances
Request Lenses
pzcnpssXgafv :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Xgafv) Source #
V1 error format.
pzcnpssUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnpssAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text) Source #
OAuth access token.
pzcnpssUploadType :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnpssZone :: Lens' ProjectsZonesClustersNodePoolsSetSize 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.
pzcnpssPayload :: Lens' ProjectsZonesClustersNodePoolsSetSize SetNodePoolSizeRequest Source #
Multipart request metadata.
pzcnpssNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text Source #
Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.
pzcnpssClusterId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text Source #
Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.
pzcnpssProjectId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.