Signed-off-by: jgleonard <jgleonard@gmail.com>

Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head
jgleonard 7 years ago
parent fa3df45d4a
commit 5bd24e838b

@ -633,7 +633,7 @@ type InstallReleaseRequest struct {
DisableCrdHook bool `protobuf:"varint,10,opt,name=disable_crd_hook,json=disableCrdHook" json:"disable_crd_hook,omitempty"`
// Description, if set, will set the description for the installed release
Description string `protobuf:"bytes,11,opt,name=description" json:"description,omitempty"`
SubNotes bool `protobuf:"varint,12,opt,name=subNotes" json:"subNotes,omitempty"`
SubNotes bool `protobuf:"varint,12,opt,name=subNotes" json:"subNotes,omitempty"`
}
func (m *InstallReleaseRequest) Reset() { *m = InstallReleaseRequest{} }
@ -711,7 +711,6 @@ func (m *InstallReleaseRequest) GetDisableCrdHook() bool {
return false
}
func (m *InstallReleaseRequest) GetSubNotes() bool {
if m != nil {
return m.SubNotes

Loading…
Cancel
Save