TypeMeta class

TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.

Constructors

TypeMeta({String? apiVersion, String? kind})
TypeMeta.fromJson(Map json_)

Properties

apiVersion String?
APIVersion of the resource (e.g. v1).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Kind of the resource (e.g. Deployment).
getter/setter pair
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, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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