Class ConfigmapConfigurationSettings
- java.lang.Object
-
- org.apache.skywalking.oap.server.library.module.ModuleConfig
-
- org.apache.skywalking.oap.server.configuration.configmap.ConfigmapConfigurationSettings
-
public class ConfigmapConfigurationSettings extends org.apache.skywalking.oap.server.library.module.ModuleConfig
-
-
Constructor Summary
Constructors Constructor Description ConfigmapConfigurationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabelSelector()how to find the configmapStringgetNamespace()namespace for deploymentIntegergetPeriod()the period for skywalking configuration reloadingvoidsetLabelSelector(String labelSelector)how to find the configmapvoidsetNamespace(String namespace)namespace for deploymentvoidsetPeriod(Integer period)the period for skywalking configuration reloading
-
-
-
Method Detail
-
setNamespace
public void setNamespace(String namespace)
namespace for deployment
-
setLabelSelector
public void setLabelSelector(String labelSelector)
how to find the configmap
-
setPeriod
public void setPeriod(Integer period)
the period for skywalking configuration reloading
-
getNamespace
public String getNamespace()
namespace for deployment
-
getLabelSelector
public String getLabelSelector()
how to find the configmap
-
getPeriod
public Integer getPeriod()
the period for skywalking configuration reloading
-
-