title | |
---|---|
|
The {CRD name}
CustomResourceDefinition (CRD) is a detailed description of the kind of data and the format used to {provide the CRD description}. To get the up-to-date CRD and show the output in the yaml
format, run this command:
kubectl get crd {CRD name} -o yaml
This is a sample resource that {provide a description of what the example presents}.
apiVersion:
kind:
metadata:
name:
{another_field}:
This table lists all the possible parameters of a given resource together with their descriptions:
Parameter | Required | Description |
---|---|---|
metadata.name | Yes | Specifies the name of the CR. |
{another_parameter} | {Yes/No} | {Parameter description} |
These are the resources related to this CR:
Custom resource | Description |
---|---|
{Related CRD kind} | {Briefly describe the relation between the resources}. |
These components use this CR:
Component | Description |
---|---|
{Component name} | {Briefly describe the relation between the CR and the given component}. |