Class V1NetworkPolicyStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NetworkPolicyStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NetworkPolicyStatus
extends Object
NetworkPolicyStatus describes the current state of the NetworkPolicy.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddconditionsItem
(V1Condition conditionsItem) Add an item to the conditions property in a chainable fashion.conditions
(List<@Valid V1Condition> conditions) Set conditions in a chainable fashion.boolean
List<@Valid V1Condition>
conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy.int
hashCode()
void
setConditions
(List<@Valid V1Condition> conditions) Set the conditions property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
-
Constructor Details
-
V1NetworkPolicyStatus
public V1NetworkPolicyStatus()
-
-
Method Details
-
getConditions
conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state- Returns:
- the conditions property value
-
setConditions
Set the conditions property value -
conditions
Set conditions in a chainable fashion.- Returns:
- The same instance of V1NetworkPolicyStatus for chaining.
-
addconditionsItem
Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1NetworkPolicyStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-