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

Add status object schema to CRD. #254

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

skidder
Copy link
Contributor

@skidder skidder commented Apr 28, 2022

Fixes #253

Adds the status object schema to the CRD to address problems with newer releases of Kubernetes (e.g. 1.20+) that validate CRD data. This might not be required in earlier Kubernetes releases.

@skidder
Copy link
Contributor Author

skidder commented Jul 25, 2022

Added a commit to permit the lastFailingTime and lastCheckpointTime CRD status fields to be null, which must be indicated in the CRD schema for Kubernetes clusters older than 1.20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CRD schema required for object validation in newer Kubernetes releases
3 participants