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) boolean
getCommand
(Integer index) getMatchingCommand
(Predicate<String> predicate) int
hashCode()
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:
addToCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
setToCommand
- Specified by:
setToCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
addToCommand
- Specified by:
addToCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
addAllToCommand
- Specified by:
addAllToCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
removeFromCommand
- Specified by:
removeFromCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
removeAllFromCommand
- Specified by:
removeAllFromCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getCommand
- Specified by:
getCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getFirstCommand
- Specified by:
getFirstCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getLastCommand
- Specified by:
getLastCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
getMatchingCommand
- Specified by:
getMatchingCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
hasMatchingCommand
- Specified by:
hasMatchingCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
withCommand
- Specified by:
withCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
hasCommand
- Specified by:
hasCommand
in interfaceV1ExecActionFluent<A extends V1ExecActionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ExecActionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ExecActionFluent<A>>
-
toString
-