Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Lifecycle |
V1Container.getLifecycle()
Get lifecycle
|
V1Lifecycle |
V1EphemeralContainer.getLifecycle()
Get lifecycle
|
V1Lifecycle |
V1Lifecycle.postStart(V1LifecycleHandler postStart) |
V1Lifecycle |
V1Lifecycle.preStop(V1LifecycleHandler preStop) |
Modifier and Type | Method and Description |
---|---|
V1Container |
V1Container.lifecycle(V1Lifecycle lifecycle) |
V1EphemeralContainer |
V1EphemeralContainer.lifecycle(V1Lifecycle lifecycle) |
void |
V1Container.setLifecycle(V1Lifecycle lifecycle) |
void |
V1EphemeralContainer.setLifecycle(V1Lifecycle lifecycle) |
Copyright © 2022. All rights reserved.