Joel Speed
Joel Speed
Title is a new one to me, can you expand on the use case at all? What is the effect of the title on the openapi schema? Is this somehow...
At the moment, I don't entirely understand the use case, and if we are going to add this, I'd expect a wider use case that covers Kubernetes in general, and...
Can you possibly provide a concrete example of what a field name and title might look like? I'm thinking about Kube conventions. For documentation on fields, we start the comment...
I can see the argument here, I'd be interested to get the opinion of the sig-api-machinery folks though, in case they know of any existing use case for the field...
@braghettos I believe you tested and adding a title key to the CRD schema does mean it's exposed via openapi right? I thought you mentioned that to me in DM?
Which Go type is being marshalled to produce the `creationTimestamp: null` entry in your particular use case?
Right, so this is unfortunate. Realistically, the current behaviour is correct. You don't actually want a `CreationTimestamp` field within that object meta. It's a field that can only be set...
I could see a marker working to enable the change assuming we make sure the current behaviour is the default
I'm wondering if a pathable `skip` marker would be the best solution to this issue, allowing folks to, using something generic and re-usable, just ignore the `creationTimestamp` by adding a...
The skip marker would allow those who have embedded a type with a creationTimestamp within it, so tell the CRD generator not to include the schema for that field, thus...