ObjectMeta constructor
const
ObjectMeta({
- Map<
String, String> ? annotations, - DateTime? creationTimestamp,
- int? deletionGracePeriodSeconds,
- DateTime? deletionTimestamp,
- List<
String> ? finalizers, - String? generateName,
- int? generation,
- Map<
String, String> ? labels, - List<
ManagedFieldsEntry> ? managedFields, - String? name,
- String? namespace,
- List<
OwnerReference> ? ownerReferences, - String? resourceVersion,
- String? selfLink,
- String? uid,
Default constructor.
Implementation
const ObjectMeta({
this.annotations,
this.creationTimestamp,
this.deletionGracePeriodSeconds,
this.deletionTimestamp,
this.finalizers,
this.generateName,
this.generation,
this.labels,
this.managedFields,
this.name,
this.namespace,
this.ownerReferences,
this.resourceVersion,
this.selfLink,
this.uid,
});