Files
armada/doc/source/operations/exceptions/armada-exceptions.inc
Sean Eagan 58c0df5201 Extract pre-update actions out of tiller handler
This is a pre-requisite for Helm 3 integration, so that these
actions run regardless of whether we are going through the
tiller handler.

Change-Id: I97d7bcc823d11b527fcdaa7967fcab62af1c8161
2021-09-30 17:22:16 -05:00

61 lines
1.5 KiB
C++

..
Copyright 2018 AT&T Intellectual Property.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
Armada Exceptions
-----------------
.. currentmodule:: armada.exceptions.armada_exceptions
.. autoexception:: ArmadaTimeoutException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: ProtectedReleaseException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: InvalidValuesYamlException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: InvalidOverrideValuesYamlException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: ChartDeployException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: WaitException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: DeploymentLikelyPendingException
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: PreUpdateJobDeleteException
:members:
:show-inheritance:
:undoc-members: