annotations property

  1. @TagNumber.new(6)
PbMap<String, String> get annotations

Annotations is an unstructured key-value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.

More info: https://kubernetes.io/docs/user-guide/annotations

Implementation

@$pb.TagNumber(6)
$pb.PbMap<$core.String, $core.String> get annotations => $_getMap(5);