Ingress Port Status Patch
data class IngressPortStatusPatch(val error: String? = null, val port: Int? = null, val protocol: String? = null)
IngressPortStatus represents the error condition of a service port
IngressPortStatus represents the error condition of a service port