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
When I try to create a deployment YAML with startupProbe in its containers and deploy the YAML file with this plugin, Jenkins build gives me below error:
Unable to find property 'startupProbe' on class: io.kubernetes.client.openapi.models.V1Container
Hi,
When I try to create a deployment YAML with startupProbe in its containers and deploy the YAML file with this plugin, Jenkins build gives me below error:
Unable to find property 'startupProbe' on class: io.kubernetes.client.openapi.models.V1Container
It looks like the latest version of the plugin is still using kubernetes-client java library 7.0.0, which misses startupProbe V1Container.md https://github.com/kubernetes-client/java/blob/client-java-parent-7.0.0/kubernetes/docs/V1Container.md
Is there any plan to upgrade the kubenetes-client java library dependency to the latest version (or newer version)?
The text was updated successfully, but these errors were encountered: