airshipctl/pkg/config/testdata/config-string.yaml
Ian Howell 70f49926ba Remove the need for reflect for testing config
* This also makes some minor newline changes to output.
* This also changes the behavior of nil objects to compare equal to
  other nil objects. This follows the pattern of builtin Go types.

Change-Id: I10d99bbd5251db594a302ca65cd21917804d6a20
2019-11-06 16:34:52 -06:00

38 lines
871 B
YAML

apiVersion: airshipit.org/v1alpha1
clusters:
dummy_cluster:
cluster-type:
ephemeral:
bootstrap-info: dummy_bootstrap
cluster-kubeconf: dummycluster_ephemeral
target:
bootstrap-info: dummy_bootstrap
cluster-kubeconf: dummycluster_target
contexts:
dummy_context:
context-kubeconf: dummy_cluster
manifest: dummy_manifest
current-context: dummy_context
kind: Config
manifests:
dummy_manifest:
repositories:
dummy:
target-path: dummy_targetpath
url:
ForceQuery: false
Fragment: ""
Host: dummy.url.com
Opaque: ""
Path: ""
RawPath: ""
RawQuery: ""
Scheme: http
User: null
username: dummy_user
target-path: /var/tmp/
modules-config:
dummy-for-tests: dummy-module
users:
dummy_user: {}