Class ConfigmapConfigurationSettings


  • public class ConfigmapConfigurationSettings
    extends org.apache.skywalking.oap.server.library.module.ModuleConfig
    • Constructor Detail

      • ConfigmapConfigurationSettings

        public ConfigmapConfigurationSettings()
    • 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