OpenShift · JSON Structure

Openshift Rest Probe Structure

Type: object Properties: 8
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Probe is a JSON Structure definition published by OpenShift, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

httpGet tcpSocket exec initialDelaySeconds periodSeconds timeoutSeconds successThreshold failureThreshold

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Probe",
  "type": "object",
  "properties": {
    "httpGet": {
      "type": "object"
    },
    "tcpSocket": {
      "type": "object"
    },
    "exec": {
      "type": "object"
    },
    "initialDelaySeconds": {
      "type": "integer"
    },
    "periodSeconds": {
      "type": "integer"
    },
    "timeoutSeconds": {
      "type": "integer"
    },
    "successThreshold": {
      "type": "integer"
    },
    "failureThreshold": {
      "type": "integer"
    }
  }
}