NamespaceStatusArgs

data class NamespaceStatusArgs(val conditions: Output<List<NamespaceConditionArgs>>? = null, val phase: Output<String>? = null) : ConvertibleToJava<NamespaceStatusArgs>

NamespaceStatus is information about the current status of a Namespace.

Constructors

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

Properties

Link copied to clipboard
val conditions: Output<List<NamespaceConditionArgs>>? = null

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

Link copied to clipboard
val phase: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): NamespaceStatusArgs