gogol-container-0.4.0: Google Kubernetes Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

Contents

Description

Sets the autoscaling settings for a specific node pool.

See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.autoscaling.

Synopsis

REST Resource

type ProjectsZonesClustersNodePoolsAutoscalingResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("nodePools" :> (Capture "nodePoolId" Text :> ("autoscaling" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetNodePoolAutoscalingRequest :> Post '[JSON] Operation)))))))))))))))) Source #

A resource alias for container.projects.zones.clusters.nodePools.autoscaling method which the ProjectsZonesClustersNodePoolsAutoscaling request conforms to.

Creating a Request

data ProjectsZonesClustersNodePoolsAutoscaling Source #

Sets the autoscaling settings for a specific node pool.

See: projectsZonesClustersNodePoolsAutoscaling smart constructor.

Instances
Eq ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

Data ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsZonesClustersNodePoolsAutoscaling -> c ProjectsZonesClustersNodePoolsAutoscaling #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsZonesClustersNodePoolsAutoscaling #

toConstr :: ProjectsZonesClustersNodePoolsAutoscaling -> Constr #

dataTypeOf :: ProjectsZonesClustersNodePoolsAutoscaling -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsZonesClustersNodePoolsAutoscaling) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsZonesClustersNodePoolsAutoscaling) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsZonesClustersNodePoolsAutoscaling -> ProjectsZonesClustersNodePoolsAutoscaling #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsZonesClustersNodePoolsAutoscaling -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsZonesClustersNodePoolsAutoscaling -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsZonesClustersNodePoolsAutoscaling -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsZonesClustersNodePoolsAutoscaling -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersNodePoolsAutoscaling -> m ProjectsZonesClustersNodePoolsAutoscaling #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersNodePoolsAutoscaling -> m ProjectsZonesClustersNodePoolsAutoscaling #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersNodePoolsAutoscaling -> m ProjectsZonesClustersNodePoolsAutoscaling #

Show ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

Generic ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

GoogleRequest ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

type Rep ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

type Rep ProjectsZonesClustersNodePoolsAutoscaling = D1 (MetaData "ProjectsZonesClustersNodePoolsAutoscaling" "Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling" "gogol-container-0.4.0-7fMnJsS36zkISd1JtwIvdQ" False) (C1 (MetaCons "ProjectsZonesClustersNodePoolsAutoscaling'" PrefixI True) (((S1 (MetaSel (Just "_pzcnpaXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pzcnpaUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pzcnpaAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pzcnpaUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pzcnpaZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) :*: ((S1 (MetaSel (Just "_pzcnpaPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SetNodePoolAutoscalingRequest) :*: S1 (MetaSel (Just "_pzcnpaNodePoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_pzcnpaClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pzcnpaProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pzcnpaCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

type Scopes ProjectsZonesClustersNodePoolsAutoscaling = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsZonesClustersNodePoolsAutoscaling Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling

Request Lenses

pzcnpaUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pzcnpaUploadType :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pzcnpaZone :: Lens' ProjectsZonesClustersNodePoolsAutoscaling 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.

pzcnpaNodePoolId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text Source #

Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.

pzcnpaClusterId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text Source #

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

pzcnpaProjectId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text Source #

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.