Uses of Class
io.kubernetes.client.openapi.models.V1Lifecycle
Packages that use V1Lifecycle
-
Uses of V1Lifecycle in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LifecycleModifier and TypeMethodDescriptionV1Container.getLifecycle()Get lifecycleV1EphemeralContainer.getLifecycle()Get lifecycleV1Lifecycle.postStart(V1LifecycleHandler postStart) V1Lifecycle.preStop(V1LifecycleHandler preStop) Methods in io.kubernetes.client.openapi.models with parameters of type V1LifecycleModifier and TypeMethodDescriptionV1Container.lifecycle(V1Lifecycle lifecycle) V1EphemeralContainer.lifecycle(V1Lifecycle lifecycle) voidV1Container.setLifecycle(V1Lifecycle lifecycle) voidV1EphemeralContainer.setLifecycle(V1Lifecycle lifecycle)