NamespaceStatus class

NamespaceStatus is information about the current status of a Namespace.

Constructors

NamespaceStatus({List<NamespaceCondition>? conditions, String? phase})
Default constructor.
const
NamespaceStatus.fromJson(Map<String, dynamic> json)
Creates a NamespaceStatus from JSON data.
factory

Properties

conditions List<NamespaceCondition>?
Represents the latest available observations of a namespace's current state.
final
hashCode int
The hash code for this object.
no setterinherited
phase String?
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a NamespaceStatus instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited