dotnet-operator-sdk
dotnet-operator-sdk copied to clipboard
[feature]: Support for the subresources
Is your feature request related to a problem? Please describe.
No response
Describe the solution you would like
I'd like to be able to implement the scale subresource on my CRD so that it can be scaled by an HPA etc. It looks like the current code
https://github.com/dotnet/dotnet-operator-sdk/blob/6b2268f9c1e67001e9a707d07f44458c3940490a/src/KubeOps.Transpiler/Crds.cs#L76
doesn't expose any way to modify this.
Additional Context
No response