You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: OVSNetwork is the Schema for the ovsnetworks API
21
22
properties:
22
23
apiVersion:
23
-
description: |-
24
-
APIVersion defines the versioned schema of this representation of an object.
25
-
Servers should convert recognized schemas to the latest internal value, and
26
-
may reject unrecognized values.
27
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
27
type: string
29
28
kind:
30
-
description: |-
31
-
Kind is a string value representing the REST resource this object represents.
32
-
Servers may infer this from the endpoint the client submits requests to.
33
-
Cannot be updated.
34
-
In CamelCase.
35
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
36
32
type: string
37
33
metadata:
38
34
type: object
39
35
spec:
40
36
description: OVSNetworkSpec defines the desired state of OVSNetwork
41
37
properties:
42
38
bridge:
43
-
description: |-
44
-
name of the OVS bridge, if not set OVS will automatically select bridge
45
-
based on VF PCI address
39
+
description: name of the OVS bridge, if not set OVS will automatically
40
+
select bridge based on VF PCI address
46
41
type: string
47
42
capabilities:
48
-
description: |-
49
-
Capabilities to be configured for this network.
50
-
Capabilities supported: (mac|ips), e.g. '{"mac": true}'
43
+
description: 'Capabilities to be configured for this network. Capabilities
description: SriovIBNetwork is the Schema for the sriovibnetworks API
21
22
properties:
22
23
apiVersion:
23
-
description: |-
24
-
APIVersion defines the versioned schema of this representation of an object.
25
-
Servers should convert recognized schemas to the latest internal value, and
26
-
may reject unrecognized values.
27
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
27
type: string
29
28
kind:
30
-
description: |-
31
-
Kind is a string value representing the REST resource this object represents.
32
-
Servers may infer this from the endpoint the client submits requests to.
33
-
Cannot be updated.
34
-
In CamelCase.
35
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
36
32
type: string
37
33
metadata:
38
34
type: object
39
35
spec:
40
36
description: SriovIBNetworkSpec defines the desired state of SriovIBNetwork
41
37
properties:
42
38
capabilities:
43
-
description: |-
44
-
Capabilities to be configured for this network.
45
-
Capabilities supported: (infinibandGUID), e.g. '{"infinibandGUID": true}'
39
+
description: 'Capabilities to be configured for this network. Capabilities
40
+
supported: (infinibandGUID), e.g. ''{"infinibandGUID": true}'''
46
41
type: string
47
42
ipam:
48
43
description: IPAM configuration to be used for this network.
@@ -55,9 +50,8 @@ spec:
55
50
- disable
56
51
type: string
57
52
metaPlugins:
58
-
description: |-
59
-
MetaPluginsConfig configuration to be used in order to chain metaplugins to the sriov interface returned
60
-
by the operator.
53
+
description: MetaPluginsConfig configuration to be used in order to
54
+
chain metaplugins to the sriov interface returned by the operator.
61
55
type: string
62
56
networkNamespace:
63
57
description: Namespace of the NetworkAttachmentDefinition custom resource
APIVersion defines the versioned schema of this representation of an object.
26
-
Servers should convert recognized schemas to the latest internal value, and
27
-
may reject unrecognized values.
28
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
28
type: string
30
29
kind:
31
-
description: |-
32
-
Kind is a string value representing the REST resource this object represents.
33
-
Servers may infer this from the endpoint the client submits requests to.
34
-
Cannot be updated.
35
-
In CamelCase.
36
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37
33
type: string
38
34
metadata:
39
35
type: object
40
36
spec:
41
37
description: SriovNetworkNodePolicySpec defines the desired state of SriovNetworkNodePolicy
42
38
properties:
43
39
bridge:
44
-
description: |-
45
-
contains bridge configuration for matching PFs,
46
-
valid only for eSwitchMode==switchdev
40
+
description: contains bridge configuration for matching PFs, valid
41
+
only for eSwitchMode==switchdev
47
42
properties:
48
43
ovs:
49
44
description: contains configuration for the OVS bridge,
APIVersion defines the versioned schema of this representation of an object.
39
-
Servers should convert recognized schemas to the latest internal value, and
40
-
may reject unrecognized values.
41
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
38
+
description: 'APIVersion defines the versioned schema of this representation
39
+
of an object. Servers should convert recognized schemas to the latest
40
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
41
type: string
43
42
kind:
44
-
description: |-
45
-
Kind is a string value representing the REST resource this object represents.
46
-
Servers may infer this from the endpoint the client submits requests to.
47
-
Cannot be updated.
48
-
In CamelCase.
49
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
43
+
description: 'Kind is a string value representing the REST resource this
44
+
object represents. Servers may infer this from the endpoint the client
45
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
50
46
type: string
51
47
metadata:
52
48
type: object
@@ -85,9 +81,8 @@ spec:
85
81
description: name of the bridge
86
82
type: string
87
83
uplinks:
88
-
description: |-
89
-
uplink-level bridge configuration for each uplink(PF).
90
-
currently must contain only one element
84
+
description: uplink-level bridge configuration for each
85
+
uplink(PF). currently must contain only one element
0 commit comments