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