public static interface Protos.Volume.Source.CSIVolume.StaticProvisioningOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsNodePublishSecrets(java.lang.String key)
map<string, .mesos.Secret> node_publish_secrets = 4; |
boolean |
containsNodeStageSecrets(java.lang.String key)
The secrets needed for staging/publishing the volume, e.g.:
{
"username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}},
"password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}}
}
|
boolean |
containsVolumeContext(java.lang.String key)
map<string, string> volume_context = 5; |
java.util.Map<java.lang.String,Protos.Secret> |
getNodePublishSecrets()
Deprecated.
|
int |
getNodePublishSecretsCount()
map<string, .mesos.Secret> node_publish_secrets = 4; |
java.util.Map<java.lang.String,Protos.Secret> |
getNodePublishSecretsMap()
map<string, .mesos.Secret> node_publish_secrets = 4; |
Protos.Secret |
getNodePublishSecretsOrDefault(java.lang.String key,
Protos.Secret defaultValue)
map<string, .mesos.Secret> node_publish_secrets = 4; |
Protos.Secret |
getNodePublishSecretsOrThrow(java.lang.String key)
map<string, .mesos.Secret> node_publish_secrets = 4; |
java.util.Map<java.lang.String,Protos.Secret> |
getNodeStageSecrets()
Deprecated.
|
int |
getNodeStageSecretsCount()
The secrets needed for staging/publishing the volume, e.g.:
{
"username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}},
"password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}}
}
|
java.util.Map<java.lang.String,Protos.Secret> |
getNodeStageSecretsMap()
The secrets needed for staging/publishing the volume, e.g.:
{
"username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}},
"password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}}
}
|
Protos.Secret |
getNodeStageSecretsOrDefault(java.lang.String key,
Protos.Secret defaultValue)
The secrets needed for staging/publishing the volume, e.g.:
{
"username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}},
"password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}}
}
|
Protos.Secret |
getNodeStageSecretsOrThrow(java.lang.String key)
The secrets needed for staging/publishing the volume, e.g.:
{
"username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}},
"password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}}
}
|
Protos.Volume.Source.CSIVolume.VolumeCapability |
getVolumeCapability()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2; |
Protos.Volume.Source.CSIVolume.VolumeCapabilityOrBuilder |
getVolumeCapabilityOrBuilder()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getVolumeContext()
Deprecated.
|
int |
getVolumeContextCount()
map<string, string> volume_context = 5; |
java.util.Map<java.lang.String,java.lang.String> |
getVolumeContextMap()
map<string, string> volume_context = 5; |
java.lang.String |
getVolumeContextOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> volume_context = 5; |
java.lang.String |
getVolumeContextOrThrow(java.lang.String key)
map<string, string> volume_context = 5; |
java.lang.String |
getVolumeId()
required string volume_id = 1; |
com.google.protobuf.ByteString |
getVolumeIdBytes()
required string volume_id = 1; |
boolean |
hasVolumeCapability()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2; |
boolean |
hasVolumeId()
required string volume_id = 1; |
boolean hasVolumeId()
required string volume_id = 1;
java.lang.String getVolumeId()
required string volume_id = 1;
com.google.protobuf.ByteString getVolumeIdBytes()
required string volume_id = 1;
boolean hasVolumeCapability()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2;
Protos.Volume.Source.CSIVolume.VolumeCapability getVolumeCapability()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2;
Protos.Volume.Source.CSIVolume.VolumeCapabilityOrBuilder getVolumeCapabilityOrBuilder()
required .mesos.Volume.Source.CSIVolume.VolumeCapability volume_capability = 2;
int getNodeStageSecretsCount()
The secrets needed for staging/publishing the volume, e.g.: { "username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}}, "password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}} }
map<string, .mesos.Secret> node_stage_secrets = 3;
boolean containsNodeStageSecrets(java.lang.String key)
The secrets needed for staging/publishing the volume, e.g.: { "username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}}, "password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}} }
map<string, .mesos.Secret> node_stage_secrets = 3;
@Deprecated java.util.Map<java.lang.String,Protos.Secret> getNodeStageSecrets()
getNodeStageSecretsMap()
instead.java.util.Map<java.lang.String,Protos.Secret> getNodeStageSecretsMap()
The secrets needed for staging/publishing the volume, e.g.: { "username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}}, "password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}} }
map<string, .mesos.Secret> node_stage_secrets = 3;
Protos.Secret getNodeStageSecretsOrDefault(java.lang.String key, Protos.Secret defaultValue)
The secrets needed for staging/publishing the volume, e.g.: { "username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}}, "password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}} }
map<string, .mesos.Secret> node_stage_secrets = 3;
Protos.Secret getNodeStageSecretsOrThrow(java.lang.String key)
The secrets needed for staging/publishing the volume, e.g.: { "username": {"type": REFERENCE, "reference": {"name": "U_SECRET"}}, "password": {"type": REFERENCE, "reference": {"name": "P_SECRET"}} }
map<string, .mesos.Secret> node_stage_secrets = 3;
int getNodePublishSecretsCount()
map<string, .mesos.Secret> node_publish_secrets = 4;
boolean containsNodePublishSecrets(java.lang.String key)
map<string, .mesos.Secret> node_publish_secrets = 4;
@Deprecated java.util.Map<java.lang.String,Protos.Secret> getNodePublishSecrets()
getNodePublishSecretsMap()
instead.java.util.Map<java.lang.String,Protos.Secret> getNodePublishSecretsMap()
map<string, .mesos.Secret> node_publish_secrets = 4;
Protos.Secret getNodePublishSecretsOrDefault(java.lang.String key, Protos.Secret defaultValue)
map<string, .mesos.Secret> node_publish_secrets = 4;
Protos.Secret getNodePublishSecretsOrThrow(java.lang.String key)
map<string, .mesos.Secret> node_publish_secrets = 4;
int getVolumeContextCount()
map<string, string> volume_context = 5;
boolean containsVolumeContext(java.lang.String key)
map<string, string> volume_context = 5;
@Deprecated java.util.Map<java.lang.String,java.lang.String> getVolumeContext()
getVolumeContextMap()
instead.java.util.Map<java.lang.String,java.lang.String> getVolumeContextMap()
map<string, string> volume_context = 5;
java.lang.String getVolumeContextOrDefault(java.lang.String key, java.lang.String defaultValue)
map<string, string> volume_context = 5;
java.lang.String getVolumeContextOrThrow(java.lang.String key)
map<string, string> volume_context = 5;