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.

  1. allowNetAdmin :: WorkloadPolicyConfig -> Maybe Bool

    gogol-container Gogol.Container

    If true, workloads can use NET_ADMIN capability.

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

  3. allowExternalTraffic :: DNSEndpointConfig -> Maybe Bool

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

  4. allowNetAdmin :: WorkloadPolicyConfig -> Maybe Bool

    gogol-container Gogol.Container.Types

    If true, workloads can use NET_ADMIN capability.

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

  6. allRemovalsTimeMs :: StateOperatorProgress -> Maybe Int64

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. allUpdatesTimeMs :: StateOperatorProgress -> Maybe Int64

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  8. allRemovalsTimeMs :: StateOperatorProgress -> Maybe Int64

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  9. allUpdatesTimeMs :: StateOperatorProgress -> Maybe Int64

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  10. allowLiterals :: GqlQuery -> Maybe Bool

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

Page 166 of many | Previous | Next