Skip to content

Commit dd500b0

Browse files
authored
Use controller-tools@v0.2.2 to generate structural schema (#974)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5333183 commit dd500b0

11 files changed

+80
-6317
lines changed

β€ŽMakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ gen-crd-protos-stash-v1beta1:
273273
--packages=-k8s.io/api/core/v1,-kmodules.xyz/offshoot-api/api/v1,-kmodules.xyz/objectstore-api/api/v1,-kmodules.xyz/prober/api/v1,-stash.appscode.dev/stash/apis/stash/v1alpha1,stash.appscode.dev/stash/apis/stash/v1beta1
274274

275275
.PHONY: manifests
276-
manifests: gen-crds label-crds gen-crd-protos
276+
manifests: gen-crds label-crds
277277

278278
.PHONY: gen
279-
gen: clientset openapi manifests
279+
gen: clientset gen-crd-protos openapi manifests
280280

281281
fmt: $(BUILD_DIRS)
282282
@docker run \

β€Žapi/crds/stash.appscode.com_backupbatches.yaml

Lines changed: 22 additions & 1280 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_backupblueprints.yaml

Lines changed: 10 additions & 787 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_backupconfigurations.yaml

Lines changed: 16 additions & 805 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_backupsessions.yaml

Lines changed: 2 additions & 369 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_functions.yaml

Lines changed: 10 additions & 393 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_recoveries.yaml

Lines changed: 2 additions & 369 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_repositories.yaml

Lines changed: 2 additions & 369 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_restics.yaml

Lines changed: 2 additions & 369 deletions
Large diffs are not rendered by default.

β€Žapi/crds/stash.appscode.com_restoresessions.yaml

Lines changed: 10 additions & 1205 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)