mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-09 03:59:08 +00:00
Merge pull request #541 from s1061123/fix/crd
Fix CRD yaml file for right explan information
This commit is contained in:
commit
e15f97860f
@ -23,6 +23,19 @@ spec:
|
|||||||
networks. More information available at: https://github.com/k8snetworkplumbingwg/multi-net-spec'
|
networks. More information available at: https://github.com/k8snetworkplumbingwg/multi-net-spec'
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: 'APIVersion defines the versioned schema of this represen
|
||||||
|
tation of an object. Servers should convert recognized schemas to the
|
||||||
|
latest internal value, and may reject unrecognized values. More info:
|
||||||
|
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: 'Kind is a string value representing the REST resource this
|
||||||
|
object represents. Servers may infer this from the endpoint the client
|
||||||
|
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
||||||
|
type: string
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: 'NetworkAttachmentDefinition spec defines the desired state of a network attachment'
|
description: 'NetworkAttachmentDefinition spec defines the desired state of a network attachment'
|
||||||
type: object
|
type: object
|
||||||
|
@ -23,6 +23,19 @@ spec:
|
|||||||
networks. More information available at: https://github.com/k8snetworkplumbingwg/multi-net-spec'
|
networks. More information available at: https://github.com/k8snetworkplumbingwg/multi-net-spec'
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: 'APIVersion defines the versioned schema of this represen
|
||||||
|
tation of an object. Servers should convert recognized schemas to the
|
||||||
|
latest internal value, and may reject unrecognized values. More info:
|
||||||
|
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: 'Kind is a string value representing the REST resource this
|
||||||
|
object represents. Servers may infer this from the endpoint the client
|
||||||
|
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
||||||
|
type: string
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: 'NetworkAttachmentDefinition spec defines the desired state of a network attachment'
|
description: 'NetworkAttachmentDefinition spec defines the desired state of a network attachment'
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
Reference in New Issue
Block a user