public enum KubernetesCredentialsType extends Enum<KubernetesCredentialsType>
| Enum Constant and Description |
|---|
KubeConfig |
SSH |
Text |
| Modifier and Type | Field and Description |
|---|---|
static KubernetesCredentialsType |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesCredentialsType |
fromString(String value) |
String |
title() |
static KubernetesCredentialsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesCredentialsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KubernetesCredentialsType KubeConfig
public static final KubernetesCredentialsType SSH
public static final KubernetesCredentialsType Text
public static final KubernetesCredentialsType DEFAULT
public static KubernetesCredentialsType[] values()
for (KubernetesCredentialsType c : KubernetesCredentialsType.values()) System.out.println(c);
public static KubernetesCredentialsType 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 String title()
public static KubernetesCredentialsType fromString(String value)
Copyright © 2016–2017. All rights reserved.