The Kuadrant Custom Resource Definition (CRD)¶
kuadrant¶
Field | Type | Required | Description |
---|---|---|---|
spec |
KuadrantSpec | No | Blank specification |
status |
KuadrantStatus | No | The status for the custom resources. |
KuadrantSpec¶
Field | Type | Required | Description |
---|---|---|---|
observability |
Observability | No | Kuadrant observability configuration. |
mtls |
mTLS | No | Two way authentication between kuadrant components. |
mTLS¶
Field | Type | Required | Description |
---|---|---|---|
enable |
Boolean | No | Enable mutual authentication communication between the gateway and the kuadrant data plane components. Default: false |
Observability¶
Field | Type | Required | Description |
---|---|---|---|
enable |
Boolean | No | Enable observability on kuadrant. Default: false |
KuadrantStatus¶
Field | Type | Description |
---|---|---|
observedGeneration |
String | Number of the last observed generation of the resource. Use it to check if the status info is up to date with latest resource spec. |
conditions |
[]ConditionSpec | List of conditions that define that status of the resource. |