Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1LifecycleHandler |
V1LifecycleHandler.exec(V1ExecAction exec) |
V1LifecycleHandler |
V1Lifecycle.getPostStart()
Get postStart
|
V1LifecycleHandler |
V1Lifecycle.getPreStop()
Get preStop
|
V1LifecycleHandler |
V1LifecycleHandler.httpGet(V1HTTPGetAction httpGet) |
V1LifecycleHandler |
V1LifecycleHandler.tcpSocket(V1TCPSocketAction tcpSocket) |
Modifier and Type | Method and Description |
---|---|
V1Lifecycle |
V1Lifecycle.postStart(V1LifecycleHandler postStart) |
V1Lifecycle |
V1Lifecycle.preStop(V1LifecycleHandler preStop) |
void |
V1Lifecycle.setPostStart(V1LifecycleHandler postStart) |
void |
V1Lifecycle.setPreStop(V1LifecycleHandler preStop) |
Copyright © 2022. All rights reserved.