Class HealthCheckSettings

    • Constructor Detail

      • HealthCheckSettings

        public HealthCheckSettings()
      • HealthCheckSettings

        public HealthCheckSettings​(HealthCheckSettings 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

      • getLivenessProbe

        public HealthCheckSetting getLivenessProbe()
        Get 存活健康检查 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LivenessProbe 存活健康检查 注意:此字段可能返回 null,表示取不到有效值。
      • setLivenessProbe

        public void setLivenessProbe​(HealthCheckSetting LivenessProbe)
        Set 存活健康检查 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LivenessProbe - 存活健康检查 注意:此字段可能返回 null,表示取不到有效值。
      • getReadinessProbe

        public HealthCheckSetting getReadinessProbe()
        Get 就绪健康检查 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReadinessProbe 就绪健康检查 注意:此字段可能返回 null,表示取不到有效值。
      • setReadinessProbe

        public void setReadinessProbe​(HealthCheckSetting ReadinessProbe)
        Set 就绪健康检查 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReadinessProbe - 就绪健康检查 注意:此字段可能返回 null,表示取不到有效值。