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: PeeringCandidate is the Schema for the peeringcandidates API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
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
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
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
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -40,16 +45,19 @@ spec:
40
45
description: Flavour is the Schema for the flavours API.
41
46
properties:
42
47
apiVersion:
43
-
description: 'APIVersion defines the versioned schema of this
44
-
representation of an object. Servers should convert recognized
45
-
schemas to the latest internal value, and may reject unrecognized
46
-
values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
48
+
description: |-
49
+
APIVersion defines the versioned schema of this representation of an object.
50
+
Servers should convert recognized schemas to the latest internal value, and
51
+
may reject unrecognized values.
52
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
47
53
type: string
48
54
kind:
49
-
description: 'Kind is a string value representing the REST resource
50
-
this object represents. Servers may infer this from the endpoint
51
-
the client submits requests to. Cannot be updated. In CamelCase.
52
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
55
+
description: |-
56
+
Kind is a string value representing the REST resource this object represents.
57
+
Servers may infer this from the endpoint the client submits requests to.
58
+
Cannot be updated.
59
+
In CamelCase.
60
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
53
61
type: string
54
62
metadata:
55
63
properties:
@@ -74,10 +82,9 @@ spec:
74
82
description: FlavourSpec defines the desired state of Flavour
75
83
properties:
76
84
characteristics:
77
-
description: Characteristics contains the characteristics
78
-
of the Flavour. They are based on the type of the Flavour
79
-
and can change depending on it. In this case, the type is
80
-
K8S so the characteristics are CPU, Memory, GPU and EphemeralStorage.
85
+
description: |-
86
+
Characteristics contains the characteristics of the Flavour.
87
+
They are based on the type of the Flavour and can change depending on it. In this case, the type is K8S so the characteristics are CPU, Memory, GPU and EphemeralStorage.
81
88
properties:
82
89
architecture:
83
90
description: Architecture is the architecture of the Flavour.
@@ -134,15 +141,14 @@ spec:
134
141
- pods
135
142
type: object
136
143
optionalFields:
137
-
description: This field is used to specify the optional fields
138
-
that can be retrieved from the Flavour. In the future it
139
-
will be expanded to include more optional fields defined
140
-
in the REAR Protocol or custom ones.
144
+
description: |-
145
+
This field is used to specify the optional fields that can be retrieved from the Flavour.
146
+
In the future it will be expanded to include more optional fields defined in the REAR Protocol or custom ones.
141
147
properties:
142
148
availability:
143
-
description: Availability is the availability flag of
144
-
the Flavour. It is a field inherited from the REAR Protocol
145
-
specifications.
149
+
description: |-
150
+
Availability is the availability flag of the Flavour.
151
+
It is a field inherited from the REAR Protocol specifications.
146
152
type: boolean
147
153
workerID:
148
154
description: WorkerID is the ID of the worker that provides
@@ -265,10 +271,9 @@ spec:
265
271
- period
266
272
type: object
267
273
providerID:
268
-
description: ProviderID is the ID of the FLUIDOS Node ID that
269
-
provides this Flavour. It can correspond to ID of the owner
270
-
FLUIDOS Node or to the ID of a FLUIDOS SuperNode that represents
271
-
the entry point to a FLUIDOS Domain
274
+
description: |-
275
+
ProviderID is the ID of the FLUIDOS Node ID that provides this Flavour.
276
+
It can correspond to ID of the owner FLUIDOS Node or to the ID of a FLUIDOS SuperNode that represents the entry point to a FLUIDOS Domain
272
277
type: string
273
278
type:
274
279
description: Type is the type of the Flavour. Currently, only
0 commit comments