aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/init_kubeadm/templates/crd-network.yaml.j2
blob: 180038b07032ba28ceea1289f6e981b9dad7b206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
apiVersion: "apiextensions.k8s.io/v1beta1"
kind: CustomResourceDefinition
metadata:
  name: networks.kubernetes.com
spec:
  group: kubernetes.com
  version: v1
  scope: Namespaced
  names:
    plural: networks
    singular: network
    kind: Network