Package k8s.io.api.core.v1
Interface Generated.ProbeHandlerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ProbeHandler,Generated.ProbeHandler.Builder
- Enclosing class:
- Generated
public static interface Generated.ProbeHandlerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ExecActiongetExec()Exec specifies a command to execute in the container.Generated.ExecActionOrBuildergetExecOrBuilder()Exec specifies a command to execute in the container.Generated.GRPCActiongetGrpc()GRPC specifies a GRPC HealthCheckRequest.Generated.GRPCActionOrBuildergetGrpcOrBuilder()GRPC specifies a GRPC HealthCheckRequest.Generated.HTTPGetActiongetHttpGet()HTTPGet specifies an HTTP GET request to perform.Generated.HTTPGetActionOrBuildergetHttpGetOrBuilder()HTTPGet specifies an HTTP GET request to perform.Generated.TCPSocketActiongetTcpSocket()TCPSocket specifies a connection to a TCP port.Generated.TCPSocketActionOrBuildergetTcpSocketOrBuilder()TCPSocket specifies a connection to a TCP port.booleanhasExec()Exec specifies a command to execute in the container.booleanhasGrpc()GRPC specifies a GRPC HealthCheckRequest.booleanhasHttpGet()HTTPGet specifies an HTTP GET request to perform.booleanhasTcpSocket()TCPSocket specifies a connection to a TCP port.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExec
boolean hasExec()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;- Returns:
- Whether the exec field is set.
-
getExec
Generated.ExecAction getExec()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;- Returns:
- The exec.
-
getExecOrBuilder
Generated.ExecActionOrBuilder getExecOrBuilder()
Exec specifies a command to execute in the container. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;
-
hasHttpGet
boolean hasHttpGet()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;- Returns:
- Whether the httpGet field is set.
-
getHttpGet
Generated.HTTPGetAction getHttpGet()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;- Returns:
- The httpGet.
-
getHttpGetOrBuilder
Generated.HTTPGetActionOrBuilder getHttpGetOrBuilder()
HTTPGet specifies an HTTP GET request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;
-
hasTcpSocket
boolean hasTcpSocket()
TCPSocket specifies a connection to a TCP port. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;- Returns:
- Whether the tcpSocket field is set.
-
getTcpSocket
Generated.TCPSocketAction getTcpSocket()
TCPSocket specifies a connection to a TCP port. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;- Returns:
- The tcpSocket.
-
getTcpSocketOrBuilder
Generated.TCPSocketActionOrBuilder getTcpSocketOrBuilder()
TCPSocket specifies a connection to a TCP port. +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;
-
hasGrpc
boolean hasGrpc()
GRPC specifies a GRPC HealthCheckRequest. +optional
optional .k8s.io.api.core.v1.GRPCAction grpc = 4;- Returns:
- Whether the grpc field is set.
-
getGrpc
Generated.GRPCAction getGrpc()
GRPC specifies a GRPC HealthCheckRequest. +optional
optional .k8s.io.api.core.v1.GRPCAction grpc = 4;- Returns:
- The grpc.
-
getGrpcOrBuilder
Generated.GRPCActionOrBuilder getGrpcOrBuilder()
GRPC specifies a GRPC HealthCheckRequest. +optional
optional .k8s.io.api.core.v1.GRPCAction grpc = 4;
-
-