Dockerman Docs
Kubernetes

Custom Resources

List CRDs and inspect or edit custom resource instances.

Dockerman lists CustomResourceDefinitions from the connected cluster with their API group, kind, scope, served versions, and age.

Select a CRD to browse its instances. The instance table shows the name, namespace when applicable, and available actions. You can inspect the object and edit its YAML using the same server dry-run and conflict checks as other supported resources.

Current limitations

  • The CRD table does not calculate instance counts.
  • Dockerman does not render Kubernetes printer columns.
  • The editor does not load CRD OpenAPI schemas for client-side validation or autocomplete.
  • Final acceptance and validation still come from the Kubernetes API server.

These limitations also apply when a CRD itself advertises additional columns or a structural schema.