InlineContainerIngressPolicy1
{
"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"
}
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.
Identifier of the container cluster this ingress policy belongs to.
Identifier of the project which this container ingress belongs to.
Identifier of the container ingress policy.
Specifies list for ingress points for the load balancer.
Network status of container ingress.
Array of additional specific properties of container ingress in key-value format.
Container ingress policy specification.