Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrStringArray
-
Packages that use JSONSchemaPropsOrStringArray Package Description io.fabric8.kubernetes.api.model.apiextensions.v1beta1 -
-
Uses of JSONSchemaPropsOrStringArray in io.fabric8.kubernetes.api.model.apiextensions.v1beta1
Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 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)Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 that return types with arguments of type JSONSchemaPropsOrStringArray Modifier and Type Method Description Map<String,JSONSchemaPropsOrStringArray>JSONSchemaProps. getDependencies()Map<String,JSONSchemaPropsOrStringArray>JSONSchemaPropsFluent. getDependencies()Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 with parameters of type JSONSchemaPropsOrStringArray Modifier and Type Method Description AJSONSchemaPropsFluent. addToDependencies(String key, JSONSchemaPropsOrStringArray value)protected voidJSONSchemaPropsOrStringArrayFluent. copyInstance(JSONSchemaPropsOrStringArray instance)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.v1beta1 with type arguments of type JSONSchemaPropsOrStringArray Modifier and Type Method Description AJSONSchemaPropsFluent. addToDependencies(Map<String,JSONSchemaPropsOrStringArray> map)AJSONSchemaPropsFluent. removeFromDependencies(Map<String,JSONSchemaPropsOrStringArray> map)voidJSONSchemaProps. setDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies)<K,V>
AJSONSchemaPropsFluent. withDependencies(Map<String,JSONSchemaPropsOrStringArray> dependencies)Constructors in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 with parameters of type JSONSchemaPropsOrStringArray Constructor Description JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArray instance)JSONSchemaPropsOrStringArrayBuilder(JSONSchemaPropsOrStringArrayFluent<?> fluent, JSONSchemaPropsOrStringArray instance)JSONSchemaPropsOrStringArrayFluent(JSONSchemaPropsOrStringArray instance)
-