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
Copy file name to clipboardExpand all lines: manifests/noderesourcetopology/crd.yaml
-118Lines changed: 0 additions & 118 deletions
Original file line number
Diff line number
Diff line change
@@ -18,124 +18,6 @@ spec:
18
18
singular: noderesourcetopology
19
19
scope: Cluster
20
20
versions:
21
-
- name: v1alpha1
22
-
schema:
23
-
openAPIV3Schema:
24
-
description: NodeResourceTopology describes node resources and their topology.
25
-
properties:
26
-
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
-
type: string
31
-
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
-
type: string
36
-
metadata:
37
-
type: object
38
-
topologyPolicies:
39
-
items:
40
-
type: string
41
-
type: array
42
-
zones:
43
-
description: ZoneList contains an array of Zone objects.
44
-
items:
45
-
description: Zone represents a resource topology zone, e.g. socket,
46
-
node, die or core.
47
-
properties:
48
-
attributes:
49
-
description: AttributeList contains an array of AttributeInfo objects.
50
-
items:
51
-
description: AttributeInfo contains one attribute of a Zone.
52
-
properties:
53
-
name:
54
-
type: string
55
-
value:
56
-
type: string
57
-
required:
58
-
- name
59
-
- value
60
-
type: object
61
-
type: array
62
-
costs:
63
-
description: CostList contains an array of CostInfo objects.
64
-
items:
65
-
description: CostInfo describes the cost (or distance) between
66
-
two Zones.
67
-
properties:
68
-
name:
69
-
type: string
70
-
value:
71
-
format: int64
72
-
type: integer
73
-
required:
74
-
- name
75
-
- value
76
-
type: object
77
-
type: array
78
-
name:
79
-
type: string
80
-
parent:
81
-
type: string
82
-
resources:
83
-
description: ResourceInfoList contains an array of ResourceInfo
84
-
objects.
85
-
items:
86
-
description: ResourceInfo contains information about one resource
87
-
type.
88
-
properties:
89
-
allocatable:
90
-
anyOf:
91
-
- type: integer
92
-
- type: string
93
-
description: Allocatable quantity of the resource, corresponding
94
-
to allocatable in node status, i.e. total amount of this
0 commit comments