Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrStringArray
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.apiextensions |
-
Uses of JSONSchemaPropsOrStringArray in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return JSONSchemaPropsOrStringArray Modifier and Type Method Description JSONSchemaPropsOrStringArrayKubeSchema. getJSONSchemaPropsOrStringArray()Methods in io.fabric8.kubernetes.api.model with parameters of type JSONSchemaPropsOrStringArray Modifier and Type Method Description voidKubeSchema. setJSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray jSONSchemaPropsOrStringArray)Constructors in io.fabric8.kubernetes.api.model with parameters of type JSONSchemaPropsOrStringArray Constructor 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) -
Uses of JSONSchemaPropsOrStringArray in io.fabric8.kubernetes.api.model.apiextensions
Methods in io.fabric8.kubernetes.api.model.apiextensions that return JSONSchemaPropsOrStringArray Modifier and Type Method Description JSONSchemaPropsOrStringArrayJSONSchemaPropsOrStringArrayBuilder. build()JSONSchemaPropsOrStringArrayJSONSchemaPropsOrStringArraySerDe.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)JSONSchemaPropsOrStringArrayDoneableJSONSchemaPropsOrStringArray. done()Methods in io.fabric8.kubernetes.api.model.apiextensions that return types with arguments of type JSONSchemaPropsOrStringArray Modifier and Type Method Description Map<String,JSONSchemaPropsOrStringArray>JSONSchemaProps. getDependencies()Map<String,JSONSchemaPropsOrStringArray>JSONSchemaPropsFluent. getDependencies()Map<String,JSONSchemaPropsOrStringArray>JSONSchemaPropsFluentImpl. getDependencies()Methods in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsOrStringArray Modifier and Type Method Description AJSONSchemaPropsFluent. addToDependencies(String key, JSONSchemaPropsOrStringArray value)AJSONSchemaPropsFluentImpl. addToDependencies(String key, JSONSchemaPropsOrStringArray value)voidJSONSchemaPropsOrStringArraySerDe.Serializer. serialize(JSONSchemaPropsOrStringArray jsonSchemaPropsOrStringArray, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)Method parameters in io.fabric8.kubernetes.api.model.apiextensions with type arguments of type JSONSchemaPropsOrStringArray Modifier and Type Method Description AJSONSchemaPropsFluent. addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map)AJSONSchemaPropsFluentImpl. addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map)AJSONSchemaPropsFluent. removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map)AJSONSchemaPropsFluentImpl. removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map)voidJSONSchemaProps. setDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies)AJSONSchemaPropsFluent. withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies)AJSONSchemaPropsFluentImpl. withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies)Constructors in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsOrStringArray Constructor Description DoneableJSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray item)DoneableJSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArray> function)JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArray instance)JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArrayFluent<?> fluent, JSONSchemaPropsOrStringArray instance)JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArrayFluent<?> fluent, JSONSchemaPropsOrStringArray instance, Boolean validationEnabled)JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArray instance, Boolean validationEnabled)JSONSchemaPropsOrStringArrayFluentImpl(JSONSchemaPropsOrStringArray instance)Constructor parameters in io.fabric8.kubernetes.api.model.apiextensions with type arguments of type JSONSchemaPropsOrStringArray Constructor Description DoneableJSONSchemaPropsOrStringArray(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArray> function)DoneableJSONSchemaPropsOrStringArray(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArray> function)DoneableJSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArray> function)DoneableJSONSchemaPropsOrStringArray(JSONSchemaPropsOrStringArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArray> function)