Uses of Class
io.kubernetes.client.openapi.models.V1ExecAction
Packages that use V1ExecAction
-
Uses of V1ExecAction in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ExecActionModifier and TypeMethodDescriptionV1ExecAction.addCommandItem
(String commandItem) static V1ExecAction
Create an instance of V1ExecAction given an JSON stringV1LifecycleHandler.getExec()
Get execV1Probe.getExec()
Get execMethods in io.kubernetes.client.openapi.models with parameters of type V1ExecActionModifier and TypeMethodDescriptionV1LifecycleHandler.exec
(V1ExecAction exec) V1Probe.exec
(V1ExecAction exec) void
V1LifecycleHandler.setExec
(V1ExecAction exec) void
V1Probe.setExec
(V1ExecAction exec)