public class ServiceConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceConfig.Builder |
static class |
ServiceConfig.Port |
Constructor and Description |
---|
ServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
List<ServiceConfig.Port> |
getPorts() |
String |
getType() |
boolean |
isExpose() |
boolean |
isHeadless() |
boolean |
isNormalizePort() |
public String getName()
public List<ServiceConfig.Port> getPorts()
public boolean isHeadless()
public boolean isExpose()
public String getType()
public boolean isNormalizePort()
Copyright © 2020. All rights reserved.