Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Lifecycle |
V1LifecycleBuilder.build() |
V1Lifecycle |
V1ContainerFluentImpl.buildLifecycle() |
V1Lifecycle |
V1ContainerFluent.buildLifecycle() |
V1Lifecycle |
V1ContainerFluentImpl.getLifecycle()
Deprecated.
|
V1Lifecycle |
V1ContainerFluent.getLifecycle()
Deprecated.
|
V1Lifecycle |
V1Container.getLifecycle()
Actions that the management system should take in response to container lifecycle events.
|
V1Lifecycle |
V1Lifecycle.postStart(V1Handler postStart) |
V1Lifecycle |
V1Lifecycle.preStop(V1Handler preStop) |
Modifier and Type | Method and Description |
---|---|
V1ContainerFluent.LifecycleNested<A> |
V1ContainerFluentImpl.editOrNewLifecycleLike(V1Lifecycle item) |
V1ContainerFluent.LifecycleNested<A> |
V1ContainerFluent.editOrNewLifecycleLike(V1Lifecycle item) |
V1Container |
V1Container.lifecycle(V1Lifecycle lifecycle) |
void |
V1Container.setLifecycle(V1Lifecycle lifecycle) |
A |
V1ContainerFluentImpl.withLifecycle(V1Lifecycle lifecycle) |
A |
V1ContainerFluent.withLifecycle(V1Lifecycle lifecycle) |
V1ContainerFluent.LifecycleNested<A> |
V1ContainerFluentImpl.withNewLifecycleLike(V1Lifecycle item) |
V1ContainerFluent.LifecycleNested<A> |
V1ContainerFluent.withNewLifecycleLike(V1Lifecycle item) |
Constructor and Description |
---|
V1LifecycleBuilder(V1Lifecycle instance) |
V1LifecycleBuilder(V1Lifecycle instance,
Boolean validationEnabled) |
V1LifecycleBuilder(V1LifecycleFluent<?> fluent,
V1Lifecycle instance) |
V1LifecycleBuilder(V1LifecycleFluent<?> fluent,
V1Lifecycle instance,
Boolean validationEnabled) |
V1LifecycleFluentImpl(V1Lifecycle instance) |
Copyright © 2019. All rights reserved.