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

quick doc on schemas #37

Merged
merged 2 commits into from
Jul 24, 2023
Merged

quick doc on schemas #37

merged 2 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. quick doc on schemas

    Signed-off-by: clux <[email protected]>
    clux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f5d6296 View commit details
    Browse the repository at this point in the history
  2. xtra link

    Signed-off-by: clux <[email protected]>
    
    i# ------------------------ >8 ------------------------
    diff --git a/docs/controllers/schemas.md b/docs/controllers/schemas.md
    index 35c61c0..79748b7 100644
    --- a/docs/controllers/schemas.md
    +++ b/docs/controllers/schemas.md
    @@ -35,6 +35,8 @@ See [CustomResource#versioning](https://docs.rs/kube/latest/kube/derive.CustomRe
     ## Validation
     Kubernetes >1.25 supports including [validation rules in the openapi schema](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules), and there are a couple of ways to include these.
    
    +See the [Openapi V3 blogpost for more context](https://kubernetes.io/blog/2023/04/24/openapi-v3-field-validation-ga/).
    +
     ### Manual Writing
     This can be done by following upstream docs, and doing manual [[#overriding]].
    clux committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3710ddb View commit details
    Browse the repository at this point in the history