Replies: 1 comment
-
not included but you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating an admission controller to handle tainting new nodes in AKS. The "k8s.io/api/admission/v1beta1" for go defines a v1beta1.AdmissionReview struct. Does this c# library have a similar class? I'm not seeing anything in the documentation or examples, and I'm not sure what type I should deserialize the admission review into. I have a .NET Core web api with a simple controller action expecting a POST request:
Beta Was this translation helpful? Give feedback.
All reactions