File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ metadata:
5
5
controller-tools.k8s.io : " 1.0"
6
6
name : machines.cluster.k8s.io
7
7
spec :
8
+ additionalPrinterColumns :
9
+ - JSONPath : .status.providerStatus.instanceId
10
+ name : Instance
11
+ description : Instance ID of machine created in AWS
12
+ type : string
13
+ - JSONPath : .status.providerStatus.instanceState
14
+ name : State
15
+ description : State of the AWS instance
16
+ type : string
17
+ - JSONPath : .spec.providerSpec.value.instanceType
18
+ name : Type
19
+ description : Type of instance
20
+ type : string
21
+ - JSONPath : .spec.providerSpec.value.placement.region
22
+ name : Region
23
+ description : Region associated with machine
24
+ type : string
25
+ - JSONPath : .spec.providerSpec.value.placement.availabilityZone
26
+ name : Zone
27
+ description : Zone associated with machine
28
+ type : string
29
+ - JSONPath : .metadata.creationTimestamp
30
+ name : Age
31
+ type : date
8
32
group : cluster.k8s.io
9
33
names :
10
34
kind : Machine
Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ spec:
116
116
description : Ready Replicas
117
117
name : Ready
118
118
type : integer
119
+ - JSONPath : .status.availableReplicas
120
+ name : Available
121
+ description : Observed number of available replicas
122
+ type : string
119
123
- JSONPath : .metadata.creationTimestamp
120
124
name : Age
121
125
type : date
You can’t perform that action at this time.
0 commit comments