InlineContainerIngressPolicy1

InlineContainerIngressPolicy1
InlineContainerIngressPolicy1
JSON Example
{
    "container_application_ids": [
        "string"
    ],
    "container_cluster_id": "string",
    "container_project_id": "string",
    "external_id": "string",
    "load_balance_ingress": [
        {
            "hostname": "string",
            "ip": "string",
            "ports": [
                {
                    "port": 0,
                    "protocol": "string"
                }
            ]
        }
    ],
    "network_errors": [
        "NetworkError Object"
    ],
    "network_status": "string",
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "spec": "string"
}
array of string
container_application_ids
Optional

List of identifiers of the container application , on which ingress policy is applied. e.g. IDs of all services on which the ingress is applied in kubernetes.

string
container_cluster_id
Optional

Identifier of the container cluster this ingress policy belongs to.

string
container_project_id
Optional

Identifier of the project which this container ingress belongs to.

string
external_id
Required

Identifier of the container ingress policy.

load_balance_ingress
Optional

Specifies list for ingress points for the load balancer.

network_errors
Optional

List of network errors related to container ingress.

string
network_status
Optional

Network status of container ingress.

Possible values are : HEALTHY, UNHEALTHY,
origin_properties
Optional

Array of additional specific properties of container ingress in key-value format.

string
spec
Optional

Container ingress policy specification.