Skip to content

Commit d7a2cf4

Browse files
committed
crd: drop noderesourcetopology v1alpha1 in crd
Signed-off-by: Zhang Wei <[email protected]>
1 parent 76b044c commit d7a2cf4

File tree

1 file changed

+0
-118
lines changed

1 file changed

+0
-118
lines changed

manifests/noderesourcetopology/crd.yaml

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -18,124 +18,6 @@ spec:
1818
singular: noderesourcetopology
1919
scope: Cluster
2020
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
95-
resource available to be used by pods.
96-
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
97-
x-kubernetes-int-or-string: true
98-
available:
99-
anyOf:
100-
- type: integer
101-
- type: string
102-
description: Available is the amount of this resource currently
103-
available for new (to be scheduled) pods, i.e. Allocatable
104-
minus the resources reserved by currently running pods.
105-
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
106-
x-kubernetes-int-or-string: true
107-
capacity:
108-
anyOf:
109-
- type: integer
110-
- type: string
111-
description: Capacity of the resource, corresponding to capacity
112-
in node status, i.e. total amount of this resource that
113-
the node has.
114-
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
115-
x-kubernetes-int-or-string: true
116-
name:
117-
description: Name of the resource.
118-
type: string
119-
required:
120-
- allocatable
121-
- available
122-
- capacity
123-
- name
124-
type: object
125-
type: array
126-
type:
127-
type: string
128-
required:
129-
- name
130-
- type
131-
type: object
132-
type: array
133-
required:
134-
- topologyPolicies
135-
- zones
136-
type: object
137-
served: true
138-
storage: false
13921
- name: v1alpha2
14022
schema:
14123
openAPIV3Schema:

0 commit comments

Comments
 (0)