public class ExecHealthCheckConfigFluent<A extends ExecHealthCheckConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ExecHealthCheckConfigFluent() |
ExecHealthCheckConfigFluent(ExecHealthCheckConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addToCommand(int index,
String item) |
A |
addToCommand(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getCommand(int index) |
String |
getFirstCommand() |
String |
getLastCommand() |
String |
getMatchingCommand(Predicate<String> predicate) |
boolean |
hasCommand() |
int |
hashCode() |
boolean |
hasMatchingCommand(Predicate<String> predicate) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeFromCommand(String... items) |
A |
setToCommand(int index,
String item) |
String |
toString() |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ExecHealthCheckConfigFluent()
public ExecHealthCheckConfigFluent(ExecHealthCheckConfig instance)
public A addAllToCommand(Collection<String> items)
public A removeAllFromCommand(Collection<String> items)
public String getCommand(int index)
public String getFirstCommand()
public String getLastCommand()
public boolean hasCommand()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecHealthCheckConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecHealthCheckConfigFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.