Class LivenessOrReadinessProbe

    • Constructor Detail

      • LivenessOrReadinessProbe

        public LivenessOrReadinessProbe()
      • LivenessOrReadinessProbe

        public 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.
    • Method Detail

      • getProbe

        public Probe getProbe()
        Get 探针参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Probe 探针参数 注意:此字段可能返回 null,表示取不到有效值。
      • setProbe

        public void setProbe​(Probe Probe)
        Set 探针参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Probe - 探针参数 注意:此字段可能返回 null,表示取不到有效值。
      • getHttpGet

        public HttpGet getHttpGet()
        Get HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HttpGet HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
      • setHttpGet

        public void setHttpGet​(HttpGet HttpGet)
        Set HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HttpGet - HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
      • getExec

        public Exec getExec()
        Get 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Exec 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
      • setExec

        public void setExec​(Exec Exec)
        Set 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Exec - 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
      • getTcpSocket

        public TcpSocket getTcpSocket()
        Get TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TcpSocket TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。
      • setTcpSocket

        public void setTcpSocket​(TcpSocket TcpSocket)
        Set TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TcpSocket - TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。