Class ResourcePollerConfig
- java.lang.Object
-
- io.javaoperatorsdk.operator.sample.dependent.ResourcePollerConfig
-
public class ResourcePollerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourcePollerConfig(int pollPeriod, MySQLDbConfig mySQLDbConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySQLDbConfiggetMySQLDbConfig()intgetPollPeriod()
-
-
-
Constructor Detail
-
ResourcePollerConfig
public ResourcePollerConfig(int pollPeriod, MySQLDbConfig mySQLDbConfig)
-
-
Method Detail
-
getPollPeriod
public int getPollPeriod()
-
getMySQLDbConfig
public MySQLDbConfig getMySQLDbConfig()
-
-