MyNixOS website logo

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

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  kind = "SwitchConfig";
  kubeconfigName = "*.myconfig";
  kubeconfigStores = [
    {
      kind = "filesystem";
      kubeconfigName = "*.myconfig";
      paths = [
        "~/.kube/my-other-kubeconfigs/"
      ];
    }
  ];
  version = "v1alpha1";
}