|
|
@ -87,6 +87,10 @@ type Upgrade struct {
|
|
|
|
SubNotes bool
|
|
|
|
SubNotes bool
|
|
|
|
// Description is the description of this operation
|
|
|
|
// Description is the description of this operation
|
|
|
|
Description string
|
|
|
|
Description string
|
|
|
|
|
|
|
|
// PostRender is an optional post-renderer
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// If this is non-nil, then after templates are rendered, they will be sent to the
|
|
|
|
|
|
|
|
// post renderer before sending to the Kuberntes API server.
|
|
|
|
PostRenderer postrender.PostRenderer
|
|
|
|
PostRenderer postrender.PostRenderer
|
|
|
|
// DisableOpenAPIValidation controls whether OpenAPI validation is enforced.
|
|
|
|
// DisableOpenAPIValidation controls whether OpenAPI validation is enforced.
|
|
|
|
DisableOpenAPIValidation bool
|
|
|
|
DisableOpenAPIValidation bool
|
|
|
|