Package io.fabric8.maven.docker.access
Class ContainerNetworkingConfig
- java.lang.Object
-
- io.fabric8.maven.docker.access.ContainerNetworkingConfig
-
public class ContainerNetworkingConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ContainerNetworkingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNetworkingConfigaliases(NetworkConfig config)Add networking aliases to a custom networkStringtoJson()com.google.gson.JsonObjecttoJsonObject()
-
-
-
Method Detail
-
aliases
public ContainerNetworkingConfig aliases(NetworkConfig config)
Add networking aliases to a custom network- Parameters:
config- network config as configured in the pom.xml- Returns:
- this configuration
-
toJson
public String toJson()
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()
-
-