NetworkPolicyStatus

data class NetworkPolicyStatus(val conditions: List<Condition>? = null)

NetworkPolicyStatus describe the current state of the NetworkPolicy.

Constructors

Link copied to clipboard
constructor(conditions: List<Condition>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conditions: List<Condition>? = null

Conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state