OpenShift · JSON Structure

Openshift Rest Tls Config Structure

Type: object Properties: 6
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

termination certificate key caCertificate destinationCACertificate insecureEdgeTerminationPolicy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TLSConfig",
  "type": "object",
  "properties": {
    "termination": {
      "type": "string"
    },
    "certificate": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "caCertificate": {
      "type": "string"
    },
    "destinationCACertificate": {
      "type": "string"
    },
    "insecureEdgeTerminationPolicy": {
      "type": "string"
    }
  }
}