Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allowNetAdmin :: WorkloadPolicyConfig -> Maybe Boolgogol-container Gogol.Container If true, workloads can use NET_ADMIN capability.
allowedUnsafeSysctls :: NodeKubeletConfig -> Maybe [Text]gogol-container Gogol.Container Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns (ending in *). The unsafe namespaced sysctl groups are kernel.shm*, kernel.msg*, kernel.sem, fs.mqueue.*, and net.*. Leaving this allowlist empty means they cannot be set on Pods. To allow certain sysctls or sysctl patterns to be set on Pods, list them separated by commas. For example: kernel.msg*,net.ipv4.route.min_pmtu. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for more details.
allowExternalTraffic :: DNSEndpointConfig -> Maybe Boolgogol-container Gogol.Container.Types Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.
allowNetAdmin :: WorkloadPolicyConfig -> Maybe Boolgogol-container Gogol.Container.Types If true, workloads can use NET_ADMIN capability.
allowedUnsafeSysctls :: NodeKubeletConfig -> Maybe [Text]gogol-container Gogol.Container.Types Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns (ending in *). The unsafe namespaced sysctl groups are kernel.shm*, kernel.msg*, kernel.sem, fs.mqueue.*, and net.*. Leaving this allowlist empty means they cannot be set on Pods. To allow certain sysctls or sysctl patterns to be set on Pods, list them separated by commas. For example: kernel.msg*,net.ipv4.route.min_pmtu. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for more details.
allRemovalsTimeMs :: StateOperatorProgress -> Maybe Int64gogol-dataproc Gogol.Dataproc No documentation available.
allUpdatesTimeMs :: StateOperatorProgress -> Maybe Int64gogol-dataproc Gogol.Dataproc No documentation available.
allRemovalsTimeMs :: StateOperatorProgress -> Maybe Int64gogol-dataproc Gogol.Dataproc.Types No documentation available.
allUpdatesTimeMs :: StateOperatorProgress -> Maybe Int64gogol-dataproc Gogol.Dataproc.Types No documentation available.
allowLiterals :: GqlQuery -> Maybe Boolgogol-datastore Gogol.Datastore When false, the query string must not contain any literals and instead must bind all values. For example, SELECT * FROM Kind WHERE a = 'string literal' is not allowed, while SELECT * FROM Kind WHERE a = @value is.