-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revendor
gardener/[email protected]
and cleanup token projection artef…
…acts (#65) * Revendor `gardener/[email protected]` * Cleanup Token Projection artefacts
- Loading branch information
Showing
1,263 changed files
with
85,926 additions
and
33,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
name: Enhancement Request | ||
about: Suggest an enhancement for this extension | ||
labels: kind/enhancement | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,34 @@ go 1.16 | |
|
||
require ( | ||
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 | ||
github.com/gardener/gardener v1.39.0 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/gomega v1.16.0 | ||
github.com/gardener/gardener v1.45.0 | ||
github.com/onsi/ginkgo/v2 v2.1.3 | ||
github.com/onsi/gomega v1.18.0 | ||
github.com/spf13/cobra v1.2.1 | ||
golang.org/x/tools v0.1.7 | ||
k8s.io/api v0.22.2 | ||
k8s.io/apimachinery v0.22.2 | ||
golang.org/x/tools v0.1.9 | ||
k8s.io/api v0.23.3 | ||
k8s.io/apimachinery v0.23.3 | ||
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | ||
k8s.io/code-generator v0.22.2 | ||
k8s.io/component-base v0.22.2 | ||
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e | ||
sigs.k8s.io/controller-runtime v0.10.2 | ||
k8s.io/code-generator v0.23.3 | ||
k8s.io/component-base v0.23.3 | ||
k8s.io/utils v0.0.0-20211116205334-6203023598ed | ||
sigs.k8s.io/controller-runtime v0.11.1 | ||
) | ||
|
||
replace ( | ||
k8s.io/api => k8s.io/api v0.22.2 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.22.2 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.22.2 | ||
k8s.io/client-go => k8s.io/client-go v0.22.2 | ||
k8s.io/code-generator => k8s.io/code-generator v0.22.2 | ||
k8s.io/component-base => k8s.io/component-base v0.22.2 | ||
k8s.io/api => k8s.io/api v0.23.2 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.2 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.23.2 | ||
k8s.io/autoscaler => k8s.io/autoscaler v0.0.0-20201008123815-1d78814026aa // translates to k8s.io/autoscaler/[email protected] | ||
k8s.io/autoscaler/vertical-pod-autoscaler => k8s.io/autoscaler/vertical-pod-autoscaler v0.9.0 | ||
k8s.io/client-go => k8s.io/client-go v0.23.2 | ||
k8s.io/code-generator => k8s.io/code-generator v0.23.2 | ||
k8s.io/component-base => k8s.io/component-base v0.23.2 | ||
k8s.io/helm => k8s.io/helm v2.13.1+incompatible | ||
) | ||
|
||
// workaround for https://github.com/gardener/hvpa-controller/issues/92, remove once it's fixed | ||
replace ( | ||
github.com/gardener/hvpa-controller => github.com/gardener/hvpa-controller v0.4.0 | ||
github.com/gardener/hvpa-controller/api => github.com/gardener/hvpa-controller/api v0.4.0 | ||
) |
Oops, something went wrong.