vcenter namespaces: ingress rule value

An ingress_rule_value contains the data that describes an Ingress rule in Kubernetes.

Representation:

{
    "path""string",
    "port"1,
    "host""string",
    "name""string"
}

Attributes:

Name Type Description
Required
host string The Ingress's host.

path string The Ingress's path filter.

name string The Ingress's name.

port long The Ingress's service port.