github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/pkg/render/testdata/manifests/template.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    namespace: {{.Namespace}}
     5    name: {{fname "podname"}}
     6  spec:
     7    containers:
     8    - image: "busybox"
     9  foo: {{getOr . "Empty" "fallback"}}
    10  bar: {{getOr . "Namespace" "error"}}