public enum OpenShiftProperty extends Enum<OpenShiftProperty>
Modifier and Type | Method and Description |
---|---|
String |
envKey() |
String |
inputExpression() |
String |
inputKey() |
static void |
main(String... args) |
String |
propertyKey() |
static OpenShiftProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenShiftProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenShiftProperty ALL_PROXY
public static final OpenShiftProperty HTTP_PROXY
public static final OpenShiftProperty HTTPS_PROXY
public static final OpenShiftProperty KUBERNETES_API_VERSION
public static final OpenShiftProperty KUBERNETES_AUTH_BASIC_PASSWORD
public static final OpenShiftProperty KUBERNETES_AUTH_BASIC_USERNAME
public static final OpenShiftProperty KUBERNETES_AUTH_TOKEN
public static final OpenShiftProperty KUBERNETES_CERTS_CA_DATA
public static final OpenShiftProperty KUBERNETES_CERTS_CA_FILE
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_DATA
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_FILE
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_KEY_ALGO
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_KEY_DATA
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_KEY_FILE
public static final OpenShiftProperty KUBERNETES_CERTS_CLIENT_KEY_PASSPHRASE
public static final OpenShiftProperty KUBERNETES_CONNECTION_TIMEOUT
public static final OpenShiftProperty KUBERNETES_KEYSTORE_FILE
public static final OpenShiftProperty KUBERNETES_KEYSTORE_PASSPHRASE
public static final OpenShiftProperty KUBERNETES_LOGGING_INTERVAL
public static final OpenShiftProperty KUBERNETES_MASTER
public static final OpenShiftProperty KUBERNETES_NAMESPACE
public static final OpenShiftProperty KUBERNETES_REQUEST_TIMEOUT
public static final OpenShiftProperty KUBERNETES_ROLLING_TIMEOUT
public static final OpenShiftProperty KUBERNETES_SCALE_TIMEOUT
public static final OpenShiftProperty KUBERNETES_TLS_VERSIONS
public static final OpenShiftProperty KUBERNETES_TRUST_CERTIFICATES
public static final OpenShiftProperty KUBERNETES_TRUSTSTORE_FILE
public static final OpenShiftProperty KUBERNETES_TRUSTSTORE_PASSPHRASE
public static final OpenShiftProperty KUBERNETES_USER_AGENT
public static final OpenShiftProperty KUBERNETES_WATCH_RECONNECT_INTERVAL
public static final OpenShiftProperty KUBERNETES_WATCH_RECONNECT_LIMIT
public static final OpenShiftProperty KUBERNETES_WEBSOCKET_PING_INTERVAL
public static final OpenShiftProperty KUBERNETES_WEBSOCKET_TIMEOUT
public static final OpenShiftProperty NO_PROXY
public static final OpenShiftProperty PROXY_PASSWORD
public static final OpenShiftProperty PROXY_USERNAME
public static final OpenShiftProperty KUBERNETES_OAPI_VERSION
public static final OpenShiftProperty OPENSHIFT_BUILD_TIMEOUT
public static final OpenShiftProperty OPENSHIFT_URL
public static final OpenShiftProperty PROVIDER_NAME
public static final OpenShiftProperty APPLICATION_NAME
public static final OpenShiftProperty KIE_SERVER_CONTAINER_DEPLOYMENT
public static final OpenShiftProperty PROJECT_NAME
public static final OpenShiftProperty RUNTIME_NAME
public static final OpenShiftProperty RESOURCE_SECRETS_URI
public static final OpenShiftProperty RESOURCE_STREAMS_URI
public static final OpenShiftProperty RESOURCE_TEMPLATE_NAME
public static final OpenShiftProperty RESOURCE_TEMPLATE_PARAM_DELIMITER
public static final OpenShiftProperty RESOURCE_TEMPLATE_PARAM_ASSIGNER
public static final OpenShiftProperty RESOURCE_TEMPLATE_PARAM_VALUES
public static final OpenShiftProperty RESOURCE_TEMPLATE_URI
public static final OpenShiftProperty SERVICE_NAME
public static OpenShiftProperty[] values()
for (OpenShiftProperty c : OpenShiftProperty.values()) System.out.println(c);
public static OpenShiftProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final String envKey()
public final String propertyKey()
public final String inputKey()
public final String inputExpression()
public static final void main(String... args)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.