Ye Ji

Results 3 issues of Ye Ji

Right now, statemachine's cleanup method is of type `func()` instead of `func(*testing.T)`. It might be too late to change the function signature, but it might be worth to support both?...

Previously, the cluster domain is hardcoded to `cluster.local`. This PR adds support for auto detecting the domain by running a DNS query. This addresses the issue #893. **Checklist** * [x]...

K8s does not support mutating selectors and labels on statefulsets at the same time: https://github.com/kubernetes/kubernetes/issues/90519. This PR adds a validation hook to reject mutating additionalLabels, which will cause mutating selectors...