public class KubernetesClusterJoinConfig extends Object implements ClusterJoinConfig
ClusterJoinConfig for Kubernetes environments. It has no configuration properties since all configuration
is done via injected Kubernetes environment variables.ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder| Constructor and Description |
|---|
KubernetesClusterJoinConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ClusterJoinConfig.Decoder decoder)
Executes one of the given
ClusterJoinConfig.Decoder callback methods, dependending on our type. |
boolean |
equals(Object o) |
ClusterJoinConfig.ClusterJoinType |
getType() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetHumanReadableNamepublic ClusterJoinConfig.ClusterJoinType getType()
getType in interface ClusterJoinConfigpublic void decode(ClusterJoinConfig.Decoder decoder)
ClusterJoinConfigClusterJoinConfig.Decoder callback methods, dependending on our type.decode in interface ClusterJoinConfigCopyright © 2003–2022 Atlassian. All rights reserved.