Class CloudClientConstants
- java.lang.Object
-
- org.kie.server.services.openshift.impl.storage.cloud.CloudClientConstants
-
public class CloudClientConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_TOKEN_LOCATIONstatic StringENV_VAR_API_SERVER_PORTstatic StringENV_VAR_API_SERVICE_HOST
-
Constructor Summary
Constructors Constructor Description CloudClientConstants()
-
-
-
Field Detail
-
DEFAULT_TOKEN_LOCATION
public static final String DEFAULT_TOKEN_LOCATION
- See Also:
- Constant Field Values
-
ENV_VAR_API_SERVICE_HOST
public static final String ENV_VAR_API_SERVICE_HOST
- See Also:
- Constant Field Values
-
ENV_VAR_API_SERVER_PORT
public static final String ENV_VAR_API_SERVER_PORT
- See Also:
- Constant Field Values
-
-