| Modifier and Type | Method and Description |
|---|---|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.addAllCommand(Iterable<String> values)
Command is the remote command to execute.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.addCommand(String value)
Command is the remote command to execute.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.addCommandBytes(com.google.protobuf.ByteString value)
Command is the remote command to execute.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clear() |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearCommand()
Command is the remote command to execute.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearContainer()
Container in which to execute the command.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearStderr()
Redirect the standard error stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearStdin()
Redirect the standard input stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearStdout()
Redirect the standard output stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clearTty()
TTY if true indicates that a tty will be allocated for the exec call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.clone() |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.mergeFrom(V1.PodExecOptions other) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.PodExecOptions.Builder |
V1.PodExecOptions.newBuilder() |
static V1.PodExecOptions.Builder |
V1.PodExecOptions.newBuilder(V1.PodExecOptions prototype) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.newBuilderForType() |
protected V1.PodExecOptions.Builder |
V1.PodExecOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setCommand(int index,
String value)
Command is the remote command to execute.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setContainer(String value)
Container in which to execute the command.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setContainerBytes(com.google.protobuf.ByteString value)
Container in which to execute the command.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setStderr(boolean value)
Redirect the standard error stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setStdin(boolean value)
Redirect the standard input stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setStdout(boolean value)
Redirect the standard output stream of the pod for this call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setTty(boolean value)
TTY if true indicates that a tty will be allocated for the exec call.
|
V1.PodExecOptions.Builder |
V1.PodExecOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodExecOptions.Builder |
V1.PodExecOptions.toBuilder() |
Copyright © 2020. All rights reserved.