Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifications ¶
type Notifications struct {
// Jira contains Jira-specific notification configuration
Jira *jira.Notification `json:"jira,omitempty"`
}
Notifications defines the notification settings for a ReleaseQualifier It supports multiple notification channels like Slack and Jira +k8s:deepcopy-gen=true
func (*Notifications) DeepCopy ¶
func (in *Notifications) DeepCopy() *Notifications
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Notifications.
func (*Notifications) DeepCopyInto ¶
func (in *Notifications) DeepCopyInto(out *Notifications)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.