NetworkPolicyStatusArgs

data class NetworkPolicyStatusArgs(val conditions: Output<List<ConditionArgs>>? = null) : ConvertibleToJava<NetworkPolicyStatusArgs>

NetworkPolicyStatus describe the current state of the NetworkPolicy.

Constructors

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

Properties

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

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

Functions

Link copied to clipboard
open override fun toJava(): NetworkPolicyStatusArgs