public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AI_FQDN |
static String |
AI_KUBERNATES |
static String |
AI_MARATHON |
static String |
AI_MESSAGE |
static String |
AI_SWARM
AI constants.
|
static int |
DCOS_SSH_PORT |
static String |
DEFAULT_CHARSET |
static int |
DEFAULT_SSH_PORT |
static String |
INVALID_OPTION |
static String |
KUBECONFIG_FILE |
static String |
KUBECONFIG_PREFIX |
static int |
KUBERNETES_NAME_LENGTH_LIMIT
Length limit for the Kubernetes names.
|
static Pattern |
KUBERNETES_NAME_PATTERN
Pattern for the Kubernetes names.
|
static String |
KUBERNETES_SECRET_NAME_PREFIX |
static String |
KUBERNETES_SECRET_NAME_PROP |
static int |
KUBERNETES_SSH_PORT |
static int |
LOWEST_PRIORITY
Lowest priority for the network security rule (value range: [100, 4096]).
|
static String |
MARATHON_DOCKER_CFG_ARCHIVE |
static String |
MARATHON_DOCKER_CFG_ARCHIVE_URI |
static String |
PLUGIN_NAME |
static int |
PRIORITY_STEP
Increment step for the priority of the network security rule.
|
static Set<com.microsoft.azure.management.compute.ContainerServiceOchestratorTypes> |
SUPPORTED_ORCHESTRATOR |
static int |
SWARM_SSH_PORT |
static Pattern |
URI_SCHEME_PREFIX
URI scheme prefix (scheme://) pattern.
|
Modifier and Type | Method and Description |
---|---|
static int |
sshPort(com.microsoft.azure.management.compute.ContainerServiceOchestratorTypes type) |
public static final String PLUGIN_NAME
public static final String INVALID_OPTION
public static final String KUBECONFIG_FILE
public static final String KUBECONFIG_PREFIX
public static final String DEFAULT_CHARSET
public static final int PRIORITY_STEP
public static final int LOWEST_PRIORITY
public static final Pattern URI_SCHEME_PREFIX
The scheme consists of a sequence of characters beginning with a letter and followed by any combination of letters, digits, plus (+), period (.), or hyphen (-).
public static final int KUBERNETES_NAME_LENGTH_LIMIT
public static final Pattern KUBERNETES_NAME_PATTERN
public static final String KUBERNETES_SECRET_NAME_PREFIX
public static final String KUBERNETES_SECRET_NAME_PROP
public static final String MARATHON_DOCKER_CFG_ARCHIVE
public static final String MARATHON_DOCKER_CFG_ARCHIVE_URI
public static final Set<com.microsoft.azure.management.compute.ContainerServiceOchestratorTypes> SUPPORTED_ORCHESTRATOR
public static final int DEFAULT_SSH_PORT
public static final int DCOS_SSH_PORT
public static final int KUBERNETES_SSH_PORT
public static final int SWARM_SSH_PORT
public static final String AI_SWARM
public static final String AI_KUBERNATES
public static final String AI_MARATHON
public static final String AI_MESSAGE
public static final String AI_FQDN
Copyright © 2016–2017. All rights reserved.