re-gen kubernetes with updated generator commit

This commit is contained in:
Jon Schoning
2022-05-28 00:07:43 -05:00
committed by Tom McLaughlin
parent fa79fb75ac
commit c04d857e88
13 changed files with 179795 additions and 173561 deletions

View File

@@ -80,7 +80,7 @@ data KubernetesClientConfig = KubernetesClientConfig
, configLogContext :: LogContext -- ^ Configures the logger
, configAuthMethods :: [AnyAuthMethod] -- ^ List of configured auth methods
, configValidateAuthMethods :: Bool -- ^ throw exceptions if auth methods are not configured
, configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':'
, configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':'
}
-- | display the config

View File

@@ -54,7 +54,7 @@ initLogContext = LG.initLogEnv "Kubernetes.OpenAPI" "dev"
-- | Runs a Katip logging block with the Log environment
runDefaultLogExecWithContext :: LogExecWithContext
runDefaultLogExecWithContext x = LG.runKatipT x
runDefaultLogExecWithContext = LG.runKatipT
-- * stdout logger