Skip to content

Commit 9cdbe99

Browse files
committed
Bump version of spin operator in reference generation script
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent 93ebec4 commit 9cdbe99

File tree

3 files changed

+152
-135
lines changed

3 files changed

+152
-135
lines changed

content/en/docs/reference/spin-app-executor.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ createDeployment is true.
109109
</tr>
110110
</thead>
111111
<tbody><tr>
112-
<td><b>runtimeClassName</b></td>
113-
<td>string</td>
114-
<td>
115-
RuntimeClassName is the runtime class name that should be used by pods created
116-
as part of a deployment.<br/>
117-
</td>
118-
<td>true</td>
119-
</tr><tr>
120112
<td><b>caCertSecret</b></td>
121113
<td>string</td>
122114
<td>
@@ -141,6 +133,25 @@ defined in `CACertSecret` the secret name will be `spin-ca`.<br/>
141133
Otel provides Kubernetes Bindings to Otel Variables.<br/>
142134
</td>
143135
<td>false</td>
136+
</tr><tr>
137+
<td><b>runtimeClassName</b></td>
138+
<td>string</td>
139+
<td>
140+
RuntimeClassName is the runtime class name that should be used by pods created
141+
as part of a deployment. This should only be defined when SpintainerImage is not defined.<br/>
142+
</td>
143+
<td>false</td>
144+
</tr><tr>
145+
<td><b>spinImage</b></td>
146+
<td>string</td>
147+
<td>
148+
SpinImage points to an image that will run Spin in a container to execute
149+
your SpinApp. This is an alternative to using the shim to execute your
150+
SpinApp. This should only be defined when RuntimeClassName is not
151+
defined. When specified, application images must be available without
152+
authentication.<br/>
153+
</td>
154+
<td>false</td>
144155
</tr></tbody>
145156
</table>
146157

0 commit comments

Comments
 (0)