Package io.fabric8.kubernetes.api.model
Class ExecActionFluent<A extends ExecActionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ExecActionFluent<A>
-
- Direct Known Subclasses:
ExecActionBuilder
,LifecycleHandlerFluent.ExecNested
,ProbeFluent.ExecNested
public class ExecActionFluent<A extends ExecActionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description ExecActionFluent()
ExecActionFluent(ExecAction instance)
-
Method Summary
-
-
-
Constructor Detail
-
ExecActionFluent
public ExecActionFluent()
-
ExecActionFluent
public ExecActionFluent(ExecAction instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ExecAction instance)
-
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()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecActionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecActionFluent<A>>
-
-