public interface KubernetesJSONSchemaProps
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFormat() |
String |
getType() |
void |
setDefault(com.fasterxml.jackson.databind.JsonNode tree) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setMaximum(Double max) |
void |
setMinimum(Double min) |
void |
setNullable(Boolean nullable) |
void |
setPattern(String pattern) |
void |
setRequired(List<String> required) |
void |
setXKubernetesPreserveUnknownFields(Boolean b) |
String getType()
String getFormat()
String getDescription()
void setXKubernetesPreserveUnknownFields(Boolean b)
void setMaximum(Double max)
void setMinimum(Double min)
void setPattern(String pattern)
void setFormat(String format)
void setNullable(Boolean nullable)
void setDefault(com.fasterxml.jackson.databind.JsonNode tree)
void setDescription(String description)
Copyright © 2015–2024 Red Hat. All rights reserved.