Class RuntimeConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.RuntimeConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RuntimeConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RuntimeConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<RuntimeConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RuntimeConfig configures the values for the process behavior.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfig()No args constructor for use in serializationRuntimeConfig(Integer goGC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeConfigBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetGoGC()The Go garbage collection target percentage.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGoGC(Integer goGC)The Go garbage collection target percentage.RuntimeConfigBuildertoBuilder()
-
-
-
Constructor Detail
-
RuntimeConfig
public RuntimeConfig()
No args constructor for use in serialization
-
RuntimeConfig
public RuntimeConfig(Integer goGC)
-
-
Method Detail
-
getGoGC
public Integer getGoGC()
The Go garbage collection target percentage. Lowering this number may increase the CPU usage. See: https://tip.golang.org/doc/gc-guide#GOGC
-
setGoGC
public void setGoGC(Integer goGC)
The Go garbage collection target percentage. Lowering this number may increase the CPU usage. See: https://tip.golang.org/doc/gc-guide#GOGC
-
edit
public RuntimeConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RuntimeConfigBuilder>
-
toBuilder
public RuntimeConfigBuilder toBuilder()
-
-