public interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getMaximum() |
Integer |
getMinimum() |
String |
getName() |
String |
getPattern() |
Boolean |
getRequired() |
String |
getType() |
Boolean |
hasDescription() |
Boolean |
hasMaximum() |
Boolean |
hasMinimum() |
Boolean |
hasName() |
Boolean |
hasPattern() |
Boolean |
hasRequired() |
Boolean |
hasType() |
A |
withDescription(String description) |
A |
withMaximum(Integer maximum) |
A |
withMinimum(Integer minimum) |
A |
withName(String name) |
A |
withPattern(String pattern) |
A |
withRequired() |
A |
withRequired(Boolean required) |
A |
withType(String type) |
String getName()
Boolean hasName()
String getDescription()
Boolean hasDescription()
String getType()
Boolean hasType()
Integer getMinimum()
Boolean hasMinimum()
Integer getMaximum()
Boolean hasMaximum()
String getPattern()
Boolean hasPattern()
Boolean getRequired()
Boolean hasRequired()
A withRequired()
Copyright © 2018–2023 Red Hat. All rights reserved.