Skip to content

Commit

Permalink
Merge pull request #1541 from wking/console-crd-default-runlevel
Browse files Browse the repository at this point in the history
CONSOLE-3717: Console CRDs: Rename files to use the default run-level for updates
  • Loading branch information
openshift-merge-robot authored Aug 3, 2023
2 parents 6bb5f92 + 9e3e820 commit 08ec5d2
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion console/v1/stable.consoleclidownload.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleCLIDownload"
crd: 0000_10_consoleclidownload.crd.yaml
crd: 00_consoleclidownload.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleCLIDownload
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consoleexternalloglink.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleExternalLogLink"
crd: 0000_10_consoleexternalloglink.crd.yaml
crd: 00_consoleexternalloglink.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleExternalLogLink
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consolelink.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleLink"
crd: 0000_10_consolelink.crd.yaml
crd: 00_consolelink.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleLink
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consolenotification.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleNotification"
crd: 0000_10_consolenotification.crd.yaml
crd: 00_consolenotification.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleNotification
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consoleplugin.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsolePlugin"
crd: 0000_10_consoleplugin.crd.yaml
crd: 90_consoleplugin.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsolePlugin
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consolequickstart.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleQuickStart"
crd: 0000_10_consolequickstart.crd.yaml
crd: 00_consolequickstart.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleQuickStart
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consolesample.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleSample"
crd: 0000_10_consolesample.crd.yaml
crd: 00_consolesample.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleSample with GitImport
Expand Down
2 changes: 1 addition & 1 deletion console/v1/stable.consoleyamlsample.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsoleYAMLSample"
crd: 0000_10_consoleyamlsample.crd.yaml
crd: 00_consoleyamlsample.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsoleYAMLSample
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion console/v1alpha1/stable.consoleplugin.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ConsolePlugin"
crd: 0000_10_consoleplugin.crd.yaml
crd: 90_consoleplugin.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ConsolePlugin
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion operator/v1/stable.console.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] Console"
crd: 0000_70_console-operator.crd.yaml
crd: 00_console-operator.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal Console
Expand Down

0 comments on commit 08ec5d2

Please sign in to comment.