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. |
ClusterJoinConfig.ClusterJoinType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHumanReadableName
public ClusterJoinConfig.ClusterJoinType getType()
getType
in interface ClusterJoinConfig
public void decode(ClusterJoinConfig.Decoder decoder)
ClusterJoinConfig
ClusterJoinConfig.Decoder
callback methods, dependending on our type.decode
in interface ClusterJoinConfig
Copyright © 2003–2020 Atlassian. All rights reserved.