| Modifier and Type | Class and Description |
|---|---|
static class |
V1.Handler
Handler defines a specific action that should be taken
TODO: pass structured data to these actions, and document that data here.
|
static class |
V1.Handler.Builder
Handler defines a specific action that should be taken
TODO: pass structured data to these actions, and document that data here.
|
| Modifier and Type | Method and Description |
|---|---|
V1.HandlerOrBuilder |
V1.ProbeOrBuilder.getHandlerOrBuilder()
The action taken to determine the health of a container
|
V1.HandlerOrBuilder |
V1.Probe.getHandlerOrBuilder()
The action taken to determine the health of a container
|
V1.HandlerOrBuilder |
V1.Probe.Builder.getHandlerOrBuilder()
The action taken to determine the health of a container
|
V1.HandlerOrBuilder |
V1.LifecycleOrBuilder.getPostStartOrBuilder()
PostStart is called immediately after a container is created.
|
V1.HandlerOrBuilder |
V1.Lifecycle.getPostStartOrBuilder()
PostStart is called immediately after a container is created.
|
V1.HandlerOrBuilder |
V1.Lifecycle.Builder.getPostStartOrBuilder()
PostStart is called immediately after a container is created.
|
V1.HandlerOrBuilder |
V1.LifecycleOrBuilder.getPreStopOrBuilder()
PreStop is called immediately before a container is terminated.
|
V1.HandlerOrBuilder |
V1.Lifecycle.getPreStopOrBuilder()
PreStop is called immediately before a container is terminated.
|
V1.HandlerOrBuilder |
V1.Lifecycle.Builder.getPreStopOrBuilder()
PreStop is called immediately before a container is terminated.
|
Copyright © 2018. All rights reserved.