2018-11-04 09:07:38 +00:00
|
|
|
---
|
2020-03-13 11:22:39 +00:00
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2018-11-04 09:07:38 +00:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
metadata:
|
|
|
|
name: network-attachment-definitions.k8s.cni.cncf.io
|
|
|
|
spec:
|
|
|
|
group: k8s.cni.cncf.io
|
|
|
|
scope: Namespaced
|
|
|
|
names:
|
|
|
|
plural: network-attachment-definitions
|
|
|
|
singular: network-attachment-definition
|
|
|
|
kind: NetworkAttachmentDefinition
|
|
|
|
shortNames:
|
|
|
|
- net-attach-def
|
2020-03-13 11:22:39 +00:00
|
|
|
versions:
|
|
|
|
- name: v1
|
|
|
|
served: true
|
|
|
|
storage: true
|
|
|
|
schema:
|
|
|
|
openAPIV3Schema:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
spec:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
config:
|
|
|
|
type: string
|