...

Text file src/github.com/openshift/api/helm/v1beta1/stable.helmchartrepository.testsuite.yaml

Documentation: github.com/openshift/api/helm/v1beta1

     1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
     2name: "[Stable] HelmChartRepository"
     3crd: 0000_10-helm-chart-repository.crd.yaml
     4tests:
     5  onCreate:
     6  - name: Should be able to create a minimal HelmChartRepository
     7    initial: |
     8      apiVersion: helm.openshift.io/v1beta1
     9      kind: HelmChartRepository
    10      spec: {} # No spec is required for a HelmChartRepository
    11    expected: |
    12      apiVersion: helm.openshift.io/v1beta1
    13      kind: HelmChartRepository
    14      spec: {}

View as plain text