github.com/percona/percona-xtradb-cluster-operator@v1.14.0/config/crd/patches/deprecated-1.5.json (about)

     1  [
     2    {
     3      "op": "add",
     4      "path": "/spec/versions/3",
     5      "value": {
     6        "additionalPrinterColumns": [
     7          {
     8            "jsonPath": ".status.host",
     9            "name": "ENDPOINT",
    10            "type": "string"
    11          },
    12          {
    13            "jsonPath": ".status.state",
    14            "name": "Status",
    15            "type": "string"
    16          },
    17          {
    18            "jsonPath": ".metadata.creationTimestamp",
    19            "name": "Age",
    20            "type": "date"
    21          }
    22        ],
    23        "deprecated": true,
    24        "deprecationWarning": "pxc.percona.com/v1-5-0 PerconaXtraDBCluster is deprecated and will be removed in v1.16.0; see v1.12.0 release notes for instructions to migrate to pxc.percona.com/v1",
    25        "name": "v1-5-0",
    26        "schema": {
    27          "openAPIV3Schema": {
    28            "properties": {
    29              "spec": {
    30                "type": "object",
    31                "x-kubernetes-preserve-unknown-fields": true
    32              },
    33              "status": {
    34                "type": "object",
    35                "x-kubernetes-preserve-unknown-fields": true
    36              }
    37            },
    38            "type": "object"
    39          }
    40        },
    41        "served": false,
    42        "storage": false,
    43        "subresources": {
    44          "status": {}
    45        }
    46      }
    47    }
    48  ]