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.

  1. newtype SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Required. The exact form of action to be taken on the master auth.

  2. SetMasterAuthRequest_Action :: Text -> SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    No documentation available.

  3. pattern SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Generate a new password and set it to that.

  4. pattern SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Set the password to a user generated value.

  5. pattern SetMasterAuthRequest_Action_SETUSERNAME :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    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.

  6. pattern SetMasterAuthRequest_Action_Unknown :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Operation is unknown and will error out.

  7. data SetMonitoringServiceRequest

    gogol-container Gogol.Container.Types

    SetMonitoringServiceRequest sets the monitoring service of a cluster. See: newSetMonitoringServiceRequest smart constructor.

  8. SetMonitoringServiceRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetMonitoringServiceRequest

    gogol-container Gogol.Container.Types

    No documentation available.

  9. data SetNetworkPolicyRequest

    gogol-container Gogol.Container.Types

    SetNetworkPolicyRequest enables/disables network policy for a cluster. See: newSetNetworkPolicyRequest smart constructor.

  10. SetNetworkPolicyRequest :: Maybe Text -> Maybe Text -> Maybe NetworkPolicy -> Maybe Text -> Maybe Text -> SetNetworkPolicyRequest

    gogol-container Gogol.Container.Types

    No documentation available.

Page 101 of many | Previous | Next