You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
513 B

  1. ---
  2. kind: CustomResourceDefinition
  3. apiVersion: apiextensions.k8s.io/v1beta1
  4. metadata:
  5. name: network-attachment-definitions.k8s.cni.cncf.io
  6. spec:
  7. group: k8s.cni.cncf.io
  8. version: v1
  9. scope: Namespaced
  10. names:
  11. plural: network-attachment-definitions
  12. singular: network-attachment-definition
  13. kind: NetworkAttachmentDefinition
  14. shortNames:
  15. - net-attach-def
  16. validation:
  17. openAPIV3Schema:
  18. properties:
  19. spec:
  20. properties:
  21. config:
  22. type: string