public static interface Protos.Volume.SourceOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Volume.Source.CSIVolume |
getCsiVolume()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6; |
Protos.Volume.Source.CSIVolumeOrBuilder |
getCsiVolumeOrBuilder()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6; |
Protos.Volume.Source.DockerVolume |
getDockerVolume()
The source of the volume created by docker volume driver.
|
Protos.Volume.Source.DockerVolumeOrBuilder |
getDockerVolumeOrBuilder()
The source of the volume created by docker volume driver.
|
Protos.Volume.Source.HostPath |
getHostPath()
optional .mesos.Volume.Source.HostPath host_path = 5; |
Protos.Volume.Source.HostPathOrBuilder |
getHostPathOrBuilder()
optional .mesos.Volume.Source.HostPath host_path = 5; |
Protos.Volume.Source.SandboxPath |
getSandboxPath()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3; |
Protos.Volume.Source.SandboxPathOrBuilder |
getSandboxPathOrBuilder()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3; |
Protos.Secret |
getSecret()
The volume/secret isolator uses the secret-fetcher module (third-party or
internal) downloads the secret and makes it available at container_path.
|
Protos.SecretOrBuilder |
getSecretOrBuilder()
The volume/secret isolator uses the secret-fetcher module (third-party or
internal) downloads the secret and makes it available at container_path.
|
Protos.Volume.Source.Type |
getType()
Enum fields should be optional, see: MESOS-4997.
|
boolean |
hasCsiVolume()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6; |
boolean |
hasDockerVolume()
The source of the volume created by docker volume driver.
|
boolean |
hasHostPath()
optional .mesos.Volume.Source.HostPath host_path = 5; |
boolean |
hasSandboxPath()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3; |
boolean |
hasSecret()
The volume/secret isolator uses the secret-fetcher module (third-party or
internal) downloads the secret and makes it available at container_path.
|
boolean |
hasType()
Enum fields should be optional, see: MESOS-4997.
|
boolean hasType()
Enum fields should be optional, see: MESOS-4997.
optional .mesos.Volume.Source.Type type = 1;
Protos.Volume.Source.Type getType()
Enum fields should be optional, see: MESOS-4997.
optional .mesos.Volume.Source.Type type = 1;
boolean hasDockerVolume()
The source of the volume created by docker volume driver.
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
Protos.Volume.Source.DockerVolume getDockerVolume()
The source of the volume created by docker volume driver.
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
Protos.Volume.Source.DockerVolumeOrBuilder getDockerVolumeOrBuilder()
The source of the volume created by docker volume driver.
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
boolean hasHostPath()
optional .mesos.Volume.Source.HostPath host_path = 5;
Protos.Volume.Source.HostPath getHostPath()
optional .mesos.Volume.Source.HostPath host_path = 5;
Protos.Volume.Source.HostPathOrBuilder getHostPathOrBuilder()
optional .mesos.Volume.Source.HostPath host_path = 5;
boolean hasSandboxPath()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3;
Protos.Volume.Source.SandboxPath getSandboxPath()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3;
Protos.Volume.Source.SandboxPathOrBuilder getSandboxPathOrBuilder()
optional .mesos.Volume.Source.SandboxPath sandbox_path = 3;
boolean hasSecret()
The volume/secret isolator uses the secret-fetcher module (third-party or internal) downloads the secret and makes it available at container_path.
optional .mesos.Secret secret = 4;
Protos.Secret getSecret()
The volume/secret isolator uses the secret-fetcher module (third-party or internal) downloads the secret and makes it available at container_path.
optional .mesos.Secret secret = 4;
Protos.SecretOrBuilder getSecretOrBuilder()
The volume/secret isolator uses the secret-fetcher module (third-party or internal) downloads the secret and makes it available at container_path.
optional .mesos.Secret secret = 4;
boolean hasCsiVolume()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6;
Protos.Volume.Source.CSIVolume getCsiVolume()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6;
Protos.Volume.Source.CSIVolumeOrBuilder getCsiVolumeOrBuilder()
optional .mesos.Volume.Source.CSIVolume csi_volume = 6;