Uses of Class
io.kubernetes.client.proto.V1.SecretVolumeSource
-
Uses of V1.SecretVolumeSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.SecretVolumeSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.SecretVolumeSource>V1.SecretVolumeSource.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.SecretVolumeSourceModifier and TypeMethodDescriptionV1.SecretVolumeSource.Builder.build()V1.SecretVolumeSource.Builder.buildPartial()static V1.SecretVolumeSourceV1.SecretVolumeSource.getDefaultInstance()V1.SecretVolumeSource.Builder.getDefaultInstanceForType()V1.SecretVolumeSource.getDefaultInstanceForType()V1.VolumeSource.Builder.getSecret()Secret represents a secret that should populate this volume.V1.VolumeSource.getSecret()Secret represents a secret that should populate this volume.V1.VolumeSourceOrBuilder.getSecret()Secret represents a secret that should populate this volume.static V1.SecretVolumeSourceV1.SecretVolumeSource.parseDelimitedFrom(InputStream input) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(byte[] data) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(com.google.protobuf.ByteString data) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(InputStream input) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(ByteBuffer data) static V1.SecretVolumeSourceV1.SecretVolumeSource.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.SecretVolumeSourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.SecretVolumeSource>V1.SecretVolumeSource.getParserForType()static com.google.protobuf.Parser<V1.SecretVolumeSource>V1.SecretVolumeSource.parser()Methods in io.kubernetes.client.proto with parameters of type V1.SecretVolumeSourceModifier and TypeMethodDescriptionV1.SecretVolumeSource.Builder.mergeFrom(V1.SecretVolumeSource other) V1.VolumeSource.Builder.mergeSecret(V1.SecretVolumeSource value) Secret represents a secret that should populate this volume.V1.SecretVolumeSource.newBuilder(V1.SecretVolumeSource prototype) V1.VolumeSource.Builder.setSecret(V1.SecretVolumeSource value) Secret represents a secret that should populate this volume.