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. module Gogol.Container.Projects.Zones.Clusters.NodePools.SetSize

    Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations. See: Kubernetes Engine API Reference for container.projects.zones.clusters.nodePools.setSize.

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

    Sets the maintenance policy for a cluster. See: Kubernetes Engine API Reference for container.projects.zones.clusters.setMaintenancePolicy.

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

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

  5. data SetAddonsConfigRequest

    gogol-container Gogol.Container.Types

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

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

    gogol-container Gogol.Container.Types

    No documentation available.

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

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

    gogol-container Gogol.Container.Types

    No documentation available.

  9. newtype SetLabelsRequest_ResourceLabels

    gogol-container Gogol.Container.Types

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

  10. SetLabelsRequest_ResourceLabels :: HashMap Text Text -> SetLabelsRequest_ResourceLabels

    gogol-container Gogol.Container.Types

    No documentation available.

Page 99 of many | Previous | Next