public static interface Protos.ImageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Protos.Image.Appc |
getAppc ()
Only one of the following image messages should be set to match
the type.
|
Protos.Image.AppcOrBuilder |
getAppcOrBuilder ()
Only one of the following image messages should be set to match
the type.
|
boolean |
getCached ()
With this flag set to false, the mesos containerizer will pull
the docker/appc image from the registry even if the image is
already downloaded on the agent.
|
Protos.Image.Docker |
getDocker ()
optional .mesos.Image.Docker docker = 3; |
Protos.Image.DockerOrBuilder |
getDockerOrBuilder ()
optional .mesos.Image.Docker docker = 3; |
Protos.Image.Type |
getType ()
required .mesos.Image.Type type = 1; |
boolean |
hasAppc ()
Only one of the following image messages should be set to match
the type.
|
boolean |
hasCached ()
With this flag set to false, the mesos containerizer will pull
the docker/appc image from the registry even if the image is
already downloaded on the agent.
|
boolean |
hasDocker ()
optional .mesos.Image.Docker docker = 3; |
boolean |
hasType ()
required .mesos.Image.Type type = 1; |
boolean hasType()
required .mesos.Image.Type type = 1;Protos.Image.Type getType()
required .mesos.Image.Type type = 1;boolean hasAppc()
Only one of the following image messages should be set to match the type.
optional .mesos.Image.Appc appc = 2;Protos.Image.Appc getAppc()
Only one of the following image messages should be set to match the type.
optional .mesos.Image.Appc appc = 2;Protos.Image.AppcOrBuilder getAppcOrBuilder()
Only one of the following image messages should be set to match the type.
optional .mesos.Image.Appc appc = 2;boolean hasDocker()
optional .mesos.Image.Docker docker = 3;Protos.Image.Docker getDocker()
optional .mesos.Image.Docker docker = 3;Protos.Image.DockerOrBuilder getDockerOrBuilder()
optional .mesos.Image.Docker docker = 3;boolean hasCached()
With this flag set to false, the mesos containerizer will pull the docker/appc image from the registry even if the image is already downloaded on the agent.
optional bool cached = 4 [default = true];boolean getCached()
With this flag set to false, the mesos containerizer will pull the docker/appc image from the registry even if the image is already downloaded on the agent.
optional bool cached = 4 [default = true];