Package io.fabric8.kubernetes.api.model
Interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.PodExecOptionsNested<N>
,WatchEventFluent.PodExecOptionsObjectNested<N>
- All Known Implementing Classes:
DoneablePodExecOptions
,KubeSchemaFluentImpl.PodExecOptionsNestedImpl
,PodExecOptionsBuilder
,PodExecOptionsFluentImpl
,WatchEventFluentImpl.PodExecOptionsObjectNestedImpl
public interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>> extends Fluent<A>
-
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
addToCommand
-
setToCommand
-
addToCommand
-
addAllToCommand
-
removeFromCommand
-
removeAllFromCommand
-
getCommand
-
getCommand
-
getFirstCommand
String getFirstCommand() -
getLastCommand
String getLastCommand() -
getMatchingCommand
-
hasMatchingCommand
-
withCommand
-
withCommand
-
hasCommand
Boolean hasCommand() -
addNewCommand
-
addNewCommand
-
addNewCommand
-
getContainer
String getContainer() -
withContainer
-
hasContainer
Boolean hasContainer() -
withNewContainer
-
withNewContainer
-
withNewContainer
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
isStderr
Boolean isStderr() -
withStderr
-
hasStderr
Boolean hasStderr() -
withNewStderr
-
withNewStderr
-
isStdin
Boolean isStdin() -
withStdin
-
hasStdin
Boolean hasStdin() -
withNewStdin
-
withNewStdin
-
isStdout
Boolean isStdout() -
withStdout
-
hasStdout
Boolean hasStdout() -
withNewStdout
-
withNewStdout
-
isTty
Boolean isTty() -
withTty
-
hasTty
Boolean hasTty() -
withNewTty
-
withNewTty
-