NamespaceStatusPatch

data class NamespaceStatusPatch(val conditions: List<NamespaceConditionPatch>? = null, val phase: String? = null)

NamespaceStatus is information about the current status of a Namespace.

Constructors

Link copied to clipboard
constructor(conditions: List<NamespaceConditionPatch>? = null, phase: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the latest available observations of a namespace's current state.

Link copied to clipboard
val phase: String? = null

Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/