Uses of Class
io.kubernetes.client.openapi.models.V1LifecycleHandler
Packages that use V1LifecycleHandler
-
Uses of V1LifecycleHandler in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LifecycleHandlerModifier and TypeMethodDescriptionV1LifecycleHandler.exec(V1ExecAction exec) static V1LifecycleHandlerCreate an instance of V1LifecycleHandler given an JSON stringV1Lifecycle.getPostStart()Get postStartV1Lifecycle.getPreStop()Get preStopV1LifecycleHandler.httpGet(V1HTTPGetAction httpGet) V1LifecycleHandler.tcpSocket(V1TCPSocketAction tcpSocket) Methods in io.kubernetes.client.openapi.models with parameters of type V1LifecycleHandlerModifier and TypeMethodDescriptionV1Lifecycle.postStart(V1LifecycleHandler postStart) V1Lifecycle.preStop(V1LifecycleHandler preStop) voidV1Lifecycle.setPostStart(V1LifecycleHandler postStart) voidV1Lifecycle.setPreStop(V1LifecycleHandler preStop)