-
I am trying to figure out what to put in the Kubernetes section of the config webhook response and am having a little trouble determining what it should look like. According to the OpenAPI page there doesn't appear to be a "connection" parameter, however on the reference manual section it shows: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey there, We recently discovered a bug in the OpenAPI generation process in 0.4.1, so our current OpenAPI documentation is, unfortunately, incorrect and we didn't have time to fix it yet. We are closing in on the 0.5 release which will fix this. In the mean time, you can use the reference manual. The spec part of the container is equivalent to the Kubernetes PodSpec. You can use the kubectl explain command to explore the data structure. If you need further help, please feel free to join the ContainerSSH Slack for debugging help. |
Beta Was this translation helpful? Give feedback.
-
Perfect thank you! |
Beta Was this translation helpful? Give feedback.
Hey there,
We recently discovered a bug in the OpenAPI generation process in 0.4.1, so our current OpenAPI documentation is, unfortunately, incorrect and we didn't have time to fix it yet. We are closing in on the 0.5 release which will fix this.
In the mean time, you can use the reference manual. The spec part of the container is equivalent to the Kubernetes PodSpec. You can use the kubectl explain command to explore the data structure.
If you need further help, please feel free to join the ContainerSSH Slack for debugging help.