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: AcceleratorFunction is a specification for an Accelerator Function
23
-
resource provided by a FPGA-based programmable hardware accelerator.
22
+
description: |-
23
+
AcceleratorFunction is a specification for an Accelerator Function resource
24
+
provided by a FPGA-based programmable hardware accelerator.
24
25
properties:
25
26
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
32
type: string
30
33
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: FpgaRegion is a specification for a FPGA region resource which
23
-
can be programmed with a bitstream.
22
+
description: |-
23
+
FpgaRegion is a specification for a FPGA region resource which can be programmed
24
+
with a bitstream.
24
25
properties:
25
26
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
32
type: string
30
33
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It
34
-
represents the DLB device plugin responsible for advertising Intel DLB hardware
35
-
resources to the kubelet.
33
+
description: |-
34
+
DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
35
+
the DLB device plugin responsible for advertising Intel DLB hardware resources to
36
+
the kubelet.
36
37
properties:
37
38
apiVersion:
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'
39
+
description: |-
40
+
APIVersion defines the versioned schema of this representation of an object.
41
+
Servers should convert recognized schemas to the latest internal value, and
42
+
may reject unrecognized values.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
41
44
type: string
42
45
kind:
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'
46
+
description: |-
47
+
Kind is a string value representing the REST resource this object represents.
48
+
Servers may infer this from the endpoint the client submits requests to.
49
+
Cannot be updated.
50
+
In CamelCase.
51
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
46
52
type: string
47
53
metadata:
48
54
type: object
@@ -78,40 +84,47 @@ spec:
78
84
description: API version of the referent.
79
85
type: string
80
86
fieldPath:
81
-
description: 'If referring to a piece of an object instead of
82
-
an entire object, this string should contain a valid JSON/Go
83
-
field access statement, such as desiredState.manifest.containers[2].
84
-
For example, if the object reference is to a container within
85
-
a pod, this would take on a value like: "spec.containers{name}"
86
-
(where "name" refers to the name of the container that triggered
87
-
the event) or if no container name is specified "spec.containers[2]"
88
-
(container with index 2 in this pod). This syntax is chosen
89
-
only to have some well-defined way of referencing a part of
90
-
an object. TODO: this design is not final and this field is
91
-
subject to change in the future.'
87
+
description: |-
88
+
If referring to a piece of an object instead of an entire object, this string
89
+
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
90
+
For example, if the object reference is to a container within a pod, this would take on a value like:
91
+
"spec.containers{name}" (where "name" refers to the name of the container that triggered
92
+
the event) or if no container name is specified "spec.containers[2]" (container with
93
+
index 2 in this pod). This syntax is chosen only to have some well-defined way of
94
+
referencing a part of an object.
95
+
TODO: this design is not final and this field is subject to change in the future.
92
96
type: string
93
97
kind:
94
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
98
+
description: |-
99
+
Kind of the referent.
100
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
95
101
type: string
96
102
name:
97
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
103
+
description: |-
104
+
Name of the referent.
105
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
98
106
type: string
99
107
namespace:
100
-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
108
+
description: |-
109
+
Namespace of the referent.
110
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
101
111
type: string
102
112
resourceVersion:
103
-
description: 'Specific resourceVersion to which this reference
104
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
113
+
description: |-
114
+
Specific resourceVersion to which this reference is made, if any.
115
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
105
116
type: string
106
117
uid:
107
-
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
118
+
description: |-
119
+
UID of the referent.
120
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
108
121
type: string
109
122
type: object
110
123
x-kubernetes-map-type: atomic
111
124
desiredNumberScheduled:
112
-
description: The total number of nodes that should be running the
113
-
device plugin pod (including nodes correctly running the device
114
-
plugin pod).
125
+
description: |-
126
+
The total number of nodes that should be running the device plugin
127
+
pod (including nodes correctly running the device plugin pod).
115
128
format: int32
116
129
type: integer
117
130
nodeNames:
@@ -121,9 +134,9 @@ spec:
121
134
type: string
122
135
type: array
123
136
numberReady:
124
-
description: The number of nodes that should be running the device
125
-
plugin pod and have one or more of the device plugin pod running
126
-
and ready.
137
+
description: |-
138
+
The number of nodes that should be running the device plugin pod and have one
139
+
or more of the device plugin pod running and ready.
0 commit comments