Skip to content

Commit

Permalink
Make installHint optional in ExecConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
waiyaki authored and guaraqe committed Oct 4, 2024
1 parent 8e953f8 commit ff89464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-client/src/Kubernetes/Client/KubeConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ data ExecConfig = ExecConfig
, args :: Maybe [Text]
-- | Environment variables for the execution
, env :: Maybe [ExecEnvVar]
, installHint :: Text
, installHint :: Maybe Text
-- | Ignored for now.
, apiVersion :: Text
-- | Ignored for now.
Expand Down

0 comments on commit ff89464

Please sign in to comment.