Class V1NamespaceStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1NamespaceStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1NamespaceStatus
extends Object
NamespaceStatus is information about the current status of a Namespace.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionsItem
(V1NamespaceCondition conditionsItem) conditions
(List<V1NamespaceCondition> conditions) boolean
Represents the latest available observations of a namespace's current state.getPhase()
Phase is the current lifecycle phase of the namespace.int
hashCode()
void
setConditions
(List<V1NamespaceCondition> conditions) void
toString()
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
SERIALIZED_NAME_PHASE
- See Also:
-
-
Constructor Details
-
V1NamespaceStatus
public V1NamespaceStatus()
-
-
Method Details
-
conditions
-
addConditionsItem
-
getConditions
Represents the latest available observations of a namespace's current state.- Returns:
- conditions
-
setConditions
-
phase
-
getPhase
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/- Returns:
- phase
-
setPhase
-
equals
-
hashCode
public int hashCode() -
toString
-