Interface ServiceSpec
-
@Immutable public interface ServiceSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceSpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServiceSpec.Builderbuilder()EndpointSpecendpointSpec()Map<String,String>labels()ServiceModemode()Stringname()List<NetworkAttachmentConfig>networks()TaskSpectaskTemplate()UpdateConfigupdateConfig()
-
-
-
Method Detail
-
name
String name()
-
taskTemplate
TaskSpec taskTemplate()
-
mode
ServiceMode mode()
-
updateConfig
UpdateConfig updateConfig()
-
networks
List<NetworkAttachmentConfig> networks()
-
endpointSpec
EndpointSpec endpointSpec()
-
builder
static ServiceSpec.Builder builder()
-
-