Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. module Gogol.Container.Projects.Zones.Clusters.SetMasterAuth

    Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password. See: Kubernetes Engine API Reference for container.projects.zones.clusters.setMasterAuth.

  2. module Gogol.Container.Projects.Zones.Clusters.SetNetworkPolicy

    Enables or disables Network Policy for a cluster. See: Kubernetes Engine API Reference for container.projects.zones.clusters.setNetworkPolicy.

  3. data SetAddonsConfigRequest

    gogol-container Gogol.Container.Types

    SetAddonsConfigRequest sets the addons associated with the cluster. See: newSetAddonsConfigRequest smart constructor.

  4. SetAddonsConfigRequest :: Maybe AddonsConfig -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetAddonsConfigRequest

    gogol-container Gogol.Container.Types

    No documentation available.

  5. data SetLabelsRequest

    gogol-container Gogol.Container.Types

    SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster See: newSetLabelsRequest smart constructor.

  6. SetLabelsRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe SetLabelsRequest_ResourceLabels -> Maybe Text -> SetLabelsRequest

    gogol-container Gogol.Container.Types

    No documentation available.

  7. newtype SetLabelsRequest_ResourceLabels

    gogol-container Gogol.Container.Types

    Required. The labels to set for that cluster. See: newSetLabelsRequest_ResourceLabels smart constructor.

  8. SetLabelsRequest_ResourceLabels :: HashMap Text Text -> SetLabelsRequest_ResourceLabels

    gogol-container Gogol.Container.Types

    No documentation available.

  9. data SetLegacyAbacRequest

    gogol-container Gogol.Container.Types

    SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster. See: newSetLegacyAbacRequest smart constructor.

  10. SetLegacyAbacRequest :: Maybe Text -> Maybe Bool -> Maybe Text -> Maybe Text -> Maybe Text -> SetLegacyAbacRequest

    gogol-container Gogol.Container.Types

    No documentation available.

Page 101 of many | Previous | Next