| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.LifecycleHandler> |
V1.LifecycleHandler.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.LifecycleHandler |
V1.LifecycleHandler.Builder.build() |
V1.LifecycleHandler |
V1.LifecycleHandler.Builder.buildPartial() |
static V1.LifecycleHandler |
V1.LifecycleHandler.getDefaultInstance() |
V1.LifecycleHandler |
V1.LifecycleHandler.getDefaultInstanceForType() |
V1.LifecycleHandler |
V1.LifecycleHandler.Builder.getDefaultInstanceForType() |
V1.LifecycleHandler |
V1.LifecycleOrBuilder.getPostStart()
PostStart is called immediately after a container is created.
|
V1.LifecycleHandler |
V1.Lifecycle.getPostStart()
PostStart is called immediately after a container is created.
|
V1.LifecycleHandler |
V1.Lifecycle.Builder.getPostStart()
PostStart is called immediately after a container is created.
|
V1.LifecycleHandler |
V1.LifecycleOrBuilder.getPreStop()
PreStop is called immediately before a container is terminated due to an
API request or management event such as liveness/startup probe failure,
preemption, resource contention, etc.
|
V1.LifecycleHandler |
V1.Lifecycle.getPreStop()
PreStop is called immediately before a container is terminated due to an
API request or management event such as liveness/startup probe failure,
preemption, resource contention, etc.
|
V1.LifecycleHandler |
V1.Lifecycle.Builder.getPreStop()
PreStop is called immediately before a container is terminated due to an
API request or management event such as liveness/startup probe failure,
preemption, resource contention, etc.
|
static V1.LifecycleHandler |
V1.LifecycleHandler.parseDelimitedFrom(InputStream input) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(byte[] data) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(ByteBuffer data) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(com.google.protobuf.ByteString data) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(InputStream input) |
static V1.LifecycleHandler |
V1.LifecycleHandler.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.LifecycleHandler> |
V1.LifecycleHandler.getParserForType() |
static com.google.protobuf.Parser<V1.LifecycleHandler> |
V1.LifecycleHandler.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.LifecycleHandler.Builder |
V1.LifecycleHandler.Builder.mergeFrom(V1.LifecycleHandler other) |
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.mergePostStart(V1.LifecycleHandler value)
PostStart is called immediately after a container is created.
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.mergePreStop(V1.LifecycleHandler value)
PreStop is called immediately before a container is terminated due to an
API request or management event such as liveness/startup probe failure,
preemption, resource contention, etc.
|
static V1.LifecycleHandler.Builder |
V1.LifecycleHandler.newBuilder(V1.LifecycleHandler prototype) |
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.setPostStart(V1.LifecycleHandler value)
PostStart is called immediately after a container is created.
|
V1.Lifecycle.Builder |
V1.Lifecycle.Builder.setPreStop(V1.LifecycleHandler value)
PreStop is called immediately before a container is terminated due to an
API request or management event such as liveness/startup probe failure,
preemption, resource contention, etc.
|
Copyright © 2023. All rights reserved.