|
2951 | 2951 | "url": "https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json"
|
2952 | 2952 | },
|
2953 | 2953 | {
|
2954 |
| - "name": "k9s plugin.yml", |
2955 |
| - "description": "k9s CLI plugin.yml file. Documentation: https://k9scli.io/topics/plugins", |
2956 |
| - "fileMatch": ["**/k9s/plugin.yml"], |
2957 |
| - "url": "https://raw.githubusercontent.com/derailed/k9s/master/plugins/schema.json" |
| 2954 | + "name": "k9s aliases.yaml", |
| 2955 | + "description": "k9s CLI aliases.yaml file. Documentation: https://k9scli.io/topics/aliases", |
| 2956 | + "fileMatch": ["**/k9s/aliases.yaml"], |
| 2957 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/aliases.json" |
| 2958 | + }, |
| 2959 | + { |
| 2960 | + "name": "k9s config.yaml", |
| 2961 | + "description": "k9s CLI config.yaml file. Documentation: https://k9scli.io/topics/config", |
| 2962 | + "fileMatch": ["**/k9s/config.yaml"], |
| 2963 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/k9s.json" |
| 2964 | + }, |
| 2965 | + { |
| 2966 | + "name": "k9s cluster-config.yaml", |
| 2967 | + "description": "k9s CLI cluster-config.yaml file. Documentation: https://k9scli.io/topics/config", |
| 2968 | + "fileMatch": ["**/k9s/clusters/*/*/config.yaml"], |
| 2969 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/context.json" |
| 2970 | + }, |
| 2971 | + { |
| 2972 | + "name": "k9s hotkeys.yaml", |
| 2973 | + "description": "k9s CLI hotkeys.yaml file. Documentation: https://k9scli.io/topics/hotkeys", |
| 2974 | + "fileMatch": ["**/k9s/hotkeys.yaml"], |
| 2975 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/hotkeys.json" |
| 2976 | + }, |
| 2977 | + { |
| 2978 | + "name": "k9s plugins.yaml", |
| 2979 | + "description": "k9s CLI plugins.yaml file. Documentation: https://k9scli.io/topics/plugins", |
| 2980 | + "fileMatch": ["**/k9s/plugins.yaml"], |
| 2981 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/plugins.json" |
| 2982 | + }, |
| 2983 | + { |
| 2984 | + "name": "k9s skin.yaml", |
| 2985 | + "description": "k9s CLI skin.yaml file. Documentation: https://k9scli.io/topics/skins", |
| 2986 | + "fileMatch": ["**/k9s/skins/*.yaml"], |
| 2987 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/skin.json" |
| 2988 | + }, |
| 2989 | + { |
| 2990 | + "name": "k9s views.yaml", |
| 2991 | + "description": "k9s CLI views.yaml file. Documentation: https://k9scli.io/topics/columns", |
| 2992 | + "fileMatch": ["**/k9s/views.yaml"], |
| 2993 | + "url": "https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/views.json" |
2958 | 2994 | },
|
2959 | 2995 | {
|
2960 | 2996 | "name": "KIMMDY config file",
|
|
0 commit comments