Package com.atlassian.confluence.cluster
Class KubernetesClusterJoinConfig
- java.lang.Object
-
- com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
-
- All Implemented Interfaces:
ClusterJoinConfig
public class KubernetesClusterJoinConfig extends Object implements ClusterJoinConfig
AClusterJoinConfigfor Kubernetes environments. It has no configuration properties since all configuration is done via injected Kubernetes environment variables.- Since:
- 7.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder
-
-
Constructor Summary
Constructors Constructor Description KubernetesClusterJoinConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(ClusterJoinConfig.Decoder decoder)Executes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.booleanequals(Object o)ClusterJoinConfig.ClusterJoinTypegetType()inthashCode()
-
-
-
Method Detail
-
getType
public ClusterJoinConfig.ClusterJoinType getType()
- Specified by:
getTypein interfaceClusterJoinConfig
-
decode
public void decode(ClusterJoinConfig.Decoder decoder)
Description copied from interface:ClusterJoinConfigExecutes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.- Specified by:
decodein interfaceClusterJoinConfig
-
-