|
|
@@ -27,7 +27,7 @@ public class ConfigVO {
|
|
|
private static final ConfigContent EMPTY_CONFIG_CONTENT;
|
|
|
|
|
|
static {
|
|
|
- EMPTY_CONFIG_CONTENT = new ConfigContent(null, Collections.emptyMap(), null, null, Collections.emptyMap(), Collections.emptyMap(), null, null);
|
|
|
+ EMPTY_CONFIG_CONTENT = new ConfigContent(null, Collections.emptyMap(), null, null, Collections.emptyMap(), Collections.emptyMap(), null, null, Collections.emptyMap());
|
|
|
}
|
|
|
|
|
|
public static ConfigVO getEmptyConfigVO(ConfigBelongsToType configBelongs, Integer entityId) {
|
|
|
@@ -89,6 +89,9 @@ public class ConfigVO {
|
|
|
@JsonProperty("replicas")
|
|
|
private Integer replicas;
|
|
|
|
|
|
+ @JsonProperty("ingressAnnotations")
|
|
|
+ private Map<String, Map<String, String>> ingressAnnotations;
|
|
|
+
|
|
|
@JsonIgnore()
|
|
|
public boolean isValid() {
|
|
|
return servicePort != null && hostPrefix != null;
|