Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-container Gogol.Container No documentation available.
newtype
SetMasterAuthRequest_Action gogol-container Gogol.Container Required. The exact form of action to be taken on the master auth.
SetMasterAuthRequest_Action :: Text -> SetMasterAuthRequest_Actiongogol-container Gogol.Container No documentation available.
pattern
SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Generate a new password and set it to that.
pattern
SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Set the password to a user generated value.
pattern
SetMasterAuthRequest_Action_SETUSERNAME :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.
pattern
SetMasterAuthRequest_Action_Unknown :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Operation is unknown and will error out.
data
SetMonitoringServiceRequest gogol-container Gogol.Container SetMonitoringServiceRequest sets the monitoring service of a cluster. See: newSetMonitoringServiceRequest smart constructor.
-
gogol-container Gogol.Container No documentation available.
-
gogol-container Gogol.Container SetNetworkPolicyRequest enables/disables network policy for a cluster. See: newSetNetworkPolicyRequest smart constructor.