Skip to content

Commit

Permalink
Merge pull request #178 from vshn/minioAlerting
Browse files Browse the repository at this point in the history
Adding minio user alerting
  • Loading branch information
wejdross authored Jun 11, 2024
2 parents 7be007a + 9d128f0 commit ae7aa99
Show file tree
Hide file tree
Showing 5 changed files with 8,819 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apis/vshn/v1/vshn_minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ type VSHNMinioParameters struct {
// Maintenance contains settings to control the maintenance of an instance.
Maintenance VSHNDBaaSMaintenanceScheduleSpec `json:"maintenance,omitempty"`

// Monitoring contains settings to control monitoring.
Monitoring VSHNMonitoring `json:"monitoring,omitempty"`

// Security defines the security of a service
Security Security `json:"security,omitempty"`
}
Expand Down Expand Up @@ -218,3 +221,7 @@ func (v *VSHNMinio) GetAllowedNamespaces() []string {
}
return append(v.Spec.Parameters.Security.AllowedNamespaces, v.GetClaimNamespace())
}

func (v *VSHNMinio) GetVSHNMonitoring() VSHNMonitoring {
return v.Spec.Parameters.Monitoring
}
1 change: 1 addition & 0 deletions apis/vshn/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae7aa99

Please sign in to comment.