File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
docs/book/src/developer/providers/getting-started Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ const (
41
41
42
42
// MailgunClusterSpec defines the desired state of MailgunCluster
43
43
type MailgunClusterSpec struct {
44
+ // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
45
+ // Important: Run "make" to regenerate code after modifying this file
46
+
44
47
// Priority is how quickly you need this cluster
45
48
Priority Priority ` json:"priority"`
46
49
// Request is where you ask extra nicely
@@ -51,12 +54,15 @@ type MailgunClusterSpec struct {
51
54
52
55
// MailgunClusterStatus defines the observed state of MailgunCluster
53
56
type MailgunClusterStatus struct {
57
+ // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
58
+ // Important: Run "make" to regenerate code after modifying this file
59
+
54
60
// MessageID is set to the message ID from Mailgun when our message has been sent
55
61
MessageID *string ` json:"response"`
56
62
}
57
63
```
58
64
59
- As the deleted comments request, run ` make manager manifests ` to regenerate some of the generated data files afterwards.
65
+ As the comments request, run ` make manager manifests ` to regenerate some of the generated data files afterwards.
60
66
61
67
``` bash
62
68
git add .
You can’t perform that action at this time.
0 commit comments