async fn register_custom_resource(
kube_client: Client,
versioned_crds: VersionedCrd,
field_manager: &str,
) -> Result<(), Error>Expand description
Registers a custom resource with Kubernetes, the specification of which is automatically derived from the structs.