| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.Handler> |
V1.Handler.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Handler |
V1.Handler.Builder.build() |
V1.Handler |
V1.Handler.Builder.buildPartial() |
static V1.Handler |
V1.Handler.getDefaultInstance() |
V1.Handler |
V1.Handler.getDefaultInstanceForType() |
V1.Handler |
V1.Handler.Builder.getDefaultInstanceForType() |
V1.Handler |
V1.ProbeOrBuilder.getHandler()
The action taken to determine the health of a container
|
V1.Handler |
V1.Probe.getHandler()
The action taken to determine the health of a container
|
V1.Handler |
V1.Probe.Builder.getHandler()
The action taken to determine the health of a container
|
V1.Handler |
V1.LifecycleOrBuilder.getPostStart()
PostStart is called immediately after a container is created.
|
V1.Handler |
V1.Lifecycle.getPostStart()
PostStart is called immediately after a container is created.
|
V1.Handler |
V1.Lifecycle.Builder.getPostStart()
PostStart is called immediately after a container is created.
|
V1.Handler |
V1.LifecycleOrBuilder.getPreStop()
PreStop is called immediately before a container is terminated.
|
V1.Handler |
V1.Lifecycle.getPreStop()
PreStop is called immediately before a container is terminated.
|
V1.Handler |
V1.Lifecycle.Builder.getPreStop()
PreStop is called immediately before a container is terminated.
|
static V1.Handler |
V1.Handler.parseDelimitedFrom(InputStream input) |
static V1.Handler |
V1.Handler.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Handler |
V1.Handler.parseFrom(byte[] data) |
static V1.Handler |
V1.Handler.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Handler |
V1.Handler.parseFrom(ByteBuffer data) |
static V1.Handler |
V1.Handler.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Handler |
V1.Handler.parseFrom(com.google.protobuf.ByteString data) |
static V1.Handler |
V1.Handler.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Handler |
V1.Handler.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.Handler |
V1.Handler.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.Handler |
V1.Handler.parseFrom(InputStream input) |
static V1.Handler |
V1.Handler.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.Handler> |
V1.Handler.getParserForType() |
static com.google.protobuf.Parser<V1.Handler> |
V1.Handler.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.Handler.Builder |
V1.Handler.Builder.mergeFrom(V1.Handler other) |
V1.Probe.Builder |
V1.Probe.Builder.mergeHandler(V1.Handler value)
The action taken to determine the health of a container
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.mergePostStart(V1.Handler value)
PostStart is called immediately after a container is created.
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.mergePreStop(V1.Handler value)
PreStop is called immediately before a container is terminated.
|
static V1.Handler.Builder |
V1.Handler.newBuilder(V1.Handler prototype) |
V1.Probe.Builder |
V1.Probe.Builder.setHandler(V1.Handler value)
The action taken to determine the health of a container
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.setPostStart(V1.Handler value)
PostStart is called immediately after a container is created.
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.setPreStop(V1.Handler value)
PreStop is called immediately before a container is terminated.
|
Copyright © 2018. All rights reserved.