Class V1ExecActionFluentImpl<A extends V1ExecActionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ExecActionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ExecActionFluent<A>
- Direct Known Subclasses:
V1ExecActionBuilder
public class V1ExecActionFluentImpl<A extends V1ExecActionFluent<A>>
extends BaseFluent<A>
implements V1ExecActionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ExecActionFluentImpl(io.kubernetes.client.openapi.models.V1ExecAction instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToCommand(Collection<String> items) addToCommand(Integer index, String item) addToCommand(String... items) booleangetCommand(Integer index) getMatchingCommand(Predicate<String> predicate) inthashCode()hasMatchingCommand(Predicate<String> predicate) removeAllFromCommand(Collection<String> items) removeFromCommand(String... items) setToCommand(Integer index, String item) toString()withCommand(String... command) withCommand(List<String> command) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ExecActionFluentImpl
public V1ExecActionFluentImpl() -
V1ExecActionFluentImpl
public V1ExecActionFluentImpl(io.kubernetes.client.openapi.models.V1ExecAction instance)
-
-
Method Details
-
addToCommand
- Specified by:
addToCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
setToCommand
- Specified by:
setToCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
addToCommand
- Specified by:
addToCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
addAllToCommand
- Specified by:
addAllToCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
removeFromCommand
- Specified by:
removeFromCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
removeAllFromCommand
- Specified by:
removeAllFromCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getFirstCommand
- Specified by:
getFirstCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getLastCommand
- Specified by:
getLastCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getMatchingCommand
- Specified by:
getMatchingCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
hasMatchingCommand
- Specified by:
hasMatchingCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
hasCommand
- Specified by:
hasCommandin interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ExecActionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ExecActionFluent<A>>
-
toString
-