Jakob Möller
Jakob Möller
This PR attempts to create a backwards-compatible `go.work` support in go/v3 / go/v4-alpha: Fixes https://github.com/kubernetes-sigs/kubebuilder/issues/2627 The basic implementation uses a flag called `--workspace` that can be used in create API...
This fixes #2809 by introducing filter functions for plugin arguments. It currently includes two filter functions, one for the already existing implicit filter of "--help" and one for the GVK...
This mini-PR simply fixes the Plugins Root Directory for darwin hosts for external Plugins. Without this change the Plugin Discovery will always look in a non-existing Library Directory, causing the...
This PR makes sure to migrate kubebuilder and the corresponding scaffolding to gingko/v2. Currently the entire test suite of kubebuilder itself is migrated, however there are 2 things missing: -...
**Description** It is a valid scenario to build modules with an empty `config.yaml` in the module root directory. However, the create module command working against GCP artifacts registry is causing...
**Description** Use Case: Provision 2 Kyma Clusters that have access to the same K3d Registry **Expected result** The registry-use flag should be respected and connect the 2 clusters to one...
This adds a community plugin for openshift which includes 2 commands for debugging into a node via shell as root or non-root. On node view one can now easily open...
This PR introduces a minimum size of 300 MiB for any PVCs that are requested with Filesystem Mounting and with the XFS driver. It also refactors the test cases to...
**What should the feature do:** - As a TopoLVM API user, I want all pertinent data for Volume Groups and Nodes readily available in one location in Kubernetes. Having a...
**What happened**: I tried importing the command of external-provisioner with `go get github.com/kubernetes-csi/[email protected]` but couldn't because the go.mod does not properly include the version path suffix at https://github.com/kubernetes-csi/external-provisioner/blob/master/go.mod#L1 **What you...