Class MetadataTemplate

java.lang.Object
io.debezium.operator.api.model.runtime.templates.MetadataTemplate
All Implemented Interfaces:
Serializable

public class MetadataTemplate extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • labels

      @JsonPropertyDescription("Labels added to the Kubernetes resource") private Map<String,String> labels
    • annotations

      @JsonPropertyDescription("Annotations added to the Kubernetes resource") private Map<String,String> annotations
  • Constructor Details

    • MetadataTemplate

      public MetadataTemplate()
  • Method Details