Package cz.xtf.core.config
Class HelmConfig
- java.lang.Object
-
- cz.xtf.core.config.HelmConfig
-
public class HelmConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHELM_BINARY_CACHE_ENABLEDstatic StringHELM_BINARY_CACHE_PATHstatic StringHELM_BINARY_PATHstatic StringHELM_CLIENT_VERSION
-
Constructor Summary
Constructors Constructor Description HelmConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringbinaryCachePath()static StringbinaryPath()static StringhelmClientVersion()static booleanisHelmBinaryCacheEnabled()
-
-
-
Field Detail
-
HELM_BINARY_CACHE_PATH
public static final String HELM_BINARY_CACHE_PATH
- See Also:
- Constant Field Values
-
HELM_BINARY_CACHE_ENABLED
public static final String HELM_BINARY_CACHE_ENABLED
- See Also:
- Constant Field Values
-
HELM_BINARY_PATH
public static final String HELM_BINARY_PATH
- See Also:
- Constant Field Values
-
HELM_CLIENT_VERSION
public static final String HELM_CLIENT_VERSION
- See Also:
- Constant Field Values
-
-