programs.kubeswitch.settings

Home-Manager option

Configuration written to ~/.kube/switch-config.yaml.

type: YAML 1.1 value
Default
{ }
Example
{ kind = "SwitchConfig"; kubeconfigName = "*.myconfig"; kubeconfigStores = [ { kind = "filesystem"; kubeconfigName = "*.myconfig"; paths = [ "~/.kube/my-other-kubeconfigs/" ]; } ]; version = "v1alpha1"; }
declared in: <home-manager/modules/programs/kubeswitch.nix>source unavailable