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.
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.
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.
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.
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.
-
gogol-container Gogol.Container.Types SetAddonsConfigRequest sets the addons associated with the cluster. See: newSetAddonsConfigRequest smart constructor.
-
gogol-container Gogol.Container.Types No documentation available.
-
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.
-
gogol-container Gogol.Container.Types No documentation available.
newtype
SetLabelsRequest_ResourceLabels gogol-container Gogol.Container.Types Required. The labels to set for that cluster. See: newSetLabelsRequest_ResourceLabels smart constructor.
SetLabelsRequest_ResourceLabels :: HashMap Text Text -> SetLabelsRequest_ResourceLabelsgogol-container Gogol.Container.Types No documentation available.