NetworkPoliciesResponse

data class NetworkPoliciesResponse(val egress: String? = null, val ingress: String? = null)

Default network policy of the namespace, specifying ingress and egress rules.

Constructors

Link copied to clipboard
constructor(egress: String? = null, ingress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val egress: String? = null

Egress policy for the network.

Link copied to clipboard
val ingress: String? = null

Ingress policy for the network.