dotnet-operator-sdk icon indicating copy to clipboard operation
dotnet-operator-sdk copied to clipboard

[feature]: Support for the subresources

Open jackmtpt opened this issue 5 months ago • 0 comments

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

jackmtpt avatar Jul 17 '25 08:07 jackmtpt