public static interface V1.ProbeHandlerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.ExecAction |
getExec()
One and only one of the following should be specified.
|
V1.ExecActionOrBuilder |
getExecOrBuilder()
One and only one of the following should be specified.
|
V1.HTTPGetAction |
getHttpGet()
HTTPGet specifies the http request to perform.
|
V1.HTTPGetActionOrBuilder |
getHttpGetOrBuilder()
HTTPGet specifies the http request to perform.
|
V1.TCPSocketAction |
getTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
V1.TCPSocketActionOrBuilder |
getTcpSocketOrBuilder()
TCPSocket specifies an action involving a TCP port.
|
boolean |
hasExec()
One and only one of the following should be specified.
|
boolean |
hasHttpGet()
HTTPGet specifies the http request to perform.
|
boolean |
hasTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExec()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;V1.ExecAction getExec()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;V1.ExecActionOrBuilder getExecOrBuilder()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;boolean hasHttpGet()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;V1.HTTPGetAction getHttpGet()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;V1.HTTPGetActionOrBuilder getHttpGetOrBuilder()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;boolean hasTcpSocket()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;V1.TCPSocketAction getTcpSocket()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;V1.TCPSocketActionOrBuilder getTcpSocketOrBuilder()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;Copyright © 2023. All rights reserved.