Commit graph

3 commits

Author SHA1 Message Date
Luca Stocchi
6b69ae4d54
chore: add strict to Compose, Lima, Kubectl, KubeContext and Registries extensions (#7385)
* chore: add strictNullChecks to Compose, Lima, Kubectl and KubeContext extensions

Signed-off-by: lstocchi <lstocchi@redhat.com>

* chore: convert strictNullChecks to strict

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: update tsconfig in registries

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: ignore mustache error

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: typecheck

Signed-off-by: lstocchi <lstocchi@redhat.com>

---------

Signed-off-by: lstocchi <lstocchi@redhat.com>
2024-05-31 15:10:33 +02:00
Jeff MAURY
4a4d2873c8
feat: implement onboarding for kubectl (#5097)
* feat: implement onboarding for kubectl

Relates to #5035

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-12-06 10:47:43 +01:00
Denis Golovin
1326a9ca01
feat: add extension/kubectl-cli to register kubectl CLI Tool (#4674)
The extension adds kubectl CLI Tool card to `Settings/CLI Tools` page if it can find tool location and extract version from version command output. 

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
2023-11-15 12:25:07 -08:00