Class ExecFluent<A extends ExecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.ExecFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ExecBuilder,StartupProbeFluent.StartupprobeExecNested
public class ExecFluent<A extends ExecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ExecFluent()ExecFluent(Exec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddAllToCommand(Collection<String> items)AaddToCommand(int index, String item)AaddToCommand(String... items)booleanequals(Object o)List<String>getCommand()StringgetCommand(int index)StringgetFirstCommand()StringgetLastCommand()StringgetMatchingCommand(Predicate<String> predicate)booleanhasCommand()inthashCode()booleanhasMatchingCommand(Predicate<String> predicate)AremoveAllFromCommand(Collection<String> items)AremoveFromCommand(String... items)AsetToCommand(int index, String item)StringtoString()AwithCommand(String... command)AwithCommand(List<String> command)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ExecFluent
public ExecFluent()
-
ExecFluent
public ExecFluent(Exec instance)
-
-
Method Detail
-
addAllToCommand
public A addAllToCommand(Collection<String> items)
-
removeAllFromCommand
public A removeAllFromCommand(Collection<String> items)
-
getCommand
public String getCommand(int index)
-
getFirstCommand
public String getFirstCommand()
-
getLastCommand
public String getLastCommand()
-
hasCommand
public boolean hasCommand()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecFluent<A>>
-
-