conditions property

List<Condition>? conditions
final

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

Implementation

final List<Condition>? conditions;