public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_ConfigFileCredentials_configFileNotFound(Object arg0,
Object arg1)
Key
ConfigFileCredentials_configFileNotFound: Config
file {0} was not found in workspace {1}. |
static org.jvnet.localizer.Localizable |
_ConfigFileCredentials_pathRequired()
Key
ConfigFileCredentials_pathRequired: kubeconfig file
path is required. |
static org.jvnet.localizer.Localizable |
_DeploymentCommand_blankConfigFiles()
Key
DeploymentCommand_blankConfigFiles: Kubernetes
config files are not specified.. |
static org.jvnet.localizer.Localizable |
_DeploymentCommand_blankNamespace()
Key
DeploymentCommand_blankNamespace: Kubernetes secret
namespace is not specified. |
static org.jvnet.localizer.Localizable |
_DeploymentCommand_injectSecretName(Object arg0,
Object arg1)
Key
DeploymentCommand_injectSecretName: Inject
environment variable {0}={1}. |
static org.jvnet.localizer.Localizable |
_DeploymentCommand_noMatchingConfigFiles(Object arg0)
Key
DeploymentCommand_noMatchingConfigFiles: No
matching configuration files found for {0}. |
static org.jvnet.localizer.Localizable |
_errorMessage(Object arg0)
Key
errorMessage: ERROR: {0}. |
static org.jvnet.localizer.Localizable |
_errorPrefix()
Key
errorPrefix: 'ERROR: '. |
static org.jvnet.localizer.Localizable |
_JobContext_failedToGetEnv()
Key
JobContext_failedToGetEnv: Failed to get Job
environment variables. |
static org.jvnet.localizer.Localizable |
_JobContext_nullContent()
Key
JobContext_nullContent: null content returned. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_applied(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_applied: Applied {0}: {1}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_created(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_created: Created {0}: {1}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_illegalSecretName(Object arg0)
Key
KubernetesClientWrapper_illegalSecretName: ERROR:
Illegal secret name: ''{0}''. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_loadingConfiguration(Object arg0)
Key
KubernetesClientWrapper_loadingConfiguration: Loading configuration: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_noName()
Key
KubernetesClientWrapper_noName: %s does not have
name: %s. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_noResourceLoadedFrom(Object arg0)
Key
KubernetesClientWrapper_noResourceLoadedFrom: No
resource loaded from: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_prepareSecretsWithName(Object arg0)
Key
KubernetesClientWrapper_prepareSecretsWithName: Prepare Docker container registry secrets with name: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_resourceNotFound(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_resourceNotFound: {0}
(name: {1}) was not found in the Kubernetes cluster.. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_secretNameTooLong(Object arg0)
Key
KubernetesClientWrapper_secretNameTooLong: ERROR:
Secret name is longer than 253 characters: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesClientWrapper_skipped(Object arg0)
Key
KubernetesClientWrapper_skipped: Skipped
unsupported resource: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesDeploy_endWithErrorState(Object arg0)
Key
KubernetesDeploy_endWithErrorState: ERROR:
Kubernetes deployment ended with {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesDeploy_finished()
Key
KubernetesDeploy_finished: Finished Kubernetes
deployment. |
static org.jvnet.localizer.Localizable |
_KubernetesDeploy_starting()
Key
KubernetesDeploy_starting: Starting Kubernetes
deployment. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_cannotFindKubeconfigOnServer(Object arg0,
Object arg1)
Key
KubernetesDeployContext_cannotFindKubeconfigOnServer:
Cannot find {0} on SSH server {1}. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_certificateAuthorityNotConfigured()
Key
KubernetesDeployContext_certificateAuthorityNotConfigured:
Certificate authority data is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_clientCertificateDataNotConfigured()
Key
KubernetesDeployContext_clientCertificateDataNotConfigured: Client certificate data is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_clientKeyDataNotConfigured()
Key
KubernetesDeployContext_clientKeyDataNotConfigured: Client key data is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_configsNotConfigured()
Key
KubernetesDeployContext_configsNotConfigured: Kubernetes config files are not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_failedOnSSH(Object arg0)
Key
KubernetesDeployContext_failedOnSSH: Failed to
validate SSH credentials: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_kubeconfigNotConfigured()
Key
KubernetesDeployContext_kubeconfigNotConfigured: kubeconfig file path is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_serverUrlNotConfigured()
Key
KubernetesDeployContext_serverUrlNotConfigured: Server URL is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_serverUrlNotHttps()
Key
KubernetesDeployContext_serverUrlNotHttps: Server
URL is not in HTTPS protocol. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_sshCredentialsNotSelected()
Key
KubernetesDeployContext_sshCredentialsNotSelected: SSH credential is not selected. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_sshServerNotConfigured()
Key
KubernetesDeployContext_sshServerNotConfigured: SSH
server is not configured. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_unknownCredentialsType(Object arg0)
Key
KubernetesDeployContext_unknownCredentialsType: Unknown cluster credentials type: {0}. |
static org.jvnet.localizer.Localizable |
_KubernetesDeployContext_validateSuccess()
Key
KubernetesDeployContext_validateSuccess: Successfully validated configuration. |
static org.jvnet.localizer.Localizable |
_pluginDisplayName()
Key
pluginDisplayName: Deploy to Kubernetes. |
static org.jvnet.localizer.Localizable |
_SSHCredentials_credentialsIdRequired()
Key
SSHCredentials_credentialsIdRequired: The SSH
credential is required. |
static org.jvnet.localizer.Localizable |
_SSHCredentials_selectCredentials()
Key
SSHCredentials_selectCredentials: --- Select SSH
Credentials ---. |
static org.jvnet.localizer.Localizable |
_SSHCredentials_serverRequired()
Key
SSHCredentials_serverRequired: SSH server is
required. |
static org.jvnet.localizer.Localizable |
_TextCredentials_certificateAuthorityDataRequired()
Key
TextCredentials_certificateAuthorityDataRequired: Certificate authority data is required. |
static org.jvnet.localizer.Localizable |
_TextCredentials_clientCertificateDataRequired()
Key
TextCredentials_clientCertificateDataRequired: Client certificate data is required. |
static org.jvnet.localizer.Localizable |
_TextCredentials_clientKeyDataRequired()
Key
TextCredentials_clientKeyDataRequired: Client key
data is required. |
static org.jvnet.localizer.Localizable |
_TextCredentials_serverUrlRequired()
Key
TextCredentials_serverUrlRequired: Cluster server
URL is required. |
static org.jvnet.localizer.Localizable |
_TextCredentials_serverUrlShouldBeHttps()
Key
TextCredentials_serverUrlShouldBeHttps: Server URL
should be in HTTPS protocol. |
static String |
ConfigFileCredentials_configFileNotFound(Object arg0,
Object arg1)
Key
ConfigFileCredentials_configFileNotFound: Config
file {0} was not found in workspace {1}. |
static String |
ConfigFileCredentials_pathRequired()
Key
ConfigFileCredentials_pathRequired: kubeconfig file
path is required. |
static String |
DeploymentCommand_blankConfigFiles()
Key
DeploymentCommand_blankConfigFiles: Kubernetes
config files are not specified.. |
static String |
DeploymentCommand_blankNamespace()
Key
DeploymentCommand_blankNamespace: Kubernetes secret
namespace is not specified. |
static String |
DeploymentCommand_injectSecretName(Object arg0,
Object arg1)
Key
DeploymentCommand_injectSecretName: Inject
environment variable {0}={1}. |
static String |
DeploymentCommand_noMatchingConfigFiles(Object arg0)
Key
DeploymentCommand_noMatchingConfigFiles: No
matching configuration files found for {0}. |
static String |
errorMessage(Object arg0)
Key
errorMessage: ERROR: {0}. |
static String |
errorPrefix()
Key
errorPrefix: 'ERROR: '. |
static String |
JobContext_failedToGetEnv()
Key
JobContext_failedToGetEnv: Failed to get Job
environment variables. |
static String |
JobContext_nullContent()
Key
JobContext_nullContent: null content returned. |
static String |
KubernetesClientWrapper_applied(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_applied: Applied {0}: {1}. |
static String |
KubernetesClientWrapper_created(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_created: Created {0}: {1}. |
static String |
KubernetesClientWrapper_illegalSecretName(Object arg0)
Key
KubernetesClientWrapper_illegalSecretName: ERROR:
Illegal secret name: ''{0}''. |
static String |
KubernetesClientWrapper_loadingConfiguration(Object arg0)
Key
KubernetesClientWrapper_loadingConfiguration: Loading configuration: {0}. |
static String |
KubernetesClientWrapper_noName()
Key
KubernetesClientWrapper_noName: %s does not have
name: %s. |
static String |
KubernetesClientWrapper_noResourceLoadedFrom(Object arg0)
Key
KubernetesClientWrapper_noResourceLoadedFrom: No
resource loaded from: {0}. |
static String |
KubernetesClientWrapper_prepareSecretsWithName(Object arg0)
Key
KubernetesClientWrapper_prepareSecretsWithName: Prepare Docker container registry secrets with name: {0}. |
static String |
KubernetesClientWrapper_resourceNotFound(Object arg0,
Object arg1)
Key
KubernetesClientWrapper_resourceNotFound: {0}
(name: {1}) was not found in the Kubernetes cluster.. |
static String |
KubernetesClientWrapper_secretNameTooLong(Object arg0)
Key
KubernetesClientWrapper_secretNameTooLong: ERROR:
Secret name is longer than 253 characters: {0}. |
static String |
KubernetesClientWrapper_skipped(Object arg0)
Key
KubernetesClientWrapper_skipped: Skipped
unsupported resource: {0}. |
static String |
KubernetesDeploy_endWithErrorState(Object arg0)
Key
KubernetesDeploy_endWithErrorState: ERROR:
Kubernetes deployment ended with {0}. |
static String |
KubernetesDeploy_finished()
Key
KubernetesDeploy_finished: Finished Kubernetes
deployment. |
static String |
KubernetesDeploy_starting()
Key
KubernetesDeploy_starting: Starting Kubernetes
deployment. |
static String |
KubernetesDeployContext_cannotFindKubeconfigOnServer(Object arg0,
Object arg1)
Key
KubernetesDeployContext_cannotFindKubeconfigOnServer:
Cannot find {0} on SSH server {1}. |
static String |
KubernetesDeployContext_certificateAuthorityNotConfigured()
Key
KubernetesDeployContext_certificateAuthorityNotConfigured:
Certificate authority data is not configured. |
static String |
KubernetesDeployContext_clientCertificateDataNotConfigured()
Key
KubernetesDeployContext_clientCertificateDataNotConfigured: Client certificate data is not configured. |
static String |
KubernetesDeployContext_clientKeyDataNotConfigured()
Key
KubernetesDeployContext_clientKeyDataNotConfigured: Client key data is not configured. |
static String |
KubernetesDeployContext_configsNotConfigured()
Key
KubernetesDeployContext_configsNotConfigured: Kubernetes config files are not configured. |
static String |
KubernetesDeployContext_failedOnSSH(Object arg0)
Key
KubernetesDeployContext_failedOnSSH: Failed to
validate SSH credentials: {0}. |
static String |
KubernetesDeployContext_kubeconfigNotConfigured()
Key
KubernetesDeployContext_kubeconfigNotConfigured: kubeconfig file path is not configured. |
static String |
KubernetesDeployContext_serverUrlNotConfigured()
Key
KubernetesDeployContext_serverUrlNotConfigured: Server URL is not configured. |
static String |
KubernetesDeployContext_serverUrlNotHttps()
Key
KubernetesDeployContext_serverUrlNotHttps: Server
URL is not in HTTPS protocol. |
static String |
KubernetesDeployContext_sshCredentialsNotSelected()
Key
KubernetesDeployContext_sshCredentialsNotSelected: SSH credential is not selected. |
static String |
KubernetesDeployContext_sshServerNotConfigured()
Key
KubernetesDeployContext_sshServerNotConfigured: SSH
server is not configured. |
static String |
KubernetesDeployContext_unknownCredentialsType(Object arg0)
Key
KubernetesDeployContext_unknownCredentialsType: Unknown cluster credentials type: {0}. |
static String |
KubernetesDeployContext_validateSuccess()
Key
KubernetesDeployContext_validateSuccess: Successfully validated configuration. |
static String |
pluginDisplayName()
Key
pluginDisplayName: Deploy to Kubernetes. |
static String |
SSHCredentials_credentialsIdRequired()
Key
SSHCredentials_credentialsIdRequired: The SSH
credential is required. |
static String |
SSHCredentials_selectCredentials()
Key
SSHCredentials_selectCredentials: --- Select SSH
Credentials ---. |
static String |
SSHCredentials_serverRequired()
Key
SSHCredentials_serverRequired: SSH server is
required. |
static String |
TextCredentials_certificateAuthorityDataRequired()
Key
TextCredentials_certificateAuthorityDataRequired: Certificate authority data is required. |
static String |
TextCredentials_clientCertificateDataRequired()
Key
TextCredentials_clientCertificateDataRequired: Client certificate data is required. |
static String |
TextCredentials_clientKeyDataRequired()
Key
TextCredentials_clientKeyDataRequired: Client key
data is required. |
static String |
TextCredentials_serverUrlRequired()
Key
TextCredentials_serverUrlRequired: Cluster server
URL is required. |
static String |
TextCredentials_serverUrlShouldBeHttps()
Key
TextCredentials_serverUrlShouldBeHttps: Server URL
should be in HTTPS protocol. |
public static String KubernetesClientWrapper_prepareSecretsWithName(Object arg0)
KubernetesClientWrapper_prepareSecretsWithName: Prepare Docker container registry secrets with name: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Prepare Docker container registry secrets with name: {0}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_prepareSecretsWithName(Object arg0)
KubernetesClientWrapper_prepareSecretsWithName: Prepare Docker container registry secrets with name: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Prepare Docker container registry secrets with name: {0}public static String KubernetesDeployContext_unknownCredentialsType(Object arg0)
KubernetesDeployContext_unknownCredentialsType: Unknown cluster credentials type: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unknown cluster credentials type: {0}public static org.jvnet.localizer.Localizable _KubernetesDeployContext_unknownCredentialsType(Object arg0)
KubernetesDeployContext_unknownCredentialsType: Unknown cluster credentials type: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unknown cluster credentials type: {0}public static String KubernetesClientWrapper_noName()
KubernetesClientWrapper_noName: %s does not have
name: %s.%s does not have name: %spublic static org.jvnet.localizer.Localizable _KubernetesClientWrapper_noName()
KubernetesClientWrapper_noName: %s does not have
name: %s.%s does not have name: %spublic static String DeploymentCommand_noMatchingConfigFiles(Object arg0)
DeploymentCommand_noMatchingConfigFiles: No
matching configuration files found for {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No matching configuration files found for {0}public static org.jvnet.localizer.Localizable _DeploymentCommand_noMatchingConfigFiles(Object arg0)
DeploymentCommand_noMatchingConfigFiles: No
matching configuration files found for {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No matching configuration files found for {0}public static String KubernetesClientWrapper_loadingConfiguration(Object arg0)
KubernetesClientWrapper_loadingConfiguration: Loading configuration: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Loading configuration: {0}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_loadingConfiguration(Object arg0)
KubernetesClientWrapper_loadingConfiguration: Loading configuration: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Loading configuration: {0}public static String ConfigFileCredentials_pathRequired()
ConfigFileCredentials_pathRequired: kubeconfig file
path is required.kubeconfig file path is requiredpublic static org.jvnet.localizer.Localizable _ConfigFileCredentials_pathRequired()
ConfigFileCredentials_pathRequired: kubeconfig file
path is required.kubeconfig file path is requiredpublic static String DeploymentCommand_blankNamespace()
DeploymentCommand_blankNamespace: Kubernetes secret
namespace is not specified.Kubernetes secret namespace is not specifiedpublic static org.jvnet.localizer.Localizable _DeploymentCommand_blankNamespace()
DeploymentCommand_blankNamespace: Kubernetes secret
namespace is not specified.Kubernetes secret namespace is not specifiedpublic static String KubernetesClientWrapper_resourceNotFound(Object arg0, Object arg1)
KubernetesClientWrapper_resourceNotFound: {0}
(name: {1}) was not found in the Kubernetes cluster..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} (name: {1}) was not found in the Kubernetes cluster.public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_resourceNotFound(Object arg0, Object arg1)
KubernetesClientWrapper_resourceNotFound: {0}
(name: {1}) was not found in the Kubernetes cluster..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} (name: {1}) was not found in the Kubernetes cluster.public static String JobContext_nullContent()
JobContext_nullContent: null content returned.null content returnedpublic static org.jvnet.localizer.Localizable _JobContext_nullContent()
JobContext_nullContent: null content returned.null content returnedpublic static String KubernetesDeployContext_serverUrlNotConfigured()
KubernetesDeployContext_serverUrlNotConfigured: Server URL is not configured.Server URL is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_serverUrlNotConfigured()
KubernetesDeployContext_serverUrlNotConfigured: Server URL is not configured.Server URL is not configuredpublic static String errorMessage(Object arg0)
errorMessage: ERROR: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: {0}public static org.jvnet.localizer.Localizable _errorMessage(Object arg0)
errorMessage: ERROR: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: {0}public static String JobContext_failedToGetEnv()
JobContext_failedToGetEnv: Failed to get Job
environment variables.Failed to get Job environment variablespublic static org.jvnet.localizer.Localizable _JobContext_failedToGetEnv()
JobContext_failedToGetEnv: Failed to get Job
environment variables.Failed to get Job environment variablespublic static String pluginDisplayName()
pluginDisplayName: Deploy to Kubernetes.Deploy to Kubernetespublic static org.jvnet.localizer.Localizable _pluginDisplayName()
pluginDisplayName: Deploy to Kubernetes.Deploy to Kubernetespublic static String KubernetesDeployContext_failedOnSSH(Object arg0)
KubernetesDeployContext_failedOnSSH: Failed to
validate SSH credentials: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Failed to validate SSH credentials: {0}public static org.jvnet.localizer.Localizable _KubernetesDeployContext_failedOnSSH(Object arg0)
KubernetesDeployContext_failedOnSSH: Failed to
validate SSH credentials: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Failed to validate SSH credentials: {0}public static String KubernetesClientWrapper_noResourceLoadedFrom(Object arg0)
KubernetesClientWrapper_noResourceLoadedFrom: No
resource loaded from: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No resource loaded from: {0}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_noResourceLoadedFrom(Object arg0)
KubernetesClientWrapper_noResourceLoadedFrom: No
resource loaded from: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No resource loaded from: {0}public static String KubernetesDeploy_finished()
KubernetesDeploy_finished: Finished Kubernetes
deployment.Finished Kubernetes deploymentpublic static org.jvnet.localizer.Localizable _KubernetesDeploy_finished()
KubernetesDeploy_finished: Finished Kubernetes
deployment.Finished Kubernetes deploymentpublic static String KubernetesDeployContext_clientCertificateDataNotConfigured()
KubernetesDeployContext_clientCertificateDataNotConfigured: Client certificate data is not configured.Client certificate data is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_clientCertificateDataNotConfigured()
KubernetesDeployContext_clientCertificateDataNotConfigured: Client certificate data is not configured.Client certificate data is not configuredpublic static String KubernetesDeployContext_certificateAuthorityNotConfigured()
KubernetesDeployContext_certificateAuthorityNotConfigured:
Certificate authority data is not configured.Certificate authority data is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_certificateAuthorityNotConfigured()
KubernetesDeployContext_certificateAuthorityNotConfigured:
Certificate authority data is not configured.Certificate authority data is not configuredpublic static String KubernetesDeployContext_cannotFindKubeconfigOnServer(Object arg0, Object arg1)
KubernetesDeployContext_cannotFindKubeconfigOnServer:
Cannot find {0} on SSH server {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Cannot find {0} on SSH server {1}public static org.jvnet.localizer.Localizable _KubernetesDeployContext_cannotFindKubeconfigOnServer(Object arg0, Object arg1)
KubernetesDeployContext_cannotFindKubeconfigOnServer:
Cannot find {0} on SSH server {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Cannot find {0} on SSH server {1}public static String KubernetesDeploy_endWithErrorState(Object arg0)
KubernetesDeploy_endWithErrorState: ERROR:
Kubernetes deployment ended with {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Kubernetes deployment ended with {0}public static org.jvnet.localizer.Localizable _KubernetesDeploy_endWithErrorState(Object arg0)
KubernetesDeploy_endWithErrorState: ERROR:
Kubernetes deployment ended with {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Kubernetes deployment ended with {0}public static String TextCredentials_clientKeyDataRequired()
TextCredentials_clientKeyDataRequired: Client key
data is required.Client key data is requiredpublic static org.jvnet.localizer.Localizable _TextCredentials_clientKeyDataRequired()
TextCredentials_clientKeyDataRequired: Client key
data is required.Client key data is requiredpublic static String KubernetesDeployContext_serverUrlNotHttps()
KubernetesDeployContext_serverUrlNotHttps: Server
URL is not in HTTPS protocol.Server URL is not in HTTPS protocolpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_serverUrlNotHttps()
KubernetesDeployContext_serverUrlNotHttps: Server
URL is not in HTTPS protocol.Server URL is not in HTTPS protocolpublic static String KubernetesDeployContext_clientKeyDataNotConfigured()
KubernetesDeployContext_clientKeyDataNotConfigured: Client key data is not configured.Client key data is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_clientKeyDataNotConfigured()
KubernetesDeployContext_clientKeyDataNotConfigured: Client key data is not configured.Client key data is not configuredpublic static String DeploymentCommand_injectSecretName(Object arg0, Object arg1)
DeploymentCommand_injectSecretName: Inject
environment variable {0}={1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Inject environment variable {0}={1}public static org.jvnet.localizer.Localizable _DeploymentCommand_injectSecretName(Object arg0, Object arg1)
DeploymentCommand_injectSecretName: Inject
environment variable {0}={1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Inject environment variable {0}={1}public static String SSHCredentials_selectCredentials()
SSHCredentials_selectCredentials: --- Select SSH
Credentials ---.--- Select SSH Credentials ---public static org.jvnet.localizer.Localizable _SSHCredentials_selectCredentials()
SSHCredentials_selectCredentials: --- Select SSH
Credentials ---.--- Select SSH Credentials ---public static String KubernetesDeploy_starting()
KubernetesDeploy_starting: Starting Kubernetes
deployment.Starting Kubernetes deploymentpublic static org.jvnet.localizer.Localizable _KubernetesDeploy_starting()
KubernetesDeploy_starting: Starting Kubernetes
deployment.Starting Kubernetes deploymentpublic static String ConfigFileCredentials_configFileNotFound(Object arg0, Object arg1)
ConfigFileCredentials_configFileNotFound: Config
file {0} was not found in workspace {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Config file {0} was not found in workspace {1}public static org.jvnet.localizer.Localizable _ConfigFileCredentials_configFileNotFound(Object arg0, Object arg1)
ConfigFileCredentials_configFileNotFound: Config
file {0} was not found in workspace {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Config file {0} was not found in workspace {1}public static String SSHCredentials_credentialsIdRequired()
SSHCredentials_credentialsIdRequired: The SSH
credential is required.The SSH credential is requiredpublic static org.jvnet.localizer.Localizable _SSHCredentials_credentialsIdRequired()
SSHCredentials_credentialsIdRequired: The SSH
credential is required.The SSH credential is requiredpublic static String errorPrefix()
errorPrefix: 'ERROR: '.'ERROR: 'public static org.jvnet.localizer.Localizable _errorPrefix()
errorPrefix: 'ERROR: '.'ERROR: 'public static String KubernetesDeployContext_kubeconfigNotConfigured()
KubernetesDeployContext_kubeconfigNotConfigured: kubeconfig file path is not configured.kubeconfig file path is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_kubeconfigNotConfigured()
KubernetesDeployContext_kubeconfigNotConfigured: kubeconfig file path is not configured.kubeconfig file path is not configuredpublic static String KubernetesClientWrapper_applied(Object arg0, Object arg1)
KubernetesClientWrapper_applied: Applied {0}: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Applied {0}: {1}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_applied(Object arg0, Object arg1)
KubernetesClientWrapper_applied: Applied {0}: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Applied {0}: {1}public static String KubernetesDeployContext_sshCredentialsNotSelected()
KubernetesDeployContext_sshCredentialsNotSelected: SSH credential is not selected.SSH credential is not selectedpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_sshCredentialsNotSelected()
KubernetesDeployContext_sshCredentialsNotSelected: SSH credential is not selected.SSH credential is not selectedpublic static String TextCredentials_certificateAuthorityDataRequired()
TextCredentials_certificateAuthorityDataRequired: Certificate authority data is required.Certificate authority data is requiredpublic static org.jvnet.localizer.Localizable _TextCredentials_certificateAuthorityDataRequired()
TextCredentials_certificateAuthorityDataRequired: Certificate authority data is required.Certificate authority data is requiredpublic static String TextCredentials_serverUrlShouldBeHttps()
TextCredentials_serverUrlShouldBeHttps: Server URL
should be in HTTPS protocol.Server URL should be in HTTPS protocolpublic static org.jvnet.localizer.Localizable _TextCredentials_serverUrlShouldBeHttps()
TextCredentials_serverUrlShouldBeHttps: Server URL
should be in HTTPS protocol.Server URL should be in HTTPS protocolpublic static String SSHCredentials_serverRequired()
SSHCredentials_serverRequired: SSH server is
required.SSH server is requiredpublic static org.jvnet.localizer.Localizable _SSHCredentials_serverRequired()
SSHCredentials_serverRequired: SSH server is
required.SSH server is requiredpublic static String KubernetesClientWrapper_illegalSecretName(Object arg0)
KubernetesClientWrapper_illegalSecretName: ERROR:
Illegal secret name: ''{0}''. See
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
for reference..arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Illegal secret name: ''{0}''. See
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
for reference.public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_illegalSecretName(Object arg0)
KubernetesClientWrapper_illegalSecretName: ERROR:
Illegal secret name: ''{0}''. See
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
for reference..arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Illegal secret name: ''{0}''. See
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
for reference.public static String KubernetesClientWrapper_skipped(Object arg0)
KubernetesClientWrapper_skipped: Skipped
unsupported resource: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Skipped unsupported resource: {0}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_skipped(Object arg0)
KubernetesClientWrapper_skipped: Skipped
unsupported resource: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Skipped unsupported resource: {0}public static String KubernetesClientWrapper_secretNameTooLong(Object arg0)
KubernetesClientWrapper_secretNameTooLong: ERROR:
Secret name is longer than 253 characters: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Secret name is longer than 253 characters: {0}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_secretNameTooLong(Object arg0)
KubernetesClientWrapper_secretNameTooLong: ERROR:
Secret name is longer than 253 characters: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).ERROR: Secret name is longer than 253 characters: {0}public static String KubernetesClientWrapper_created(Object arg0, Object arg1)
KubernetesClientWrapper_created: Created {0}: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Created {0}: {1}public static org.jvnet.localizer.Localizable _KubernetesClientWrapper_created(Object arg0, Object arg1)
KubernetesClientWrapper_created: Created {0}: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Created {0}: {1}public static String KubernetesDeployContext_configsNotConfigured()
KubernetesDeployContext_configsNotConfigured: Kubernetes config files are not configured.Kubernetes config files are not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_configsNotConfigured()
KubernetesDeployContext_configsNotConfigured: Kubernetes config files are not configured.Kubernetes config files are not configuredpublic static String KubernetesDeployContext_validateSuccess()
KubernetesDeployContext_validateSuccess: Successfully validated configuration.Successfully validated configurationpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_validateSuccess()
KubernetesDeployContext_validateSuccess: Successfully validated configuration.Successfully validated configurationpublic static String TextCredentials_serverUrlRequired()
TextCredentials_serverUrlRequired: Cluster server
URL is required.Cluster server URL is requiredpublic static org.jvnet.localizer.Localizable _TextCredentials_serverUrlRequired()
TextCredentials_serverUrlRequired: Cluster server
URL is required.Cluster server URL is requiredpublic static String DeploymentCommand_blankConfigFiles()
DeploymentCommand_blankConfigFiles: Kubernetes
config files are not specified..Kubernetes config files are not specified.public static org.jvnet.localizer.Localizable _DeploymentCommand_blankConfigFiles()
DeploymentCommand_blankConfigFiles: Kubernetes
config files are not specified..Kubernetes config files are not specified.public static String TextCredentials_clientCertificateDataRequired()
TextCredentials_clientCertificateDataRequired: Client certificate data is required.Client certificate data is requiredpublic static org.jvnet.localizer.Localizable _TextCredentials_clientCertificateDataRequired()
TextCredentials_clientCertificateDataRequired: Client certificate data is required.Client certificate data is requiredpublic static String KubernetesDeployContext_sshServerNotConfigured()
KubernetesDeployContext_sshServerNotConfigured: SSH
server is not configured.SSH server is not configuredpublic static org.jvnet.localizer.Localizable _KubernetesDeployContext_sshServerNotConfigured()
KubernetesDeployContext_sshServerNotConfigured: SSH
server is not configured.SSH server is not configuredCopyright © 2016–2017. All rights reserved.