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检测参数
注意:此字段可能返回 null,表示取不到有效值。
|
Probe |
getProbe()
Get 探针参数
注意:此字段可能返回 null,表示取不到有效值。
|
TcpSocket |
getTcpSocket()
Get TcpSocket检测的端口参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExec(Exec Exec)
Set 容器内检测命令参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttpGet(HttpGet HttpGet)
Set HttpGet检测参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProbe(Probe Probe)
Set 探针参数
注意:此字段可能返回 null,表示取不到有效值。
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LivenessOrReadinessProbe()
public LivenessOrReadinessProbe(LivenessOrReadinessProbe source)
public Probe getProbe()
public void setProbe(Probe Probe)
Probe
- 探针参数
注意:此字段可能返回 null,表示取不到有效值。public HttpGet getHttpGet()
public void setHttpGet(HttpGet HttpGet)
HttpGet
- HttpGet检测参数
注意:此字段可能返回 null,表示取不到有效值。public Exec getExec()
public void setExec(Exec Exec)
Exec
- 容器内检测命令参数
注意:此字段可能返回 null,表示取不到有效值。public TcpSocket getTcpSocket()
public void setTcpSocket(TcpSocket TcpSocket)
TcpSocket
- TcpSocket检测的端口参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.