You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a property with a name of something like IPAddress, the CLI generates a property in the CRD as iPAddress. However, when attempting to post that object to Kubernetes it uses a field named ipAddress. (Lower case p)
Describe the bug
If you have a property with a name of something like
IPAddress
, the CLI generates a property in the CRD asiPAddress
. However, when attempting to post that object to Kubernetes it uses a field namedipAddress
. (Lower casep
)To reproduce
Create a class that has a field named
IPAddress
,Generate the CRD with
ddotnet kubeops g op test
The result is this:
Notice the incorrect
iPAddress
casing.Expected behavior
The
IPAddress
property would render asipAddress
in the CRD.Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: