NetworkPolicyStatusArgs

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

NetworkPolicyStatus describes the current state of the NetworkPolicy.

Constructors

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

Functions

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

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