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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Create validation functions for the various Kubernetes requirements
Such as validation what is used to validate the various length and char requirements. Basically DNS validation.
Labels are 63 chars, adhere to DNS specs, etc etc
This would allow a few models to have more unified validation functions, especially the tags validation could do with it.
Question is if this lives inside of the scheduler or not? Problem with it living there is at the end it needs to raise ValidationError for the serializers and friends, but worth investigating
The text was updated successfully, but these errors were encountered:
Create validation functions for the various Kubernetes requirements
Such as validation what is used to validate the various length and char requirements. Basically DNS validation.
Labels are 63 chars, adhere to DNS specs, etc etc
This would allow a few models to have more unified validation functions, especially the tags validation could do with it.
Question is if this lives inside of the
scheduler
or not? Problem with it living there is at the end it needs to raiseValidationError
for the serializers and friends, but worth investigatingThe text was updated successfully, but these errors were encountered: