| Modifier and Type | Method and Description |
|---|---|
Probe |
Probe.Builder.build() |
Probe |
Probe.Builder.buildPartial() |
static Probe |
Probe.getDefaultInstance() |
Probe |
Probe.getDefaultInstanceForType() |
Probe |
Probe.Builder.getDefaultInstanceForType() |
Probe |
ContainerOrBuilder.getLivenessProbe()
Periodic probe of container liveness.
|
Probe |
Container.getLivenessProbe()
Periodic probe of container liveness.
|
Probe |
Container.Builder.getLivenessProbe()
Periodic probe of container liveness.
|
Probe |
ContainerOrBuilder.getStartupProbe()
Startup probe of application within the container.
|
Probe |
Container.getStartupProbe()
Startup probe of application within the container.
|
Probe |
Container.Builder.getStartupProbe()
Startup probe of application within the container.
|
static Probe |
Probe.parseDelimitedFrom(InputStream input) |
static Probe |
Probe.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Probe |
Probe.parseFrom(byte[] data) |
static Probe |
Probe.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Probe |
Probe.parseFrom(ByteBuffer data) |
static Probe |
Probe.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Probe |
Probe.parseFrom(com.google.protobuf.ByteString data) |
static Probe |
Probe.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Probe |
Probe.parseFrom(com.google.protobuf.CodedInputStream input) |
static Probe |
Probe.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Probe |
Probe.parseFrom(InputStream input) |
static Probe |
Probe.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Probe> |
Probe.getParserForType() |
static com.google.protobuf.Parser<Probe> |
Probe.parser() |
| Modifier and Type | Method and Description |
|---|---|
Probe.Builder |
Probe.Builder.mergeFrom(Probe other) |
Container.Builder |
Container.Builder.mergeLivenessProbe(Probe value)
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.mergeStartupProbe(Probe value)
Startup probe of application within the container.
|
static Probe.Builder |
Probe.newBuilder(Probe prototype) |
Container.Builder |
Container.Builder.setLivenessProbe(Probe value)
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.setStartupProbe(Probe value)
Startup probe of application within the container.
|
Copyright © 2025 Google LLC. All rights reserved.