Method
on_deploy_failure
(
&self,
_kubernetes_config: &Path,
_envs: &[(&str, &str)],
payload: Option<ChartPayload>,
)
Source from the content-addressed store, hash-verified
| 1149 | } |
| 1150 | |
| 1151 | fn on_deploy_failure( |
| 1152 | &self, |
| 1153 | _kubernetes_config: &Path, |
| 1154 | _envs: &[(&str, &str)], |
| 1155 | payload: Option<ChartPayload>, |
| 1156 | ) -> Result<Option<ChartPayload>, CommandError> { |
| 1157 | Ok(payload) |
| 1158 | } |
| 1159 | } |
| 1160 | |
| 1161 | pub fn get_engine_helm_action_from_location(location: &EngineLocation) -> HelmAction { |
Tested by
no test coverage detected