Skip to content

Commit

Permalink
Enable changing name of ConfigService
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
slashben committed Oct 31, 2024
1 parent 709e695 commit fad9686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ type RuntimeIncident struct {
ResolveDayDate *time.Time `json:"resolveDayDate,omitempty" bson:"resolveDayDate,omitempty"`
}

var runtimeIncidentReadOnlyFields = append([]string{"creationTimestamp", "creationDayDate"}, commonReadOnlyFieldsV1...)
var runtimeIncidentReadOnlyFields = append([]string{"creationTimestamp", "creationDayDate"}, commonReadOnlyFieldsAllowRename...)

func (r *RuntimeIncident) GetReadOnlyFields() []string {
readOnlyFields := runtimeIncidentReadOnlyFields
Expand Down

0 comments on commit fad9686

Please sign in to comment.