Skip to content

Commit 0c6e004

Browse files
authored
Merge pull request #30 from coroot/legacy_k8s
add backward compatibility for Kubernetes < 1.19
2 parents 1890a46 + 2178760 commit 0c6e004

5 files changed

Lines changed: 7738 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ help: ## Display this help.
3131
generate: controller-gen ## Generate WebhookConfiguration, ClusterRole, and CustomResourceDefinition manifests; DeepCopy method implementations.
3232
$(CONTROLLER_GEN) rbac:roleName=coroot-operator crd webhook paths="./..."
3333
$(CONTROLLER_GEN) object paths="./..."
34+
./hack/generate-legacy-crd.sh config/crd/coroot.com_coroots.yaml config/crd/coroot.com_coroots_legacy.yaml
3435

3536

3637
.PHONY: fmt

0 commit comments

Comments
 (0)