This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
generated from AlexsJones/KubeOps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bootstrap_fields.yaml
69 lines (69 loc) · 1.83 KB
/
bootstrap_fields.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
- label: "Node Allocatable CPU"
type: Number
componentType: [ "Node" ]
- label: "Node Allocatable Memory"
type: Text
componentType: [ "Node" ]
- label: "Node Allocatable Pods"
type: Number
componentType: [ "Node" ]
- label: "Node Allocatable Storage"
type: Text
componentType: [ "Node" ]
- label: "Node Capacity CPU"
type: Number
componentType: [ "Node" ]
- label: "Node Capacity Memory"
type: Text
componentType: [ "Node" ]
- label: "Node Capacity Pods"
type: Number
componentType: [ "Node" ]
- label: "Node Capacity Storage"
type: Text
componentType: [ "Node" ]
- label: "Node Container Runtime"
type: Text
componentType: [ "Node" ]
- label: "Node Creation Timestamp"
type: DateTime
componentType: [ "Node" ]
- label: "Node Kernel Version"
type: Text
componentType: [ "Node" ]
- label: "Node KubeProxy Version"
type: Text
componentType: [ "Node" ]
- label: "Node Kubelet Version"
type: Text
componentType: [ "Node" ]
- label: "Node OS Image"
type: Text
componentType: [ "Node" ]
- label: "Node Provider"
type: Text
componentType: [ "Node" ]
- label: "Resource Creation Timestamp"
type: DateTime
componentType: [ "Deployment","StatefulSet" ]
- label: "Resource Image"
type: Text
componentType: [ "Deployment","StatefulSet" ]
- label: "Resource Replicas"
type: Text
componentType: [ "Deployment","StatefulSet" ]
- label: "Resource Requests CPU"
type: Number
componentType: ["Deployment", "StatefulSet"]
- label: "Resource Requests Memory"
type: Text
componentType: ["Deployment", "StatefulSet"]
- label: "Resource Limits CPU"
type: Number
componentType: ["Deployment", "StatefulSet"]
- label: "Resource Limits Memory"
type: Text
componentType: ["Deployment", "StatefulSet"]
- label: "Shared Category"
type: Text
componentType: ["SharedNodeComponent","SharedResourceComponent"]