Class WebPageOperator
- java.lang.Object
-
- io.javaoperatorsdk.operator.sample.WebPageOperator
-
public class WebPageOperator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringWEBPAGE_CLASSIC_RECONCILER_ENV_VALUEstatic StringWEBPAGE_MANAGED_DEPENDENT_RESOURCE_ENV_VALUEstatic StringWEBPAGE_RECONCILER_ENV
-
Constructor Summary
Constructors Constructor Description WebPageOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Based on env variables a different flavor of Reconciler is used, showcasing how the same logic can be implemented using the low level and higher level APIs.
-
-
-
Field Detail
-
WEBPAGE_RECONCILER_ENV
public static final String WEBPAGE_RECONCILER_ENV
- See Also:
- Constant Field Values
-
WEBPAGE_CLASSIC_RECONCILER_ENV_VALUE
public static final String WEBPAGE_CLASSIC_RECONCILER_ENV_VALUE
- See Also:
- Constant Field Values
-
WEBPAGE_MANAGED_DEPENDENT_RESOURCE_ENV_VALUE
public static final String WEBPAGE_MANAGED_DEPENDENT_RESOURCE_ENV_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Based on env variables a different flavor of Reconciler is used, showcasing how the same logic can be implemented using the low level and higher level APIs.- Throws:
IOException
-
-