Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern SetMasterAuthRequest_Action_SETUSERNAME :: SetMasterAuthRequest_Action

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

  2. pattern SetMasterAuthRequest_Action_Unknown :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container

    Operation is unknown and will error out.

  3. data SetMonitoringServiceRequest

    gogol-container Gogol.Container

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

  4. SetMonitoringServiceRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetMonitoringServiceRequest

    gogol-container Gogol.Container

    No documentation available.

  5. data SetNetworkPolicyRequest

    gogol-container Gogol.Container

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

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

    gogol-container Gogol.Container

    No documentation available.

  7. data SetNodePoolAutoscalingRequest

    gogol-container Gogol.Container

    SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool. See: newSetNodePoolAutoscalingRequest smart constructor.

  8. SetNodePoolAutoscalingRequest :: Maybe NodePoolAutoscaling -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetNodePoolAutoscalingRequest

    gogol-container Gogol.Container

    No documentation available.

  9. data SetNodePoolManagementRequest

    gogol-container Gogol.Container

    SetNodePoolManagementRequest sets the node management properties of a node pool. See: newSetNodePoolManagementRequest smart constructor.

  10. SetNodePoolManagementRequest :: Maybe Text -> Maybe NodeManagement -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetNodePoolManagementRequest

    gogol-container Gogol.Container

    No documentation available.

Page 114 of many | Previous | Next