类 DeploymentFailedException

  • 所有已实现的接口:
    java.io.Serializable

    public class DeploymentFailedException
    extends java.lang.RuntimeException
    Exception to signal terminal deployment failure.
    另请参阅:
    序列化表格
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getReason()  
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 字段详细资料

      • REASON_CRASH_LOOP_BACKOFF

        public static final java.lang.String REASON_CRASH_LOOP_BACKOFF
        另请参阅:
        常量字段值
      • REASON_IMAGE_PULL_BACKOFF

        public static final java.lang.String REASON_IMAGE_PULL_BACKOFF
        另请参阅:
        常量字段值
      • REASON_ERR_IMAGE_PULL

        public static final java.lang.String REASON_ERR_IMAGE_PULL
        另请参阅:
        常量字段值
    • 构造器详细资料

      • DeploymentFailedException

        public DeploymentFailedException​(io.fabric8.kubernetes.api.model.apps.DeploymentCondition deployCondition)
      • DeploymentFailedException

        public DeploymentFailedException​(io.fabric8.kubernetes.api.model.ContainerStateWaiting stateWaiting)
      • DeploymentFailedException

        public DeploymentFailedException​(java.lang.String message,
                                         java.lang.String reason)
    • 方法详细资料

      • getReason

        public java.lang.String getReason()