We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c2bfb commit 21b0d44Copy full SHA for 21b0d44
api/runtime/hooks/v1alpha1/lifecyclehooks_types.go
@@ -113,14 +113,6 @@ type BeforeClusterUpgradeRequest struct {
113
WorkersUpgrades []UpgradeStep `json:"workersUpgrades,omitempty"`
114
}
115
116
-// UpgradeStep represents a single version upgrade step.
117
-type UpgradeStep struct {
118
- // version is the Kubernetes version for this upgrade step.
119
- // +required
120
- // +kubebuilder:validation:MinLength=1
121
- Version string `json:"version,omitempty"`
122
-}
123
-
124
var _ RetryResponseObject = &BeforeClusterUpgradeResponse{}
125
126
// BeforeClusterUpgradeResponse is the response of the BeforeClusterUpgrade hook.
0 commit comments