Skip to main content

CustomResourceDefinitions

CustomResourceDefinitions API resource allows you to define custom resources. Defining a CRD object creates a new custom resource with a name and schema that you specify. The Kubernetes API serves and handles the storage of your custom resource. The name of a CRD object must be a valid DNS subdomain name.

Under Resource Types - Extensions you can view a list of the Custom Resource Definitions on the cluster.

Insights