Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1alpha1/applicationdisruptionbudget_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type ApplicationDisruptionBudgetSpec struct {
// +kubebuilder:validation:Optional
HealthHook HookSpec `json:"healthHook,omitempty"`

// HookV2BasePath holds the base path for the prepare, ready, cancel hooks that will be
// HookV2BasePath holds the base path for the prepare, ready, terminate hooks that will be
// called at different stages of the NodeDisruption lifecycle.
// A POST http request containing a Disruption that is being reconciled is sent ot each of the hooks.
// +kubebuilder:validation:Optional
Expand Down
4 changes: 2 additions & 2 deletions app_manager_openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ paths:
$ref: '#/responses/RetryAfter'
default:
$ref: '#/responses/UnexpectedError'
/close:
/terminate:
post:
summary: Notify the end of a disruption if the application needs to unprepare.
operationId: closeDisruption
operationId: terminateDisruption
tags:
- disruption
consumes:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/applicationdisruptionbudget-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
type: object
hookV2BasePath:
description: |-
HookV2BasePath holds the base path for the prepare, ready, cancel hooks that will be
HookV2BasePath holds the base path for the prepare, ready, terminate hooks that will be
called at different stages of the NodeDisruption lifecycle.
A POST http request containing a Disruption that is being reconciled is sent ot each of the hooks.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
type: object
hookV2BasePath:
description: |-
HookV2BasePath holds the base path for the prepare, ready, cancel hooks that will be
HookV2BasePath holds the base path for the prepare, ready, terminate hooks that will be
called at different stages of the NodeDisruption lifecycle.
A POST http request containing a Disruption that is being reconciled is sent ot each of the hooks.
properties:
Expand Down
153 changes: 0 additions & 153 deletions internal/appmgrcli/disruption/close_disruption_parameters.go

This file was deleted.

172 changes: 0 additions & 172 deletions internal/appmgrcli/disruption/close_disruption_responses.go

This file was deleted.

Loading
Loading