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

Contents

Description

Used to set master auth materials. Currently supports :- Changing the admin password for a specific cluster. This can be either via password generation or explicitly set the password.

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

Synopsis

REST Resource

type ProjectsLocationsClustersSetMasterAuthResource = "v1" :> (CaptureMode "name" "setMasterAuth" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetMasterAuthRequest :> Post '[JSON] Operation)))))))) Source #

A resource alias for container.projects.locations.clusters.setMasterAuth method which the ProjectsLocationsClustersSetMasterAuth request conforms to.

Creating a Request

data ProjectsLocationsClustersSetMasterAuth Source #

Used to set master auth materials. Currently supports :- Changing the admin password for a specific cluster. This can be either via password generation or explicitly set the password.

See: projectsLocationsClustersSetMasterAuth smart constructor.

Instances
Eq ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

Data ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsLocationsClustersSetMasterAuth -> Constr #

dataTypeOf :: ProjectsLocationsClustersSetMasterAuth -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

Generic ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

GoogleRequest ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

type Rep ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

type Rep ProjectsLocationsClustersSetMasterAuth = D1 (MetaData "ProjectsLocationsClustersSetMasterAuth" "Network.Google.Resource.Container.Projects.Locations.Clusters.SetMasterAuth" "gogol-container-0.4.0-7fMnJsS36zkISd1JtwIvdQ" False) (C1 (MetaCons "ProjectsLocationsClustersSetMasterAuth'" PrefixI True) ((S1 (MetaSel (Just "_plcsmaXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_plcsmaUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plcsmaAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plcsmaUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plcsmaPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SetMasterAuthRequest)) :*: (S1 (MetaSel (Just "_plcsmaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plcsmaCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsClustersSetMasterAuth Source # 
Instance details

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

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

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

Request Lenses

plcsmaUploadProtocol :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text) Source #

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

plcsmaUploadType :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text) Source #

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

plcsmaName :: Lens' ProjectsLocationsClustersSetMasterAuth Text Source #

The name (project, location, cluster) of the cluster to set auth. Specified in the format 'projects/*/locations/*/clusters/*'.