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 |
Updates the version and/or image type for a specific node pool.
See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.update
.
Synopsis
- type ProjectsZonesClustersNodePoolsUpdateResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("update" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UpdateNodePoolRequest :> Post '[JSON] Operation))))))))))))))))
- projectsZonesClustersNodePoolsUpdate :: Text -> UpdateNodePoolRequest -> Text -> Text -> Text -> ProjectsZonesClustersNodePoolsUpdate
- data ProjectsZonesClustersNodePoolsUpdate
- pzcnpuXgafv :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Xgafv)
- pzcnpuUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)
- pzcnpuAccessToken :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)
- pzcnpuUploadType :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)
- pzcnpuZone :: Lens' ProjectsZonesClustersNodePoolsUpdate Text
- pzcnpuPayload :: Lens' ProjectsZonesClustersNodePoolsUpdate UpdateNodePoolRequest
- pzcnpuNodePoolId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text
- pzcnpuClusterId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text
- pzcnpuProjectId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text
- pzcnpuCallback :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)
REST Resource
type ProjectsZonesClustersNodePoolsUpdateResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("update" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UpdateNodePoolRequest :> Post '[JSON] Operation)))))))))))))))) Source #
A resource alias for container.projects.zones.clusters.nodePools.update
method which the
ProjectsZonesClustersNodePoolsUpdate
request conforms to.
Creating a Request
projectsZonesClustersNodePoolsUpdate Source #
Creates a value of ProjectsZonesClustersNodePoolsUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersNodePoolsUpdate Source #
Updates the version and/or image type for a specific node pool.
See: projectsZonesClustersNodePoolsUpdate
smart constructor.
Instances
Request Lenses
pzcnpuXgafv :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Xgafv) Source #
V1 error format.
pzcnpuUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcnpuAccessToken :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text) Source #
OAuth access token.
pzcnpuUploadType :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcnpuZone :: Lens' ProjectsZonesClustersNodePoolsUpdate 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.
pzcnpuPayload :: Lens' ProjectsZonesClustersNodePoolsUpdate UpdateNodePoolRequest Source #
Multipart request metadata.
pzcnpuNodePoolId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text Source #
Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.
pzcnpuClusterId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text Source #
Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
pzcnpuProjectId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.