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
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
From @helgi on September 15, 2016 21:13
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 investigatingCopied from original issue: deis/controller#1070
The text was updated successfully, but these errors were encountered: