Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatefulSet is missing several field, and the spec.templates field should be mandatory #103

Closed
doriordan opened this issue Jan 13, 2018 · 0 comments · Fixed by #104
Closed

Comments

@doriordan
Copy link
Owner

doriordan commented Jan 13, 2018

Stateful spec is missing multiple (optional but useful) spec and status fields such as revisionHistoryLimit, currentReplicas, PodManagementPolicy, UpdateStrategy and some others.
Also StatefulSet.Spec.templates field is defined as an Option type, but the template is mandatory per k8s API definition of StatefulSet

doriordan added a commit that referenced this issue Jan 13, 2018
- Enhances StatefulSet to resolve #103
- Adds method deleteWithOptions to resolve #44
- Fixes #102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant