protected static class AbstractJsonSchema.SchemaPropsOptions extends Object
| Constructor and Description |
|---|
SchemaPropsOptions(String defaultValue,
Double min,
Double max,
String pattern,
List<AbstractJsonSchema.KubernetesValidationRule> validationRules,
boolean nullable,
boolean required,
boolean preserveUnknownFields) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDefault() |
Optional<Double> |
getMax() |
Optional<Double> |
getMin() |
Optional<String> |
getPattern() |
boolean |
getRequired() |
List<AbstractJsonSchema.KubernetesValidationRule> |
getValidationRules() |
boolean |
isNullable() |
boolean |
isPreserveUnknownFields() |
public boolean isNullable()
public boolean getRequired()
public boolean isPreserveUnknownFields()
public List<AbstractJsonSchema.KubernetesValidationRule> getValidationRules()
Copyright © 2015–2024 Red Hat. All rights reserved.