public static final class Protos.ContainerInfo.DockerInfo.Builder extends <any> implements Protos.ContainerInfo.DockerInfoOrBuilder
mesos.ContainerInfo.DockerInfo
Modifier and Type | Method and Description |
---|---|
Protos.ContainerInfo.DockerInfo.Builder |
addAllParameters(java.lang.Iterable<? extends Protos.Parameter> values)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
addAllPortMappings(java.lang.Iterable<? extends Protos.ContainerInfo.DockerInfo.PortMapping> values)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
addParameters(int index,
Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
addParameters(int index,
Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
addParameters(Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
addParameters(Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.Parameter.Builder |
addParametersBuilder()
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.Parameter.Builder |
addParametersBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
addPortMappings(int index,
Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
addPortMappings(int index,
Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.PortMapping.Builder |
addPortMappingsBuilder()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.PortMapping.Builder |
addPortMappingsBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerInfo.DockerInfo |
build() |
Protos.ContainerInfo.DockerInfo |
buildPartial() |
Protos.ContainerInfo.DockerInfo.Builder |
clear() |
Protos.ContainerInfo.DockerInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ContainerInfo.DockerInfo.Builder |
clearForcePullImage()
With this flag set to true, the docker containerizer will
pull the docker image from the registry even if the image
is already downloaded on the slave.
|
Protos.ContainerInfo.DockerInfo.Builder |
clearImage()
The docker image that is going to be passed to the registry.
|
Protos.ContainerInfo.DockerInfo.Builder |
clearNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST]; |
Protos.ContainerInfo.DockerInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ContainerInfo.DockerInfo.Builder |
clearParameters()
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
clearPortMappings()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
clearPrivileged()
optional bool privileged = 4 [default = false]; |
Protos.ContainerInfo.DockerInfo.Builder |
clearVolumeDriver()
Deprecated.
|
Protos.ContainerInfo.DockerInfo.Builder |
clone() |
Protos.ContainerInfo.DockerInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getForcePullImage()
With this flag set to true, the docker containerizer will
pull the docker image from the registry even if the image
is already downloaded on the slave.
|
java.lang.String |
getImage()
The docker image that is going to be passed to the registry.
|
com.google.protobuf.ByteString |
getImageBytes()
The docker image that is going to be passed to the registry.
|
Protos.ContainerInfo.DockerInfo.Network |
getNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST]; |
Protos.Parameter |
getParameters(int index)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.Parameter.Builder |
getParametersBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI.
|
java.util.List<Protos.Parameter.Builder> |
getParametersBuilderList()
Allowing arbitrary parameters to be passed to docker CLI.
|
int |
getParametersCount()
Allowing arbitrary parameters to be passed to docker CLI.
|
java.util.List<Protos.Parameter> |
getParametersList()
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ParameterOrBuilder |
getParametersOrBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI.
|
java.util.List<? extends Protos.ParameterOrBuilder> |
getParametersOrBuilderList()
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.PortMapping |
getPortMappings(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.PortMapping.Builder |
getPortMappingsBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
java.util.List<Protos.ContainerInfo.DockerInfo.PortMapping.Builder> |
getPortMappingsBuilderList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
int |
getPortMappingsCount()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
java.util.List<Protos.ContainerInfo.DockerInfo.PortMapping> |
getPortMappingsList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder |
getPortMappingsOrBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
java.util.List<? extends Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder> |
getPortMappingsOrBuilderList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
boolean |
getPrivileged()
optional bool privileged = 4 [default = false]; |
java.lang.String |
getVolumeDriver()
Deprecated.
|
com.google.protobuf.ByteString |
getVolumeDriverBytes()
Deprecated.
|
boolean |
hasForcePullImage()
With this flag set to true, the docker containerizer will
pull the docker image from the registry even if the image
is already downloaded on the slave.
|
boolean |
hasImage()
The docker image that is going to be passed to the registry.
|
boolean |
hasNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST]; |
boolean |
hasPrivileged()
optional bool privileged = 4 [default = false]; |
boolean |
hasVolumeDriver()
Deprecated.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.ContainerInfo.DockerInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ContainerInfo.DockerInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.ContainerInfo.DockerInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ContainerInfo.DockerInfo.Builder |
removeParameters(int index)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
removePortMappings(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerInfo.DockerInfo.Builder |
setForcePullImage(boolean value)
With this flag set to true, the docker containerizer will
pull the docker image from the registry even if the image
is already downloaded on the slave.
|
Protos.ContainerInfo.DockerInfo.Builder |
setImage(java.lang.String value)
The docker image that is going to be passed to the registry.
|
Protos.ContainerInfo.DockerInfo.Builder |
setImageBytes(com.google.protobuf.ByteString value)
The docker image that is going to be passed to the registry.
|
Protos.ContainerInfo.DockerInfo.Builder |
setNetwork(Protos.ContainerInfo.DockerInfo.Network value)
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST]; |
Protos.ContainerInfo.DockerInfo.Builder |
setParameters(int index,
Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
setParameters(int index,
Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI.
|
Protos.ContainerInfo.DockerInfo.Builder |
setPortMappings(int index,
Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
setPortMappings(int index,
Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3; |
Protos.ContainerInfo.DockerInfo.Builder |
setPrivileged(boolean value)
optional bool privileged = 4 [default = false]; |
Protos.ContainerInfo.DockerInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.ContainerInfo.DockerInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ContainerInfo.DockerInfo.Builder |
setVolumeDriver(java.lang.String value)
Deprecated.
|
Protos.ContainerInfo.DockerInfo.Builder |
setVolumeDriverBytes(com.google.protobuf.ByteString value)
Deprecated.
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.ContainerInfo.DockerInfo.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.ContainerInfo.DockerInfo getDefaultInstanceForType()
public Protos.ContainerInfo.DockerInfo build()
public Protos.ContainerInfo.DockerInfo buildPartial()
public Protos.ContainerInfo.DockerInfo.Builder clone()
public Protos.ContainerInfo.DockerInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerInfo.DockerInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.ContainerInfo.DockerInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.ContainerInfo.DockerInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.ContainerInfo.DockerInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerInfo.DockerInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.ContainerInfo.DockerInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasImage()
The docker image that is going to be passed to the registry.
required string image = 1;
hasImage
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public java.lang.String getImage()
The docker image that is going to be passed to the registry.
required string image = 1;
getImage
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public com.google.protobuf.ByteString getImageBytes()
The docker image that is going to be passed to the registry.
required string image = 1;
getImageBytes
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setImage(java.lang.String value)
The docker image that is going to be passed to the registry.
required string image = 1;
public Protos.ContainerInfo.DockerInfo.Builder clearImage()
The docker image that is going to be passed to the registry.
required string image = 1;
public Protos.ContainerInfo.DockerInfo.Builder setImageBytes(com.google.protobuf.ByteString value)
The docker image that is going to be passed to the registry.
required string image = 1;
public boolean hasNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Network getNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setNetwork(Protos.ContainerInfo.DockerInfo.Network value)
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
public Protos.ContainerInfo.DockerInfo.Builder clearNetwork()
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
public java.util.List<Protos.ContainerInfo.DockerInfo.PortMapping> getPortMappingsList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public int getPortMappingsCount()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.PortMapping getPortMappings(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setPortMappings(int index, Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder setPortMappings(int index, Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder addPortMappings(int index, Protos.ContainerInfo.DockerInfo.PortMapping value)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder addPortMappings(int index, Protos.ContainerInfo.DockerInfo.PortMapping.Builder builderForValue)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder addAllPortMappings(java.lang.Iterable<? extends Protos.ContainerInfo.DockerInfo.PortMapping> values)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder clearPortMappings()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.Builder removePortMappings(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.PortMapping.Builder getPortMappingsBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder getPortMappingsOrBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public java.util.List<? extends Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder> getPortMappingsOrBuilderList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.PortMapping.Builder addPortMappingsBuilder()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public Protos.ContainerInfo.DockerInfo.PortMapping.Builder addPortMappingsBuilder(int index)
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public java.util.List<Protos.ContainerInfo.DockerInfo.PortMapping.Builder> getPortMappingsBuilderList()
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
public boolean hasPrivileged()
optional bool privileged = 4 [default = false];
hasPrivileged
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public boolean getPrivileged()
optional bool privileged = 4 [default = false];
getPrivileged
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setPrivileged(boolean value)
optional bool privileged = 4 [default = false];
public Protos.ContainerInfo.DockerInfo.Builder clearPrivileged()
optional bool privileged = 4 [default = false];
public java.util.List<Protos.Parameter> getParametersList()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
getParametersList
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public int getParametersCount()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
getParametersCount
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.Parameter getParameters(int index)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
getParameters
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setParameters(int index, Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder setParameters(int index, Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder addParameters(Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder addParameters(int index, Protos.Parameter value)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder addParameters(Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder addParameters(int index, Protos.Parameter.Builder builderForValue)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder addAllParameters(java.lang.Iterable<? extends Protos.Parameter> values)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder clearParameters()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ContainerInfo.DockerInfo.Builder removeParameters(int index)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.Parameter.Builder getParametersBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.ParameterOrBuilder getParametersOrBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilder
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public java.util.List<? extends Protos.ParameterOrBuilder> getParametersOrBuilderList()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilderList
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.Parameter.Builder addParametersBuilder()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public Protos.Parameter.Builder addParametersBuilder(int index)
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public java.util.List<Protos.Parameter.Builder> getParametersBuilderList()
Allowing arbitrary parameters to be passed to docker CLI. Note that anything passed to this field is not guaranteed to be supported moving forward, as we might move away from the docker CLI.
repeated .mesos.Parameter parameters = 5;
public boolean hasForcePullImage()
With this flag set to true, the docker containerizer will pull the docker image from the registry even if the image is already downloaded on the slave.
optional bool force_pull_image = 6;
hasForcePullImage
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public boolean getForcePullImage()
With this flag set to true, the docker containerizer will pull the docker image from the registry even if the image is already downloaded on the slave.
optional bool force_pull_image = 6;
getForcePullImage
in interface Protos.ContainerInfo.DockerInfoOrBuilder
public Protos.ContainerInfo.DockerInfo.Builder setForcePullImage(boolean value)
With this flag set to true, the docker containerizer will pull the docker image from the registry even if the image is already downloaded on the slave.
optional bool force_pull_image = 6;
public Protos.ContainerInfo.DockerInfo.Builder clearForcePullImage()
With this flag set to true, the docker containerizer will pull the docker image from the registry even if the image is already downloaded on the slave.
optional bool force_pull_image = 6;
@Deprecated public boolean hasVolumeDriver()
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
hasVolumeDriver
in interface Protos.ContainerInfo.DockerInfoOrBuilder
@Deprecated public java.lang.String getVolumeDriver()
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
getVolumeDriver
in interface Protos.ContainerInfo.DockerInfoOrBuilder
@Deprecated public com.google.protobuf.ByteString getVolumeDriverBytes()
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
getVolumeDriverBytes
in interface Protos.ContainerInfo.DockerInfoOrBuilder
@Deprecated public Protos.ContainerInfo.DockerInfo.Builder setVolumeDriver(java.lang.String value)
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
@Deprecated public Protos.ContainerInfo.DockerInfo.Builder clearVolumeDriver()
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
@Deprecated public Protos.ContainerInfo.DockerInfo.Builder setVolumeDriverBytes(com.google.protobuf.ByteString value)
The name of volume driver plugin.
optional string volume_driver = 7 [deprecated = true];
public final Protos.ContainerInfo.DockerInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.ContainerInfo.DockerInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)