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
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
119
+
|`spec`_[AgentRunSpec](#agentrunspec)_||||
120
+
121
+
122
+
#### AgentRunPhase
123
+
124
+
_Underlying type:__string_
125
+
126
+
AgentRunPhase represents the phase of an agent run
|`type`_[AgentRuntimeType](#agentruntimetype)_| Type specifies the agent runtime to use for executing the stack.<br />One of CLAUDE, OPENCODE, GEMINI, CUSTOM. || Enum: [CLAUDE OPENCODE GEMINI CUSTOM] <br />Required: \{\} <br /> |
169
248
|`bindings`_[AgentRuntimeBindings](#agentruntimebindings)_| Bindings define the creation permissions for this agent runtime. || Optional: \{\} <br /> |
170
-
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podtemplatespec-v1-core)_| Template defines the pod template for this agent runtime. ||Required: \{\} <br />|
171
-
|`config`_[AgentRuntimeConfig](#agentruntimeconfig)_| Config contains typed configuration depending on the chosen runtime type. |||
249
+
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podtemplatespec-v1-core)_| Template defines the pod template for this agent runtime. |||
250
+
|`config`_[AgentRuntimeConfig](#agentruntimeconfig)_| Config contains typed configuration depending on the chosen runtime type. ||Optional: \{\} <br />|
172
251
|`aiProxy`_boolean_| AiProxy specifies whether the agent runtime should be proxied through the AI proxy. |||
0 commit comments