Class YamlDumpSettingsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.client.utils.YamlDumpSettingsBuilder
-
public class YamlDumpSettingsBuilder extends Object
Builder for YamlDumpSettings.
-
-
Constructor Summary
Constructors Constructor Description YamlDumpSettingsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YamlDumpSettingsbuild()Create immutable YamlDumpSettingsYamlDumpSettingsBuildersetMinimizeQuotes(boolean minQuotes)Set whether use of quotes should be minimized.
-
-
-
Method Detail
-
setMinimizeQuotes
public YamlDumpSettingsBuilder setMinimizeQuotes(boolean minQuotes)
Set whether use of quotes should be minimized.- Parameters:
minQuotes- iftrue, quotes will only be included where necessary.
-
build
public YamlDumpSettings build()
Create immutable YamlDumpSettings- Returns:
- YamlDumpSettings with the provided values
-
-