Class HelmDelete

    • Method Detail

      • dryRun

        public HelmDelete dryRun()
        Simulate a delete.
        Returns:
        a copy of this command with the --dry-run flag appended
      • noHooks

        public HelmDelete noHooks()
        Prevent hooks from running during deletion.
        Returns:
        a copy of this command with the --no-hooks flag appended
      • purge

        public HelmDelete purge()
        Remove the release from the store and make its name free for later use.
        Returns:
        a copy of this command with the --purge flag appended
      • timeout

        public HelmDelete timeout​(int seconds)
        Set the time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300).
        Returns:
        a copy of this command with the --timeout flag appended