Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Write Mutating Admission Controller for handling Defaulting #163

Open
christopherhein opened this issue Feb 7, 2019 · 0 comments
Open
Labels
code-generation Code generation library pkg/operator Package for the operators

Comments

@christopherhein
Copy link
Contributor

Currently with CRDs the only want to implement default values in a meaningful way is to use a Mutating Webhook which will fill out the manifests.

CRD features - https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#advanced-features-and-flexibility

Mutating Webhook Doc - https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook-beta-in-1-9

@christopherhein christopherhein added code-generation Code generation library pkg/operator Package for the operators labels Feb 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code-generation Code generation library pkg/operator Package for the operators
Projects
None yet
Development

No branches or pull requests

1 participant