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
Describe the bug conditionType has been changed to enum V1PodReadinessGate.ConditionTypeEnum in v15.0.0 which prevents from using custom checks.
In previous versions it was a String which allowed to set the name of the check directly, without it anyone using a custom readiness check is forced to stay on v14.x.
Client Version
v15.0.0
Kubernetes Version
e.g. 1.19.3
Java Version
Java 11
To Reproduce
This is no longer valid.
new V1PodReadinessGate()
.conditionType("MyGate")
Expected behavior
An alternative to be able custom gates should be provided, maybe using something different than an enum or having another setter method.
KubeConfig
n/a
Server (please complete the following information):
n/a