Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.SettingSchema
-
Packages that use SettingSchema Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of SettingSchema in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return SettingSchema Modifier and Type Method Description SettingSchemaSettingSchemaBuilder. build()Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return types with arguments of type SettingSchema Modifier and Type Method Description Map<String,SettingSchema>FirmwareSchemaSpec. getSchema()Map of firmware name to schemaMap<String,SettingSchema>FirmwareSchemaSpecFluent. getSchema()Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type SettingSchema Modifier and Type Method Description AFirmwareSchemaSpecFluent. addToSchema(String key, SettingSchema value)protected voidSettingSchemaFluent. copyInstance(SettingSchema instance)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type SettingSchema Modifier and Type Method Description AFirmwareSchemaSpecFluent. addToSchema(Map<String,SettingSchema> map)AFirmwareSchemaSpecFluent. removeFromSchema(Map<String,SettingSchema> map)voidFirmwareSchemaSpec. setSchema(Map<String,SettingSchema> schema)Map of firmware name to schema<K,V>
AFirmwareSchemaSpecFluent. withSchema(Map<String,SettingSchema> schema)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type SettingSchema Constructor Description SettingSchemaBuilder(SettingSchema instance)SettingSchemaBuilder(SettingSchemaFluent<?> fluent, SettingSchema instance)SettingSchemaFluent(SettingSchema instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type SettingSchema Constructor Description FirmwareSchemaSpec(String hardwareModel, String hardwareVendor, Map<String,SettingSchema> schema)
-