23 lines
513 B
YAML
23 lines
513 B
YAML
|
---
|
||
|
kind: CustomResourceDefinition
|
||
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||
|
metadata:
|
||
|
name: network-attachment-definitions.k8s.cni.cncf.io
|
||
|
spec:
|
||
|
group: k8s.cni.cncf.io
|
||
|
version: v1
|
||
|
scope: Namespaced
|
||
|
names:
|
||
|
plural: network-attachment-definitions
|
||
|
singular: network-attachment-definition
|
||
|
kind: NetworkAttachmentDefinition
|
||
|
shortNames:
|
||
|
- net-attach-def
|
||
|
validation:
|
||
|
openAPIV3Schema:
|
||
|
properties:
|
||
|
spec:
|
||
|
properties:
|
||
|
config:
|
||
|
type: string
|