| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
GRPCAction |
GRPCActionBuilder.build() |
GRPCAction |
ProbeFluent.buildGrpc() |
GRPCAction |
Probe.getGrpc() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GRPCActionFluent.copyInstance(GRPCAction instance) |
ProbeFluent.GrpcNested<A> |
ProbeFluent.editOrNewGrpcLike(GRPCAction item) |
void |
Probe.setGrpc(GRPCAction grpc) |
A |
ProbeFluent.withGrpc(GRPCAction grpc) |
NamedExtensionFluent.GRPCActionExtensionNested<A> |
NamedExtensionFluent.withNewGRPCActionExtensionLike(GRPCAction item) |
WatchEventFluent.GRPCActionObjectNested<A> |
WatchEventFluent.withNewGRPCActionObjectLike(GRPCAction item) |
ProbeFluent.GrpcNested<A> |
ProbeFluent.withNewGrpcLike(GRPCAction item) |
| Constructor and Description |
|---|
GRPCActionBuilder(GRPCAction instance) |
GRPCActionBuilder(GRPCActionFluent<?> fluent,
GRPCAction instance) |
GRPCActionFluent(GRPCAction instance) |
Probe(ExecAction exec,
Integer failureThreshold,
GRPCAction grpc,
HTTPGetAction httpGet,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
TCPSocketAction tcpSocket,
Long terminationGracePeriodSeconds,
Integer timeoutSeconds) |
Copyright © 2015–2024 Red Hat. All rights reserved.