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.Locations.Clusters.NodePools.Get

Contents

Description

Retrieves the node pool requested.

See: Kubernetes Engine API Reference for container.projects.locations.clusters.nodePools.get.

Synopsis

REST Resource

type ProjectsLocationsClustersNodePoolsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "nodePoolId" Text :> (QueryParam "clusterId" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] NodePool))))))))))) Source #

A resource alias for container.projects.locations.clusters.nodePools.get method which the ProjectsLocationsClustersNodePoolsGet request conforms to.

Creating a Request

data ProjectsLocationsClustersNodePoolsGet Source #

Retrieves the node pool requested.

See: projectsLocationsClustersNodePoolsGet smart constructor.

Instances
Eq ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

Data ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

Methods

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

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

toConstr :: ProjectsLocationsClustersNodePoolsGet -> Constr #

dataTypeOf :: ProjectsLocationsClustersNodePoolsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

Generic ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

GoogleRequest ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

type Rep ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

type Rep ProjectsLocationsClustersNodePoolsGet = D1 (MetaData "ProjectsLocationsClustersNodePoolsGet" "Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get" "gogol-container-0.4.0-7fMnJsS36zkISd1JtwIvdQ" False) (C1 (MetaCons "ProjectsLocationsClustersNodePoolsGet'" PrefixI True) (((S1 (MetaSel (Just "_plcnpgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_plcnpgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plcnpgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plcnpgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plcnpgZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_plcnpgNodePoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plcnpgName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_plcnpgClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plcnpgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plcnpgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsLocationsClustersNodePoolsGet Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

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

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get

Request Lenses

plcnpgUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #

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

plcnpgUploadType :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #

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

plcnpgZone :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe 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.

plcnpgNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #

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

plcnpgName :: Lens' ProjectsLocationsClustersNodePoolsGet Text Source #

The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.

plcnpgClusterId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #

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

plcnpgProjectId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text) Source #

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