| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.apiextensions.v1 |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaPropsOrStringArray |
KubeSchema.getV1JSONSchemaPropsOrStringArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setV1JSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray v1JSONSchemaPropsOrStringArray) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
CustomResourceDefinition customResourceDefinition,
CustomResourceDefinitionCondition customResourceDefinitionCondition,
CustomResourceDefinitionList customResourceDefinitionList,
CustomResourceDefinitionNames customResourceDefinitionNames,
CustomResourceDefinitionSpec customResourceDefinitionSpec,
CustomResourceDefinitionStatus customResourceDefinitionStatus,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
JSONSchemaPropsOrStringArray jSONSchemaPropsOrStringArray,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.ObjectReference objectReference,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.PatchOptions patchOptions,
io.fabric8.kubernetes.api.model.Quantity quantity,
io.fabric8.kubernetes.api.model.RootPaths rootPaths,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta,
io.fabric8.kubernetes.api.model.UpdateOptions updateOptions,
CustomResourceDefinition v1CustomResourceDefinition,
CustomResourceDefinitionCondition v1CustomResourceDefinitionCondition,
CustomResourceDefinitionList v1CustomResourceDefinitionList,
CustomResourceDefinitionNames v1CustomResourceDefinitionNames,
CustomResourceDefinitionSpec v1CustomResourceDefinitionSpec,
CustomResourceDefinitionStatus v1CustomResourceDefinitionStatus,
JSONSchemaPropsOrStringArray v1JSONSchemaPropsOrStringArray) |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaPropsOrStringArray |
JSONSchemaPropsOrStringArrayBuilder.build() |
JSONSchemaPropsOrStringArray |
JSONSchemaPropsOrStringArraySerDe.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JSONSchemaPropsOrStringArray> |
JSONSchemaPropsFluentImpl.getDependencies() |
Map<String,JSONSchemaPropsOrStringArray> |
JSONSchemaPropsFluent.getDependencies() |
Map<String,JSONSchemaPropsOrStringArray> |
JSONSchemaProps.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
A |
JSONSchemaPropsFluentImpl.addToDependencies(String key,
JSONSchemaPropsOrStringArray value) |
A |
JSONSchemaPropsFluent.addToDependencies(String key,
JSONSchemaPropsOrStringArray value) |
void |
JSONSchemaPropsOrStringArraySerDe.Serializer.serialize(JSONSchemaPropsOrStringArray jsonSchemaPropsOrStringArray,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
A |
JSONSchemaPropsFluentImpl.addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
A |
JSONSchemaPropsFluent.addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
A |
JSONSchemaPropsFluentImpl.removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
A |
JSONSchemaPropsFluent.removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map) |
void |
JSONSchemaProps.setDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies) |
A |
JSONSchemaPropsFluentImpl.withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies) |
A |
JSONSchemaPropsFluent.withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies) |
| Constructor and Description |
|---|
JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArray instance) |
JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArray instance,
Boolean validationEnabled) |
JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArrayFluent<?> fluent,
JSONSchemaPropsOrStringArray instance) |
JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArrayFluent<?> fluent,
JSONSchemaPropsOrStringArray instance,
Boolean validationEnabled) |
JSONSchemaPropsOrStringArrayFluentImpl(JSONSchemaPropsOrStringArray instance) |
| Constructor and Description |
|---|
JSONSchemaProps(String $ref,
String $schema,
JSONSchemaPropsOrBool additionalItems,
JSONSchemaPropsOrBool additionalProperties,
List<JSONSchemaProps> allOf,
List<JSONSchemaProps> anyOf,
com.fasterxml.jackson.databind.JsonNode _default,
Map<String,JSONSchemaProps> definitions,
Map<String,JSONSchemaPropsOrStringArray> dependencies,
String description,
List<com.fasterxml.jackson.databind.JsonNode> _enum,
com.fasterxml.jackson.databind.JsonNode example,
Boolean exclusiveMaximum,
Boolean exclusiveMinimum,
ExternalDocumentation externalDocs,
String format,
String id,
JSONSchemaPropsOrArray items,
Long maxItems,
Long maxLength,
Long maxProperties,
Double maximum,
Long minItems,
Long minLength,
Long minProperties,
Double minimum,
Double multipleOf,
JSONSchemaProps not,
Boolean nullable,
List<JSONSchemaProps> oneOf,
String pattern,
Map<String,JSONSchemaProps> patternProperties,
Map<String,JSONSchemaProps> properties,
List<String> required,
String title,
String type,
Boolean uniqueItems,
Boolean xKubernetesEmbeddedResource,
Boolean xKubernetesIntOrString,
List<String> xKubernetesListMapKeys,
String xKubernetesListType,
String xKubernetesMapType,
Boolean xKubernetesPreserveUnknownFields) |
Copyright © 2015–2022 Red Hat. All rights reserved.