| Modifier and Type | Method and Description |
|---|---|
SecretVolumeSource |
SecretVolumeSource.Builder.build() |
SecretVolumeSource |
SecretVolumeSource.Builder.buildPartial() |
static SecretVolumeSource |
SecretVolumeSource.getDefaultInstance() |
SecretVolumeSource |
SecretVolumeSource.getDefaultInstanceForType() |
SecretVolumeSource |
SecretVolumeSource.Builder.getDefaultInstanceForType() |
SecretVolumeSource |
Volume.getSecret()
Secret represents a secret that should populate this volume.
|
SecretVolumeSource |
Volume.Builder.getSecret()
Secret represents a secret that should populate this volume.
|
SecretVolumeSource |
VolumeOrBuilder.getSecret()
Secret represents a secret that should populate this volume.
|
static SecretVolumeSource |
SecretVolumeSource.parseDelimitedFrom(InputStream input) |
static SecretVolumeSource |
SecretVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(byte[] data) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(ByteBuffer data) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(InputStream input) |
static SecretVolumeSource |
SecretVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SecretVolumeSource> |
SecretVolumeSource.getParserForType() |
static com.google.protobuf.Parser<SecretVolumeSource> |
SecretVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
SecretVolumeSource.Builder |
SecretVolumeSource.Builder.mergeFrom(SecretVolumeSource other) |
Volume.Builder |
Volume.Builder.mergeSecret(SecretVolumeSource value)
Secret represents a secret that should populate this volume.
|
static SecretVolumeSource.Builder |
SecretVolumeSource.newBuilder(SecretVolumeSource prototype) |
Volume.Builder |
Volume.Builder.setSecret(SecretVolumeSource value)
Secret represents a secret that should populate this volume.
|
Copyright © 2025 Google LLC. All rights reserved.