...

Text file src/github.com/k8snetworkplumbingwg/network-attachment-definition-client/artifacts/networks-crd-v1beta1.yaml

Documentation: github.com/k8snetworkplumbingwg/network-attachment-definition-client/artifacts

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

View as plain text