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
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: charts/charts/yurt-app-manager/crds/apps.openyurt.io_nodepools.yaml
+33-55
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
---
2
1
apiVersion: apiextensions.k8s.io/v1beta1
3
2
kind: CustomResourceDefinition
4
3
metadata:
@@ -8,29 +7,29 @@ metadata:
8
7
name: nodepools.apps.openyurt.io
9
8
spec:
10
9
additionalPrinterColumns:
11
-
- JSONPath: .spec.type
12
-
description: The type of nodepool
13
-
name: Type
14
-
type: string
15
-
- JSONPath: .status.readyNodeNum
16
-
description: The number of ready nodes in the pool
17
-
name: ReadyNodes
18
-
type: integer
19
-
- JSONPath: .status.unreadyNodeNum
20
-
name: NotReadyNodes
21
-
type: integer
22
-
- JSONPath: .metadata.creationTimestamp
23
-
name: Age
24
-
type: date
10
+
- JSONPath: .spec.type
11
+
description: The type of nodepool
12
+
name: Type
13
+
type: string
14
+
- JSONPath: .status.readyNodeNum
15
+
description: The number of ready nodes in the pool
16
+
name: ReadyNodes
17
+
type: integer
18
+
- JSONPath: .status.unreadyNodeNum
19
+
name: NotReadyNodes
20
+
type: integer
21
+
- JSONPath: .metadata.creationTimestamp
22
+
name: Age
23
+
type: date
25
24
group: apps.openyurt.io
26
25
names:
27
26
categories:
28
-
- all
27
+
- all
29
28
kind: NodePool
30
29
listKind: NodePoolList
31
30
plural: nodepools
32
31
shortNames:
33
-
- np
32
+
- np
34
33
singular: nodepool
35
34
scope: Cluster
36
35
subresources:
@@ -40,14 +39,10 @@ spec:
40
39
description: NodePool is the Schema for the nodepools API
41
40
properties:
42
41
apiVersion:
43
-
description: 'APIVersion defines the versioned schema of this representation
44
-
of an object. Servers should convert recognized schemas to the latest
45
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
46
43
type: string
47
44
kind:
48
-
description: 'Kind is a string value representing the REST resource this
49
-
object represents. Servers may infer this from the endpoint the client
50
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
45
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
51
46
type: string
52
47
metadata:
53
48
type: object
@@ -57,64 +52,47 @@ spec:
57
52
annotations:
58
53
additionalProperties:
59
54
type: string
60
-
description: 'If specified, the Annotations will be added to all nodes.
61
-
NOTE: existing labels with samy keys on the nodes will be overwritten.'
55
+
description: 'If specified, the Annotations will be added to all nodes. NOTE: existing labels with samy keys on the nodes will be overwritten.'
62
56
type: object
63
57
labels:
64
58
additionalProperties:
65
59
type: string
66
-
description: 'If specified, the Labels will be added to all nodes. NOTE:
67
-
existing labels with samy keys on the nodes will be overwritten.'
60
+
description: 'If specified, the Labels will be added to all nodes. NOTE: existing labels with samy keys on the nodes will be overwritten.'
68
61
type: object
69
62
selector:
70
-
description: A label query over nodes to consider for adding to the
71
-
pool
63
+
description: A label query over nodes to consider for adding to the pool
72
64
properties:
73
65
matchExpressions:
74
-
description: matchExpressions is a list of label selector requirements.
75
-
The requirements are ANDed.
66
+
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
76
67
items:
77
-
description: A label selector requirement is a selector that contains
78
-
values, a key, and an operator that relates the key and values.
68
+
description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
79
69
properties:
80
70
key:
81
-
description: key is the label key that the selector applies
82
-
to.
71
+
description: key is the label key that the selector applies to.
83
72
type: string
84
73
operator:
85
-
description: operator represents a key's relationship to a
86
-
set of values. Valid operators are In, NotIn, Exists and
87
-
DoesNotExist.
74
+
description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
88
75
type: string
89
76
values:
90
-
description: values is an array of string values. If the operator
91
-
is In or NotIn, the values array must be non-empty. If the
92
-
operator is Exists or DoesNotExist, the values array must
93
-
be empty. This array is replaced during a strategic merge
94
-
patch.
77
+
description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
95
78
items:
96
79
type: string
97
80
type: array
98
81
required:
99
-
- key
100
-
- operator
82
+
- key
83
+
- operator
101
84
type: object
102
85
type: array
103
86
matchLabels:
104
87
additionalProperties:
105
88
type: string
106
-
description: matchLabels is a map of {key,value} pairs. A single
107
-
{key,value} in the matchLabels map is equivalent to an element
108
-
of matchExpressions, whose key field is "key", the operator is
109
-
"In", and the values array contains only "value". The requirements
110
-
are ANDed.
89
+
description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
111
90
type: object
112
91
type: object
113
92
taints:
114
93
description: If specified, the Taints will be added to all nodes.
115
94
items:
116
-
description: The node this Taint is attached to has the "effect" on
117
-
any pod that does not tolerate the Taint.
95
+
description: The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
0 commit comments