Ole Lensmar

Results 144 issues of Ole Lensmar

See below - I found a Helm template that is referencing non-existent properties - would be great if these were shown as validation errors.. guessing that would require a separate...

enhancement

When my cluster contains more than 1000 resources of a specific kind - loading that list of resources into the corresponding table (as below) takes a second or two -...

enhancement
needs-ux
performance

when comparing resources to a cluster, and selecting several of them - there are no actions available for the selected resources. I would expect at least Deploy, Revert (if possible)

enhancement
ux-ready
flaky

When selecting a kustomize overlay the graph view currently shows nothing - it should show the overlay with its dependencies: - upstream overlays - downstream patches/resources/etc

enhancement

My OAS3 spec references a domain - when downloading I would like to get that resolved in the same way as the "Export/Download API/JSON/YAML Resolved" menu actions in SwaggerHub

I would like to validate my resources using the Kubernetes 1.28 ValidatingAdmissionPolicy-related CRDs - see https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/ Initially I am fine with the validator automatically detecting any corresponding resources in my...

enhancement
package/validation

I would like to create a validator for kustomization files - but the codegen requires a CRD to generate schema types. Suggest we support generation of types for any json-schema...

enhancement
package/plugin-toolkit

As requested / discussed at https://www.reddit.com/r/kubernetes/comments/zqu7ja/open_source_cli_for_kubernetes_yaml_validation_in/ Helm Lint seems to do some validation - but it's unclear from the documentation what it actually validates - https://helm.sh/docs/helm/helm_lint/ At least we should...

In regard to https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0 - - [x] identify/validate the new `additionalValuesFiles` property (an array of paths) - [x] support `patches` as a replacement for `patchesStrategicMerge` and `patchesJson6902` - [x] we...

package/validation
package/parser