public interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1JSONSchemaPropsFluent.AllOfNested<N> |
static interface |
V1JSONSchemaPropsFluent.AnyOfNested<N> |
static interface |
V1JSONSchemaPropsFluent.ExternalDocsNested<N> |
static interface |
V1JSONSchemaPropsFluent.NotNested<N> |
static interface |
V1JSONSchemaPropsFluent.OneOfNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
addAllToAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
addAllToEnum(Collection<Object> items) |
A |
addAllToOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
addAllToRequired(Collection<String> items) |
V1JSONSchemaPropsFluent.AllOfNested<A> |
addNewAllOf() |
V1JSONSchemaPropsFluent.AllOfNested<A> |
addNewAllOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
addNewAnyOf() |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
addNewAnyOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
V1JSONSchemaPropsFluent.OneOfNested<A> |
addNewOneOf() |
V1JSONSchemaPropsFluent.OneOfNested<A> |
addNewOneOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
addNewRequired(String original) |
A |
addToAllOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
addToAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
addToAnyOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
addToAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
addToDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
addToDefinitions(String key,
io.kubernetes.client.openapi.models.V1JSONSchemaProps value) |
A |
addToDependencies(Map<String,Object> map) |
A |
addToDependencies(String key,
Object value) |
A |
addToEnum(int index,
Object item) |
A |
addToEnum(Object... items) |
A |
addToOneOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
addToOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
addToPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
addToPatternProperties(String key,
io.kubernetes.client.openapi.models.V1JSONSchemaProps value) |
A |
addToProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
addToProperties(String key,
io.kubernetes.client.openapi.models.V1JSONSchemaProps value) |
A |
addToRequired(int index,
String item) |
A |
addToRequired(String... items) |
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
buildAllOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildAllOf(int index) |
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
buildAnyOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildAnyOf(int index) |
io.kubernetes.client.openapi.models.V1ExternalDocumentation |
buildExternalDocs() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildFirstAllOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildFirstAnyOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildFirstOneOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildLastAllOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildLastAnyOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildLastOneOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildNot() |
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
buildOneOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildOneOf(int index) |
V1JSONSchemaPropsFluent.AllOfNested<A> |
editAllOf(int index) |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
editAnyOf(int index) |
V1JSONSchemaPropsFluent.ExternalDocsNested<A> |
editExternalDocs() |
V1JSONSchemaPropsFluent.AllOfNested<A> |
editFirstAllOf() |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
editFirstAnyOf() |
V1JSONSchemaPropsFluent.OneOfNested<A> |
editFirstOneOf() |
V1JSONSchemaPropsFluent.AllOfNested<A> |
editLastAllOf() |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
editLastAnyOf() |
V1JSONSchemaPropsFluent.OneOfNested<A> |
editLastOneOf() |
V1JSONSchemaPropsFluent.AllOfNested<A> |
editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
V1JSONSchemaPropsFluent.OneOfNested<A> |
editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
V1JSONSchemaPropsFluent.NotNested<A> |
editNot() |
V1JSONSchemaPropsFluent.OneOfNested<A> |
editOneOf(int index) |
V1JSONSchemaPropsFluent.ExternalDocsNested<A> |
editOrNewExternalDocs() |
V1JSONSchemaPropsFluent.ExternalDocsNested<A> |
editOrNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) |
V1JSONSchemaPropsFluent.NotNested<A> |
editOrNewNot() |
V1JSONSchemaPropsFluent.NotNested<A> |
editOrNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
Object |
getAdditionalItems() |
Object |
getAdditionalProperties() |
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getAllOf()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getAnyOf()
Deprecated.
|
Object |
getDefault() |
Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getDefinitions() |
Map<String,Object> |
getDependencies() |
String |
getDescription() |
List<Object> |
getEnum() |
Object |
getEnum(int index) |
Object |
getExample() |
Boolean |
getExclusiveMaximum() |
Boolean |
getExclusiveMinimum() |
io.kubernetes.client.openapi.models.V1ExternalDocumentation |
getExternalDocs()
Deprecated.
|
Object |
getFirstEnum() |
String |
getFirstRequired() |
String |
getFormat() |
String |
getId() |
Object |
getItems() |
Object |
getLastEnum() |
String |
getLastRequired() |
Object |
getMatchingEnum(Predicate<Object> predicate) |
String |
getMatchingRequired(Predicate<String> predicate) |
Double |
getMaximum() |
Long |
getMaxItems() |
Long |
getMaxLength() |
Long |
getMaxProperties() |
Double |
getMinimum() |
Long |
getMinItems() |
Long |
getMinLength() |
Long |
getMinProperties() |
Double |
getMultipleOf() |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
getNot()
Deprecated.
|
Boolean |
getNullable() |
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getOneOf()
Deprecated.
|
String |
getPattern() |
Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getPatternProperties() |
Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> |
getProperties() |
String |
getRef() |
List<String> |
getRequired() |
String |
getRequired(int index) |
String |
getSchema() |
String |
getTitle() |
String |
getType() |
Boolean |
getUniqueItems() |
Boolean |
hasAdditionalItems() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAllOf() |
Boolean |
hasAnyOf() |
Boolean |
hasDefault() |
Boolean |
hasDefinitions() |
Boolean |
hasDependencies() |
Boolean |
hasDescription() |
Boolean |
hasEnum() |
Boolean |
hasExample() |
Boolean |
hasExclusiveMaximum() |
Boolean |
hasExclusiveMinimum() |
Boolean |
hasExternalDocs() |
Boolean |
hasFormat() |
Boolean |
hasId() |
Boolean |
hasItems() |
Boolean |
hasMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
Boolean |
hasMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
Boolean |
hasMatchingEnum(Predicate<Object> predicate) |
Boolean |
hasMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
Boolean |
hasMatchingRequired(Predicate<String> predicate) |
Boolean |
hasMaximum() |
Boolean |
hasMaxItems() |
Boolean |
hasMaxLength() |
Boolean |
hasMaxProperties() |
Boolean |
hasMinimum() |
Boolean |
hasMinItems() |
Boolean |
hasMinLength() |
Boolean |
hasMinProperties() |
Boolean |
hasMultipleOf() |
Boolean |
hasNot() |
Boolean |
hasNullable() |
Boolean |
hasOneOf() |
Boolean |
hasPattern() |
Boolean |
hasPatternProperties() |
Boolean |
hasProperties() |
Boolean |
hasRef() |
Boolean |
hasRequired() |
Boolean |
hasSchema() |
Boolean |
hasTitle() |
Boolean |
hasType() |
Boolean |
hasUniqueItems() |
A |
removeAllFromAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
removeAllFromAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
removeAllFromEnum(Collection<Object> items) |
A |
removeAllFromOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) |
A |
removeAllFromRequired(Collection<String> items) |
A |
removeFromAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
removeFromAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
removeFromDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
removeFromDefinitions(String key) |
A |
removeFromDependencies(Map<String,Object> map) |
A |
removeFromDependencies(String key) |
A |
removeFromEnum(Object... items) |
A |
removeFromOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) |
A |
removeFromPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
removeFromPatternProperties(String key) |
A |
removeFromProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) |
A |
removeFromProperties(String key) |
A |
removeFromRequired(String... items) |
A |
removeMatchingFromAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
A |
removeMatchingFromAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
A |
removeMatchingFromOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) |
V1JSONSchemaPropsFluent.AllOfNested<A> |
setNewAllOfLike(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
V1JSONSchemaPropsFluent.AnyOfNested<A> |
setNewAnyOfLike(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
V1JSONSchemaPropsFluent.OneOfNested<A> |
setNewOneOfLike(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
setToAllOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
setToAnyOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
setToEnum(int index,
Object item) |
A |
setToOneOf(int index,
io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
setToRequired(int index,
String item) |
A |
withAdditionalItems(Object additionalItems) |
A |
withAdditionalProperties(Object additionalProperties) |
A |
withAllOf(List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> allOf) |
A |
withAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... allOf) |
A |
withAnyOf(List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> anyOf) |
A |
withAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... anyOf) |
A |
withDefault(Object _default) |
<K,V> A |
withDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> definitions) |
<K,V> A |
withDependencies(Map<String,Object> dependencies) |
A |
withDescription(String description) |
A |
withEnum(List<Object> _enum) |
A |
withEnum(Object... _enum) |
A |
withExample(Object example) |
A |
withExclusiveMaximum(Boolean exclusiveMaximum) |
A |
withExclusiveMinimum(Boolean exclusiveMinimum) |
A |
withExternalDocs(io.kubernetes.client.openapi.models.V1ExternalDocumentation externalDocs) |
A |
withFormat(String format) |
A |
withId(String id) |
A |
withItems(Object items) |
A |
withMaximum(Double maximum) |
A |
withMaxItems(Long maxItems) |
A |
withMaxLength(Long maxLength) |
A |
withMaxProperties(Long maxProperties) |
A |
withMinimum(Double minimum) |
A |
withMinItems(Long minItems) |
A |
withMinLength(Long minLength) |
A |
withMinProperties(Long minProperties) |
A |
withMultipleOf(Double multipleOf) |
A |
withNewDescription(String original)
Deprecated.
|
V1JSONSchemaPropsFluent.ExternalDocsNested<A> |
withNewExternalDocs() |
V1JSONSchemaPropsFluent.ExternalDocsNested<A> |
withNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) |
A |
withNewFormat(String original)
Deprecated.
|
A |
withNewId(String original)
Deprecated.
|
V1JSONSchemaPropsFluent.NotNested<A> |
withNewNot() |
V1JSONSchemaPropsFluent.NotNested<A> |
withNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
withNewPattern(String original)
Deprecated.
|
A |
withNewRef(String original)
Deprecated.
|
A |
withNewSchema(String original)
Deprecated.
|
A |
withNewTitle(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withNot(io.kubernetes.client.openapi.models.V1JSONSchemaProps not) |
A |
withNullable(Boolean nullable) |
A |
withOneOf(List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> oneOf) |
A |
withOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... oneOf) |
A |
withPattern(String pattern) |
<K,V> A |
withPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> patternProperties) |
<K,V> A |
withProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> properties) |
A |
withRef(String $ref) |
A |
withRequired(List<String> required) |
A |
withRequired(String... required) |
A |
withSchema(String $schema) |
A |
withTitle(String title) |
A |
withType(String type) |
A |
withUniqueItems(Boolean uniqueItems) |
String getRef()
Boolean hasRef()
@Deprecated A withNewRef(String original)
String getSchema()
Boolean hasSchema()
@Deprecated A withNewSchema(String original)
Object getAdditionalItems()
Boolean hasAdditionalItems()
Object getAdditionalProperties()
Boolean hasAdditionalProperties()
A addToAllOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A setToAllOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A addToAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A addAllToAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeFromAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A removeAllFromAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeMatchingFromAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> getAllOf()
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> buildAllOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildAllOf(int index)
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstAllOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastAllOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... allOf)
Boolean hasAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AllOfNested<A> editAllOf(int index)
V1JSONSchemaPropsFluent.AllOfNested<A> editFirstAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> editLastAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A addToAnyOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A setToAnyOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A addToAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A addAllToAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeFromAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A removeAllFromAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeMatchingFromAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> getAnyOf()
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> buildAnyOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildAnyOf(int index)
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstAnyOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastAnyOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... anyOf)
Boolean hasAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AnyOfNested<A> editAnyOf(int index)
V1JSONSchemaPropsFluent.AnyOfNested<A> editFirstAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> editLastAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Object getDefault()
Boolean hasDefault()
A addToDefinitions(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value)
A addToDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
A removeFromDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
<K,V> A withDefinitions(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> definitions)
Boolean hasDefinitions()
Boolean hasDependencies()
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String original)
A addAllToEnum(Collection<Object> items)
A removeAllFromEnum(Collection<Object> items)
Object getEnum(int index)
Object getFirstEnum()
Object getLastEnum()
Boolean hasEnum()
Object getExample()
Boolean hasExample()
Boolean getExclusiveMaximum()
Boolean hasExclusiveMaximum()
Boolean getExclusiveMinimum()
Boolean hasExclusiveMinimum()
@Deprecated io.kubernetes.client.openapi.models.V1ExternalDocumentation getExternalDocs()
io.kubernetes.client.openapi.models.V1ExternalDocumentation buildExternalDocs()
A withExternalDocs(io.kubernetes.client.openapi.models.V1ExternalDocumentation externalDocs)
Boolean hasExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item)
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String original)
String getId()
Boolean hasId()
@Deprecated A withNewId(String original)
Object getItems()
Boolean hasItems()
Long getMaxItems()
Boolean hasMaxItems()
Long getMaxLength()
Boolean hasMaxLength()
Long getMaxProperties()
Boolean hasMaxProperties()
Double getMaximum()
Boolean hasMaximum()
Long getMinItems()
Boolean hasMinItems()
Long getMinLength()
Boolean hasMinLength()
Long getMinProperties()
Boolean hasMinProperties()
Double getMinimum()
Boolean hasMinimum()
Double getMultipleOf()
Boolean hasMultipleOf()
@Deprecated io.kubernetes.client.openapi.models.V1JSONSchemaProps getNot()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildNot()
A withNot(io.kubernetes.client.openapi.models.V1JSONSchemaProps not)
Boolean hasNot()
V1JSONSchemaPropsFluent.NotNested<A> withNewNot()
V1JSONSchemaPropsFluent.NotNested<A> withNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.NotNested<A> editNot()
V1JSONSchemaPropsFluent.NotNested<A> editOrNewNot()
V1JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
Boolean getNullable()
Boolean hasNullable()
A addToOneOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A setToOneOf(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
A addToOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A addAllToOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeFromOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items)
A removeAllFromOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items)
A removeMatchingFromOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> getOneOf()
List<io.kubernetes.client.openapi.models.V1JSONSchemaProps> buildOneOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildOneOf(int index)
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstOneOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastOneOf()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... oneOf)
Boolean hasOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(int index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.OneOfNested<A> editOneOf(int index)
V1JSONSchemaPropsFluent.OneOfNested<A> editFirstOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> editLastOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
String getPattern()
Boolean hasPattern()
@Deprecated A withNewPattern(String original)
A addToPatternProperties(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value)
A addToPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
A removeFromPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> getPatternProperties()
<K,V> A withPatternProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> patternProperties)
Boolean hasPatternProperties()
A addToProperties(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value)
A addToProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
A removeFromProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> map)
<K,V> A withProperties(Map<String,io.kubernetes.client.openapi.models.V1JSONSchemaProps> properties)
Boolean hasProperties()
A addAllToRequired(Collection<String> items)
A removeAllFromRequired(Collection<String> items)
String getRequired(int index)
String getFirstRequired()
String getLastRequired()
Boolean hasRequired()
String getTitle()
Boolean hasTitle()
@Deprecated A withNewTitle(String original)
String getType()
Boolean hasType()
@Deprecated A withNewType(String original)
Boolean getUniqueItems()
Boolean hasUniqueItems()
Copyright © 2021. All rights reserved.