Package io.quarkus.kubernetes.deployment
Class Constants
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.Constants
-
public final class Constants extends Object
-
-
Field Summary
-
-
-
Field Detail
-
KUBERNETES
public static final String KUBERNETES
- See Also:
- Constant Field Values
-
MINIKUBE
public static final String MINIKUBE
- See Also:
- Constant Field Values
-
KIND
public static final String KIND
- See Also:
- Constant Field Values
-
STATEFULSET
public static final String STATEFULSET
- See Also:
- Constant Field Values
-
DEPLOYMENT
public static final String DEPLOYMENT
- See Also:
- Constant Field Values
-
JOB
public static final String JOB
- See Also:
- Constant Field Values
-
CRONJOB
public static final String CRONJOB
- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
-
CLUSTER_ROLE
public static final String CLUSTER_ROLE
- See Also:
- Constant Field Values
-
ROLE_BINDING
public static final String ROLE_BINDING
- See Also:
- Constant Field Values
-
CLUSTER_ROLE_BINDING
public static final String CLUSTER_ROLE_BINDING
- See Also:
- Constant Field Values
-
SERVICE_ACCOUNT
public static final String SERVICE_ACCOUNT
- See Also:
- Constant Field Values
-
DEPLOYMENT_GROUP
public static final String DEPLOYMENT_GROUP
- See Also:
- Constant Field Values
-
DEPLOYMENT_VERSION
public static final String DEPLOYMENT_VERSION
- See Also:
- Constant Field Values
-
INGRESS
public static final String INGRESS
- See Also:
- Constant Field Values
-
BATCH_GROUP
public static final String BATCH_GROUP
- See Also:
- Constant Field Values
-
BATCH_VERSION
public static final String BATCH_VERSION
- See Also:
- Constant Field Values
-
JOB_API_VERSION
public static final String JOB_API_VERSION
- See Also:
- Constant Field Values
-
RBAC_API_GROUP
public static final String RBAC_API_GROUP
- See Also:
- Constant Field Values
-
RBAC_API_VERSION
public static final String RBAC_API_VERSION
- See Also:
- Constant Field Values
-
DOCKER
static final String DOCKER
- See Also:
- Constant Field Values
-
OPENSHIFT
public static final String OPENSHIFT
- See Also:
- Constant Field Values
-
DEPLOYMENT_CONFIG
public static final String DEPLOYMENT_CONFIG
- See Also:
- Constant Field Values
-
DEPLOYMENT_CONFIG_GROUP
public static final String DEPLOYMENT_CONFIG_GROUP
- See Also:
- Constant Field Values
-
DEPLOYMENT_CONFIG_VERSION
public static final String DEPLOYMENT_CONFIG_VERSION
- See Also:
- Constant Field Values
-
ROUTE
public static final String ROUTE
- See Also:
- Constant Field Values
-
ROUTE_API_GROUP
public static final String ROUTE_API_GROUP
- See Also:
- Constant Field Values
-
OPENSHIFT_APP_RUNTIME
static final String OPENSHIFT_APP_RUNTIME
- See Also:
- Constant Field Values
-
S2I
static final String S2I
- See Also:
- Constant Field Values
-
DEFAULT_S2I_IMAGE_NAME
static final String DEFAULT_S2I_IMAGE_NAME
- See Also:
- Constant Field Values
-
OPENSHIFT_INTERNAL_REGISTRY
static final String OPENSHIFT_INTERNAL_REGISTRY
- See Also:
- Constant Field Values
-
KNATIVE
static final String KNATIVE
- See Also:
- Constant Field Values
-
KNATIVE_SERVICE
static final String KNATIVE_SERVICE
- See Also:
- Constant Field Values
-
KNATIVE_SERVICE_GROUP
static final String KNATIVE_SERVICE_GROUP
- See Also:
- Constant Field Values
-
KNATIVE_SERVICE_VERSION
static final String KNATIVE_SERVICE_VERSION
- See Also:
- Constant Field Values
-
OLD_DEPLOYMENT_TARGET
static final String OLD_DEPLOYMENT_TARGET
- See Also:
- Constant Field Values
-
DEPLOYMENT_TARGET
static final String DEPLOYMENT_TARGET
- See Also:
- Constant Field Values
-
DEPLOY
static final String DEPLOY
- See Also:
- Constant Field Values
-
QUARKUS
static final String QUARKUS
- See Also:
- Constant Field Values
-
QUARKUS_ANNOTATIONS_COMMIT_ID
static final String QUARKUS_ANNOTATIONS_COMMIT_ID
- See Also:
- Constant Field Values
-
QUARKUS_ANNOTATIONS_VCS_URL
static final String QUARKUS_ANNOTATIONS_VCS_URL
- See Also:
- Constant Field Values
-
QUARKUS_ANNOTATIONS_BUILD_TIMESTAMP
static final String QUARKUS_ANNOTATIONS_BUILD_TIMESTAMP
- See Also:
- Constant Field Values
-
HTTP_PORT
public static final String HTTP_PORT
- See Also:
- Constant Field Values
-
DEFAULT_HTTP_PORT
public static final int DEFAULT_HTTP_PORT
- See Also:
- Constant Field Values
-
MIN_PORT_NUMBER
public static final int MIN_PORT_NUMBER
- See Also:
- Constant Field Values
-
MAX_PORT_NUMBER
public static final int MAX_PORT_NUMBER
- See Also:
- Constant Field Values
-
MIN_NODE_PORT_VALUE
public static final int MIN_NODE_PORT_VALUE
- See Also:
- Constant Field Values
-
MAX_NODE_PORT_VALUE
public static final int MAX_NODE_PORT_VALUE
- See Also:
- Constant Field Values
-
LIVENESS_PROBE
public static final String LIVENESS_PROBE
- See Also:
- Constant Field Values
-
READINESS_PROBE
public static final String READINESS_PROBE
- See Also:
- Constant Field Values
-
STARTUP_PROBE
public static final String STARTUP_PROBE
- See Also:
- Constant Field Values
-
-