public interface ExecHealthCheckConfigFluent<A extends ExecHealthCheckConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addToCommand(Integer index,
String item) |
A |
addToCommand(String... items) |
List<String> |
getCommand() |
String |
getCommand(Integer index) |
String |
getFirstCommand() |
String |
getLastCommand() |
String |
getMatchingCommand(Predicate<String> predicate) |
Boolean |
hasCommand() |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeFromCommand(String... items) |
A |
setToCommand(Integer index,
String item) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A addAllToCommand(Collection<String> items)
A removeAllFromCommand(Collection<String> items)
String getFirstCommand()
String getLastCommand()
Boolean hasCommand()
Copyright © 2015–2023 Red Hat. All rights reserved.