We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4290e1f commit e609e30Copy full SHA for e609e30
apis/rds/v1alpha1/custom_types.go
@@ -785,8 +785,8 @@ type CustomDBInstanceParameters struct {
785
// +optional
786
DeleteAutomatedBackups *bool `json:"deleteAutomatedBackups,omitempty"`
787
788
- // TagIgnorePrefixes tells the reconciler to pretend tags with these
789
- // prefixes don't exist during diff/updates.
+ // TagIgnorePrefixes defines a list of tag key prefixes that should be ignored
+ // during tag comparison and updates by the reconciler.
790
791
TagIgnorePrefixes []string `json:"tagIgnorePrefixes,omitempty"`
792
}
0 commit comments