@@ -40,6 +40,7 @@ type DingTalkConfigStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=dc
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// DingTalkConfig is the Schema for the dingtalkconfigs API
|
||||
|
||||
@@ -55,6 +55,7 @@ type DingTalkReceiverStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=dr
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// DingTalkReceiver is the Schema for the dingtalkreceivers API
|
||||
|
||||
@@ -52,6 +52,7 @@ type EmailConfigStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=ec
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// EmailConfig is the Schema for the emailconfigs API
|
||||
|
||||
@@ -36,6 +36,7 @@ type EmailReceiverStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=er
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// EmailReceiver is the Schema for the emailreceivers API
|
||||
|
||||
@@ -186,6 +186,7 @@ type NotificationManagerStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=nm
|
||||
// +kubebuilder:subresource:status
|
||||
|
||||
// NotificationManager is the Schema for the notificationmanagers API
|
||||
type NotificationManager struct {
|
||||
|
||||
@@ -32,6 +32,7 @@ type SlackConfigStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=sc
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// SlackConfig is the Schema for the slackconfigs API
|
||||
|
||||
@@ -36,6 +36,7 @@ type SlackReceiverStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=sr
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// SlackReceiver is the Schema for the slackreceivers API
|
||||
|
||||
@@ -30,6 +30,7 @@ type WebhookConfigStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=wc
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// WebhookConfig is the Schema for the webhookconfigs API
|
||||
|
||||
@@ -134,6 +134,7 @@ type WebhookReceiverStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=wr
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// WebhookReceiver is the Schema for the webhookreceivers API
|
||||
|
||||
@@ -38,6 +38,7 @@ type WechatConfigStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=wcc
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// WechatConfig is the Schema for the wechatconfigs API
|
||||
|
||||
@@ -38,6 +38,7 @@ type WechatReceiverStatus struct {
|
||||
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:scope=Cluster,shortName=wcr
|
||||
// +kubebuilder:subresource:status
|
||||
// +genclient
|
||||
// +genclient:nonNamespaced
|
||||
// WechatReceiver is the Schema for the wechatreceivers API
|
||||
|
||||
Reference in New Issue
Block a user