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