programs.kubeswitch.settings
Home-Manager option
Configuration written to ~/.kube/switch-config.yaml.
type: YAML 1.1 valueDefault
{ }Example
declared in: <home-manager/modules/programs/kubeswitch.nix>source unavailable{ kind = "SwitchConfig"; kubeconfigName = "*.myconfig"; kubeconfigStores = [ { kind = "filesystem"; kubeconfigName = "*.myconfig"; paths = [ "~/.kube/my-other-kubeconfigs/" ]; } ]; version = "v1alpha1"; }