Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1beta3/alert_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type AlertSpec struct {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all;fluxcd;fluxcd-notifications
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""

// Alert is the Schema for the alerts API
Expand Down
1 change: 1 addition & 0 deletions api/v1beta3/provider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ type ProviderSpec struct {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all;fluxcd;fluxcd-notifications
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""

// Provider is the Schema for the providers API
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/notification.toolkit.fluxcd.io_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: notification.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-notifications
kind: Alert
listKind: AlertList
plural: alerts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: notification.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-notifications
kind: Provider
listKind: ProviderList
plural: providers
Expand Down