github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/pkg/render/testdata/manifests/multiple.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: busybox1 5 namespace: ns 6 spec: 7 containers: 8 - image: busybox 9 10 --- 11 12 apiVersion: rbac.authorization.k8s.io/v1 13 kind: ClusterRoleBinding 14 metadata: 15 name: crb 16 roleRef: 17 apiGroup: rbac.authorization.k8s.io/v1 18 kind: ClusterRole 19 name: cr 20 subjects: 21 - kind: ServiceAccount 22 name: sa 23 namespace: ns 24 25 --- 26 27 apiVersion: v1 28 kind: ConfigMap 29 metadata: 30 name: cm 31 namespace: ns 32 data: 33 key: val