public interface V1LifecycleFluent<A extends V1LifecycleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1LifecycleFluent.PostStartNested<N> |
static interface |
V1LifecycleFluent.PreStopNested<N> |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1Handler |
buildPostStart() |
io.kubernetes.client.openapi.models.V1Handler |
buildPreStop() |
V1LifecycleFluent.PostStartNested<A> |
editOrNewPostStart() |
V1LifecycleFluent.PostStartNested<A> |
editOrNewPostStartLike(io.kubernetes.client.openapi.models.V1Handler item) |
V1LifecycleFluent.PreStopNested<A> |
editOrNewPreStop() |
V1LifecycleFluent.PreStopNested<A> |
editOrNewPreStopLike(io.kubernetes.client.openapi.models.V1Handler item) |
V1LifecycleFluent.PostStartNested<A> |
editPostStart() |
V1LifecycleFluent.PreStopNested<A> |
editPreStop() |
io.kubernetes.client.openapi.models.V1Handler |
getPostStart()
Deprecated.
|
io.kubernetes.client.openapi.models.V1Handler |
getPreStop()
Deprecated.
|
Boolean |
hasPostStart() |
Boolean |
hasPreStop() |
V1LifecycleFluent.PostStartNested<A> |
withNewPostStart() |
V1LifecycleFluent.PostStartNested<A> |
withNewPostStartLike(io.kubernetes.client.openapi.models.V1Handler item) |
V1LifecycleFluent.PreStopNested<A> |
withNewPreStop() |
V1LifecycleFluent.PreStopNested<A> |
withNewPreStopLike(io.kubernetes.client.openapi.models.V1Handler item) |
A |
withPostStart(io.kubernetes.client.openapi.models.V1Handler postStart) |
A |
withPreStop(io.kubernetes.client.openapi.models.V1Handler preStop) |
@Deprecated io.kubernetes.client.openapi.models.V1Handler getPostStart()
io.kubernetes.client.openapi.models.V1Handler buildPostStart()
A withPostStart(io.kubernetes.client.openapi.models.V1Handler postStart)
Boolean hasPostStart()
V1LifecycleFluent.PostStartNested<A> withNewPostStart()
V1LifecycleFluent.PostStartNested<A> withNewPostStartLike(io.kubernetes.client.openapi.models.V1Handler item)
V1LifecycleFluent.PostStartNested<A> editPostStart()
V1LifecycleFluent.PostStartNested<A> editOrNewPostStart()
V1LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(io.kubernetes.client.openapi.models.V1Handler item)
@Deprecated io.kubernetes.client.openapi.models.V1Handler getPreStop()
io.kubernetes.client.openapi.models.V1Handler buildPreStop()
A withPreStop(io.kubernetes.client.openapi.models.V1Handler preStop)
Boolean hasPreStop()
V1LifecycleFluent.PreStopNested<A> withNewPreStop()
V1LifecycleFluent.PreStopNested<A> withNewPreStopLike(io.kubernetes.client.openapi.models.V1Handler item)
V1LifecycleFluent.PreStopNested<A> editPreStop()
V1LifecycleFluent.PreStopNested<A> editOrNewPreStop()
V1LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(io.kubernetes.client.openapi.models.V1Handler item)
Copyright © 2021. All rights reserved.