Class V1NamespaceStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NamespaceStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NamespaceStatus
extends Object
NamespaceStatus is information about the current status of a Namespace.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddconditionsItem
(V1NamespaceCondition conditionsItem) Add an item to the conditions property in a chainable fashion.conditions
(List<@Valid V1NamespaceCondition> conditions) Set conditions in a chainable fashion.boolean
List<@Valid V1NamespaceCondition>
Represents the latest available observations of a namespace's current state.getPhase()
Phase is the current lifecycle phase of the namespace.int
hashCode()
Set phase in a chainable fashion.void
setConditions
(List<@Valid V1NamespaceCondition> conditions) Set the conditions property valuevoid
Set the phase property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_PHASE
- See Also:
-
-
Constructor Details
-
V1NamespaceStatus
public V1NamespaceStatus()
-
-
Method Details
-
getConditions
Represents the latest available observations of a namespace's current state.- Returns:
- the conditions property value
-
setConditions
Set the conditions property value -
conditions
Set conditions in a chainable fashion.- Returns:
- The same instance of V1NamespaceStatus for chaining.
-
addconditionsItem
Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1NamespaceStatus for chaining.
-
getPhase
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/- Returns:
- the phase property value
-
setPhase
Set the phase property value -
phase
Set phase in a chainable fashion.- Returns:
- The same instance of V1NamespaceStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-