Class CredentialResult


  • public final class CredentialResult
    extends Object
    The credential result response.
    • Constructor Detail

      • CredentialResult

        public CredentialResult()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the credential.
        Returns:
        the name value.
      • value

        public byte[] value()
        Get the value property: Base64-encoded Kubernetes configuration file.
        Returns:
        the value value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.