public static interface V1.PodAttachOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContainer()
The container in which to execute the command.
|
com.google.protobuf.ByteString |
getContainerBytes()
The container in which to execute the command.
|
boolean |
getStderr()
Stderr if true indicates that stderr is to be redirected for the attach call.
|
boolean |
getStdin()
Stdin if true, redirects the standard input stream of the pod for this call.
|
boolean |
getStdout()
Stdout if true indicates that stdout is to be redirected for the attach call.
|
boolean |
getTty()
TTY if true indicates that a tty will be allocated for the attach call.
|
boolean |
hasContainer()
The container in which to execute the command.
|
boolean |
hasStderr()
Stderr if true indicates that stderr is to be redirected for the attach call.
|
boolean |
hasStdin()
Stdin if true, redirects the standard input stream of the pod for this call.
|
boolean |
hasStdout()
Stdout if true indicates that stdout is to be redirected for the attach call.
|
boolean |
hasTty()
TTY if true indicates that a tty will be allocated for the attach call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStdin()
Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. +optional
optional bool stdin = 1;
boolean getStdin()
Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. +optional
optional bool stdin = 1;
boolean hasStdout()
Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. +optional
optional bool stdout = 2;
boolean getStdout()
Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. +optional
optional bool stdout = 2;
boolean hasStderr()
Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. +optional
optional bool stderr = 3;
boolean getStderr()
Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. +optional
optional bool stderr = 3;
boolean hasTty()
TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. +optional
optional bool tty = 4;
boolean getTty()
TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. +optional
optional bool tty = 4;
boolean hasContainer()
The container in which to execute the command. Defaults to only container if there is only one container in the pod. +optional
optional string container = 5;
String getContainer()
The container in which to execute the command. Defaults to only container if there is only one container in the pod. +optional
optional string container = 5;
com.google.protobuf.ByteString getContainerBytes()
The container in which to execute the command. Defaults to only container if there is only one container in the pod. +optional
optional string container = 5;
Copyright © 2021. All rights reserved.