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.List

Contents

Description

Lists all clusters owned by a project in either the specified zone or all zones.

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

Synopsis

REST Resource

type ProjectsLocationsClustersListResource = "v1" :> (Capture "parent" Text :> ("clusters" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListClustersResponse)))))))))) Source #

A resource alias for container.projects.locations.clusters.list method which the ProjectsLocationsClustersList request conforms to.

Creating a Request

projectsLocationsClustersList Source #

Creates a value of ProjectsLocationsClustersList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ProjectsLocationsClustersList Source #

Lists all clusters owned by a project in either the specified zone or all zones.

See: projectsLocationsClustersList smart constructor.

Instances
Eq ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

Data ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

Methods

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

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

toConstr :: ProjectsLocationsClustersList -> Constr #

dataTypeOf :: ProjectsLocationsClustersList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

Generic ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

Associated Types

type Rep ProjectsLocationsClustersList :: Type -> Type #

GoogleRequest ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

type Rep ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

type Rep ProjectsLocationsClustersList = D1 (MetaData "ProjectsLocationsClustersList" "Network.Google.Resource.Container.Projects.Locations.Clusters.List" "gogol-container-0.4.0-7fMnJsS36zkISd1JtwIvdQ" False) (C1 (MetaCons "ProjectsLocationsClustersList'" PrefixI True) (((S1 (MetaSel (Just "_plclParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plclXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_plclUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plclAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plclUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plclZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plclProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plclCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsClustersList Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

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

Defined in Network.Google.Resource.Container.Projects.Locations.Clusters.List

Request Lenses

plclParent :: Lens' ProjectsLocationsClustersList Text Source #

The parent (project and location) where the clusters will be listed. Specified in the format 'projects/*/locations/*'. Location "-" matches all zones and all regions.

plclUploadProtocol :: Lens' ProjectsLocationsClustersList (Maybe Text) Source #

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

plclUploadType :: Lens' ProjectsLocationsClustersList (Maybe Text) Source #

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

plclZone :: Lens' ProjectsLocationsClustersList (Maybe Text) Source #

Deprecated. The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field.

plclProjectId :: Lens' ProjectsLocationsClustersList (Maybe Text) Source #

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