mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
implement CRD support and add unit tests Add integration test for crd support address comments
10 lines
142 B
YAML
10 lines
142 B
YAML
apiVersion: jingfang.example.com/v1beta1
|
|
kind: MyKind
|
|
metadata:
|
|
name: mykind
|
|
spec:
|
|
secretRef:
|
|
name: crdsecret
|
|
beeRef:
|
|
name: bee
|