Skip to content

Add status object schema to CRD. - #254

Open
skidder wants to merge 2 commits into
lyft:masterfrom
skidder:sk-add-schema-for-status
Open

Add status object schema to CRD.#254
skidder wants to merge 2 commits into
lyft:masterfrom
skidder:sk-add-schema-for-status

Conversation

@skidder

@skidder skidder commented Apr 28, 2022

Copy link
Copy Markdown
Contributor

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

skidder commented Jul 25, 2022

Copy link
Copy Markdown
Contributor Author

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