NamespaceSpec class
NamespaceSpec describes the attributes on a Namespace.
Constructors
-
NamespaceSpec({List<
String> ? finalizers}) -
Default constructor.
const
-
NamespaceSpec.fromJson(Map<
String, dynamic> json) -
Creates a NamespaceSpec from JSON data.
factory
Properties
-
finalizers
→ List<
String> ? -
Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 NamespaceSpec instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited