File tree 2 files changed +14
-2
lines changed
spawn_operator/spawn_operator/lib/spawn_operator/versions/api/v1
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,17 @@ defmodule SpawnOperator.Versions.Api.V1.ActorHost do
152
152
""" a ,
153
153
additionalPrinterColumns: [
154
154
% {
155
- name: "Host SDK" ,
155
+ name: "SDK" ,
156
156
type: "string" ,
157
157
description: "SDK used by the ActorHost" ,
158
158
jsonPath: ".spec.host.sdk"
159
159
} ,
160
+ % {
161
+ name: "Embedded" ,
162
+ type: "string" ,
163
+ description: "Embedded Proxy used by the ActorHost" ,
164
+ jsonPath: ".spec.host.embedded"
165
+ } ,
160
166
% {
161
167
name: "Image" ,
162
168
type: "string" ,
Original file line number Diff line number Diff line change @@ -70,10 +70,16 @@ defmodule SpawnOperator.Versions.Api.V1.ActorSystem do
70
70
jsonPath: ".spec.cluster.kind"
71
71
} ,
72
72
% {
73
- name: "State Store Type " ,
73
+ name: "Statestore " ,
74
74
type: "string" ,
75
75
description: "The type of state store used for the ActorSystem" ,
76
76
jsonPath: ".spec.statestore.type"
77
+ } ,
78
+ % {
79
+ name: "Pool Size" ,
80
+ type: "string" ,
81
+ description: "The pool size of the state store" ,
82
+ jsonPath: ".spec.statestore.pool.size"
77
83
}
78
84
]
79
85
)
You can’t perform that action at this time.
0 commit comments