You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: GrafanaNotificationChannel is the Schema for the GrafanaNotificationChannels API
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
type: string
25
+
kind:
26
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
27
+
type: string
28
+
metadata:
29
+
type: object
30
+
spec:
31
+
description: GrafanaNotificationChannelSpec defines the desired state of GrafanaNotificationChannel
32
+
properties:
33
+
json:
34
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file'
35
+
type: string
36
+
name:
37
+
type: string
38
+
required:
39
+
- json
40
+
- name
41
+
type: object
42
+
status:
43
+
description: GrafanaNotificationChannelStatus defines the observed state of GrafanaNotificationChannel
0 commit comments