updated the post-render documentation on action.Upgrade

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7834/head
Matt Butcher 6 years ago
parent 656b52db4f
commit 7f7bf1f78a
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -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

Loading…
Cancel
Save