We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 412591b + 9ea1852 commit a158dcdCopy full SHA for a158dcd
kubernetes-client/src/Kubernetes/Client/KubeConfig.hs
@@ -43,7 +43,7 @@ camelToWithOverrides c overrides = defaultOptions
43
data Config = Config
44
{ kind :: Maybe Text
45
, apiVersion :: Maybe Text
46
- , preferences :: Preferences
+ , preferences :: Maybe Preferences
47
, clusters :: [NamedEntity Cluster "cluster"]
48
, authInfos :: [NamedEntity AuthInfo "user"]
49
, contexts :: [NamedEntity Context "context"]
0 commit comments