You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kubernetes-a...@googlegroups.com
What is our thinking about API types for which there is no status.
Consider ConfigMap (also applicable to other CRDs).
In hindsight would we nest the `data` under a `spec` block for
consistency across all types, or do we want stronger guidance about
when it's ok not to have `spec` ?
Current doc says:
Objects whose state cannot vary from the user's desired intent MAY
have only "spec", and MAY rename "spec" to a more appropriate name