ClusterOutput attributes enabledNamespaces
and protected
are undocumented
#1900
Labels
Milestone
enabledNamespaces
and protected
are undocumented
#1900
Describe the bug:
ClusterOutput.spec.enabledNamespaces
is completely undocumented:description
.ClusterOutput.spec.protected
is not adequately documented:description
.Moreover, it appears that
enabledNamespaces
is not even used by the operator; I could only find it being declared in the CRD/schema specs. If it is truly unused, it should be removed from the CRD.Expected behaviour:
The CRD should ship with descriptions of what the attributes actually do.
The documentation should include descriptions of what the attributes actually do.
Non-function attributes should either be noted as such, or removed.
Steps to reproduce the bug:
N/A
Additional context:
My use case for noticing this was that I'm hoping to find a way to constrain access on a ClusterFlow to only a subset of Flows; the names of these attributes suggest that they might be applicable.
Environment details:
N/A
/kind bug
The text was updated successfully, but these errors were encountered: