Uses of Class
io.fabric8.kubernetes.client.utils.YamlDumpSettings
-
Packages that use YamlDumpSettings Package Description io.fabric8.kubernetes.client.utils -
-
Uses of YamlDumpSettings in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils that return YamlDumpSettings Modifier and Type Method Description YamlDumpSettingsYamlDumpSettingsBuilder. build()Create immutable YamlDumpSettingsConstructors in io.fabric8.kubernetes.client.utils with parameters of type YamlDumpSettings Constructor Description KubernetesSerialization(com.fasterxml.jackson.databind.ObjectMapper mapper, boolean searchClassloaders, YamlDumpSettings yamlDumpSettings)Creates a new instance with the given ObjectMapper, which will be configured for use for kubernetes resource serialization / deserialization.
-