mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-24 01:54:12 +00:00
21 lines
564 B
YAML
21 lines
564 B
YAML
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
|
|
tests:
|
|
onCreate:
|
|
- name: Should be able to create a minimal ConsoleLink
|
|
initial: |
|
|
apiVersion: console.openshift.io/v1
|
|
kind: ConsoleLink
|
|
spec:
|
|
href: "https://"
|
|
location: HelpMenu
|
|
text: foo
|
|
expected: |
|
|
apiVersion: console.openshift.io/v1
|
|
kind: ConsoleLink
|
|
spec:
|
|
href: "https://"
|
|
location: HelpMenu
|
|
text: foo
|