diff --git a/content/bn/examples/customresourcedefinition/shirt-resources.yaml b/content/bn/examples/customresourcedefinition/shirt-resources.yaml new file mode 100644 index 0000000000..8a123333cc --- /dev/null +++ b/content/bn/examples/customresourcedefinition/shirt-resources.yaml @@ -0,0 +1,24 @@ +--- +apiVersion: stable.example.com/v1 +kind: Shirt +metadata: + name: example1 +spec: + color: blue + size: S +--- +apiVersion: stable.example.com/v1 +kind: Shirt +metadata: + name: example2 +spec: + color: blue + size: M +--- +apiVersion: stable.example.com/v1 +kind: Shirt +metadata: + name: example3 +spec: + color: green + size: M