Network Policy Port Patch
data class NetworkPolicyPortPatch(val endPort: Int? = null, val port: Either<Int, String>? = null, val protocol: String? = null)
NetworkPolicyPort describes a port to allow traffic on
Constructors
Link copied to clipboard
fun NetworkPolicyPortPatch(endPort: Int? = null, port: Either<Int, String>? = null, protocol: String? = null)