public class LivenessOrReadinessProbe extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LivenessOrReadinessProbe() | 
| LivenessOrReadinessProbe(LivenessOrReadinessProbe source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Exec | getExec()Get 容器内检测命令参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| HttpGet | getHttpGet()Get HttpGet检测参数 | 
| Probe | getProbe()Get 探针参数 | 
| TcpSocket | getTcpSocket()Get TcpSocket检测的端口参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExec(Exec Exec)Set 容器内检测命令参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHttpGet(HttpGet HttpGet)Set HttpGet检测参数 | 
| void | setProbe(Probe Probe)Set 探针参数 | 
| void | setTcpSocket(TcpSocket TcpSocket)Set TcpSocket检测的端口参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LivenessOrReadinessProbe()
public LivenessOrReadinessProbe(LivenessOrReadinessProbe source)
public Probe getProbe()
public void setProbe(Probe Probe)
Probe - 探针参数public Exec getExec()
public void setExec(Exec Exec)
Exec - 容器内检测命令参数
注意:此字段可能返回 null,表示取不到有效值。public HttpGet getHttpGet()
public void setHttpGet(HttpGet HttpGet)
HttpGet - HttpGet检测参数public TcpSocket getTcpSocket()
public void setTcpSocket(TcpSocket TcpSocket)
TcpSocket - TcpSocket检测的端口参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.