Class SecretVolumeItemResponse


  • public final class SecretVolumeItemResponse
    extends java.lang.Object
    • Method Detail

      • path

        public java.util.Optional<java.lang.String> path()
        Returns:
        Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.
      • secretRef

        public java.util.Optional<java.lang.String> secretRef()
        Returns:
        Name of the Container App secret from which to pull the secret value.