Class Messages
- java.lang.Object
-
- org.csanchez.jenkins.plugins.kubernetes.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_KubernetesCloudNotAllowed_Description(Object arg0, Object arg1)
KeyKubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
.static org.jvnet.localizer.Localizable
_KubernetesFolderProperty_displayName()
KeyKubernetesFolderProperty.displayName
:Kubernetes
.static org.jvnet.localizer.Localizable
_KubernetesSlave_AgentIsProvisionedFromTemplate(Object arg0, Object arg1)
KeyKubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
.static org.jvnet.localizer.Localizable
_KubernetesSlave_HomeWarning()
KeyKubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
.static org.jvnet.localizer.Localizable
_label_error(Object arg0)
Keylabel.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
.static org.jvnet.localizer.Localizable
_NonConfigurableKubernetesCloud_displayName()
KeyNonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
.static org.jvnet.localizer.Localizable
_offline()
Keyoffline
:Kubernetes agent is going offline
.static org.jvnet.localizer.Localizable
_RFC1123_error(Object arg0)
KeyRFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
.static String
KubernetesCloudNotAllowed_Description(Object arg0, Object arg1)
KeyKubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
.static String
KubernetesFolderProperty_displayName()
KeyKubernetesFolderProperty.displayName
:Kubernetes
.static String
KubernetesSlave_AgentIsProvisionedFromTemplate(Object arg0, Object arg1)
KeyKubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
.static String
KubernetesSlave_HomeWarning()
KeyKubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
.static String
label_error(Object arg0)
Keylabel.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
.static String
NonConfigurableKubernetesCloud_displayName()
KeyNonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
.static String
offline()
Keyoffline
:Kubernetes agent is going offline
.static String
RFC1123_error(Object arg0)
KeyRFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
.
-
-
-
Method Detail
-
RFC1123_error
public static String RFC1123_error(Object arg0)
KeyRFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
-
_RFC1123_error
public static org.jvnet.localizer.Localizable _RFC1123_error(Object arg0)
KeyRFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
-
KubernetesCloudNotAllowed_Description
public static String KubernetesCloudNotAllowed_Description(Object arg0, Object arg1)
KeyKubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Kubernetes cloud {0} is not allowed for folder containing job {1}
-
_KubernetesCloudNotAllowed_Description
public static org.jvnet.localizer.Localizable _KubernetesCloudNotAllowed_Description(Object arg0, Object arg1)
KeyKubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Kubernetes cloud {0} is not allowed for folder containing job {1}
-
offline
public static String offline()
Keyoffline
:Kubernetes agent is going offline
.- Returns:
Kubernetes agent is going offline
-
_offline
public static org.jvnet.localizer.Localizable _offline()
Keyoffline
:Kubernetes agent is going offline
.- Returns:
Kubernetes agent is going offline
-
KubernetesSlave_AgentIsProvisionedFromTemplate
public static String KubernetesSlave_AgentIsProvisionedFromTemplate(Object arg0, Object arg1)
KeyKubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent {0} is provisioned from template {1}
-
_KubernetesSlave_AgentIsProvisionedFromTemplate
public static org.jvnet.localizer.Localizable _KubernetesSlave_AgentIsProvisionedFromTemplate(Object arg0, Object arg1)
KeyKubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Agent {0} is provisioned from template {1}
-
label_error
public static String label_error(Object arg0)
Keylabel.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
-
_label_error
public static org.jvnet.localizer.Localizable _label_error(Object arg0)
Keylabel.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
-
KubernetesSlave_HomeWarning
public static String KubernetesSlave_HomeWarning()
KeyKubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
.- Returns:
[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
-
_KubernetesSlave_HomeWarning
public static org.jvnet.localizer.Localizable _KubernetesSlave_HomeWarning()
KeyKubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
.- Returns:
[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
-
NonConfigurableKubernetesCloud_displayName
public static String NonConfigurableKubernetesCloud_displayName()
KeyNonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
.- Returns:
Kubernetes (predefined settings)
-
_NonConfigurableKubernetesCloud_displayName
public static org.jvnet.localizer.Localizable _NonConfigurableKubernetesCloud_displayName()
KeyNonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
.- Returns:
Kubernetes (predefined settings)
-
KubernetesFolderProperty_displayName
public static String KubernetesFolderProperty_displayName()
KeyKubernetesFolderProperty.displayName
:Kubernetes
.- Returns:
Kubernetes
-
_KubernetesFolderProperty_displayName
public static org.jvnet.localizer.Localizable _KubernetesFolderProperty_displayName()
KeyKubernetesFolderProperty.displayName
:Kubernetes
.- Returns:
Kubernetes
-
-