[FE]: Custom CRDs columns #19
Labels
enhancement
Request for enhancement
good first issue
Good for newcomers
v1beta4
This change has to be done in the v1beta4 branch
Roadmap 2025/04 Custom CRDs columns
Add custom columns to the CRDs
RemoteUser
,RemoteUserBinding
andRemoteSyncer
in order to have a nice preview of the resources using the client tools (such askubectl
).What to do
Use the
kubebuilder
framework's CRD Generation marker.The concerned marker is
// +kubebuilder:printcolumn
. Please refer to this example to use this marker.CRDs columns
This parts describes the custom columns for each object.
RemoteUser
.spec.email
.spec.gitBaseDomainFQDN
.status.secretBoundStatus
RemoteUserBinding
.status.userKubernetesID
.status.state
RemoteSyncer
.status.lastPushedObjectState.lastPushedObjectTime
.status.lastPushedObjectState.lastPushedObject.name
.status.lastBypassedObjectState.lastBypassObjectTime
.status.lastBypassedObjectState.lastBypassObject.name
Additional context
If you have any questions, please tag @damsien.
The text was updated successfully, but these errors were encountered: