Describe the solution you'd like
The TridentBackendConfig custom resource is undocumented when inspecting it with kubectl explain:
$ kubectl explain TridentBackendConfig
KIND: TridentBackendConfig
VERSION: trident.netapp.io/v1
DESCRIPTION:
<empty>
Having documentation for the object and each field in the object is immensely helpful when working with the system. This will also contribute to the API being self-documenting, reducing the burden of keeping external docs up-to-date.
Additional context
Documentation for custom resources is defined by the CRD.
Describe the solution you'd like
The TridentBackendConfig custom resource is undocumented when inspecting it with
kubectl explain:Having documentation for the object and each field in the object is immensely helpful when working with the system. This will also contribute to the API being self-documenting, reducing the burden of keeping external docs up-to-date.
Additional context
Documentation for custom resources is defined by the CRD.