Class KubernetesVerifiers.VerificationResult

  • Enclosing class:
    KubernetesVerifiers

    public static class KubernetesVerifiers.VerificationResult
    extends Object
    Represents the result object for verification action. The status field represents whether the verification succeeded. The toString() returns relevant information pertaining to why the status is what it is.
    • Method Detail

      • isVerified

        public boolean isVerified()
        Returns:
        If the Kubernetes object was verified.
      • toString

        public String toString()
        Get text description of the result.
        Overrides:
        toString in class Object
        Returns:
        Description of the result including whether it was successful (i8n) and the log pertaining to why.