Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clear() |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearContainer() |
The container in which to execute the command.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearStderr() |
Stderr if true indicates that stderr is to be redirected for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearStdin() |
Stdin if true, redirects the standard input stream of the pod for this call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearStdout() |
Stdout if true indicates that stdout is to be redirected for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clearTty() |
TTY if true indicates that a tty will be allocated for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.clone() |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.mergeFrom(Generated.PodAttachOptions other) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.newBuilder() |
|
static Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.newBuilder(Generated.PodAttachOptions prototype) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.newBuilderForType() |
|
protected Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setContainer(String value) |
The container in which to execute the command.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setContainerBytes(com.google.protobuf.ByteString value) |
The container in which to execute the command.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setStderr(boolean value) |
Stderr if true indicates that stderr is to be redirected for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setStdin(boolean value) |
Stdin if true, redirects the standard input stream of the pod for this call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setStdout(boolean value) |
Stdout if true indicates that stdout is to be redirected for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setTty(boolean value) |
TTY if true indicates that a tty will be allocated for the attach call.
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.PodAttachOptions.Builder |
Generated.PodAttachOptions.toBuilder() |
|