| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.Volume> |
V1.Volume.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Volume |
V1.Volume.Builder.build() |
V1.Volume |
V1.Volume.Builder.buildPartial() |
static V1.Volume |
V1.Volume.getDefaultInstance() |
V1.Volume |
V1.Volume.getDefaultInstanceForType() |
V1.Volume |
V1.Volume.Builder.getDefaultInstanceForType() |
V1.Volume |
V1.PodSpecOrBuilder.getVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.Volume |
V1.PodSpec.getVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.Volume |
V1.PodSpec.Builder.getVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.Volume |
V1alpha1Settings.PodPresetSpecOrBuilder.getVolumes(int index)
Volumes defines the collection of Volume to inject into the pod.
|
V1.Volume |
V1alpha1Settings.PodPresetSpec.getVolumes(int index)
Volumes defines the collection of Volume to inject into the pod.
|
V1.Volume |
V1alpha1Settings.PodPresetSpec.Builder.getVolumes(int index)
Volumes defines the collection of Volume to inject into the pod.
|
static V1.Volume |
V1.Volume.parseDelimitedFrom(InputStream input) |
static V1.Volume |
V1.Volume.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Volume |
V1.Volume.parseFrom(byte[] data) |
static V1.Volume |
V1.Volume.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Volume |
V1.Volume.parseFrom(ByteBuffer data) |
static V1.Volume |
V1.Volume.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Volume |
V1.Volume.parseFrom(com.google.protobuf.ByteString data) |
static V1.Volume |
V1.Volume.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Volume |
V1.Volume.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.Volume |
V1.Volume.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Volume |
V1.Volume.parseFrom(InputStream input) |
static V1.Volume |
V1.Volume.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.Volume> |
V1.Volume.getParserForType() |
List<V1.Volume> |
V1.PodSpecOrBuilder.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.
|
List<V1.Volume> |
V1.PodSpec.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.
|
List<V1.Volume> |
V1.PodSpec.Builder.getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.
|
List<V1.Volume> |
V1alpha1Settings.PodPresetSpecOrBuilder.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.
|
List<V1.Volume> |
V1alpha1Settings.PodPresetSpec.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.
|
List<V1.Volume> |
V1alpha1Settings.PodPresetSpec.Builder.getVolumesList()
Volumes defines the collection of Volume to inject into the pod.
|
static com.google.protobuf.Parser<V1.Volume> |
V1.Volume.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(int index,
V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumes(int index,
V1.Volume value)
Volumes defines the collection of Volume to inject into the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addVolumes(V1.Volume value)
Volumes defines the collection of Volume to inject into the pod.
|
V1.Volume.Builder |
V1.Volume.Builder.mergeFrom(V1.Volume other) |
static V1.Volume.Builder |
V1.Volume.newBuilder(V1.Volume prototype) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setVolumes(int index,
V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.setVolumes(int index,
V1.Volume value)
Volumes defines the collection of Volume to inject into the pod.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllVolumes(Iterable<? extends V1.Volume> values)
List of volumes that can be mounted by containers belonging to the pod.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addAllVolumes(Iterable<? extends V1.Volume> values)
Volumes defines the collection of Volume to inject into the pod.
|
Copyright © 2019. All rights reserved.