Skip to content

Commit 5ed0516

Browse files
committed
docs: add comments back and remove reference to deleted comments
- referencing deleted comments is very confusing to understand Signed-off-by: cprivitere <[email protected]>
1 parent 1e94d86 commit 5ed0516

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/book/src/developer/providers/getting-started/implement-api-types.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ const (
4141

4242
// MailgunClusterSpec defines the desired state of MailgunCluster
4343
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+
4447
// Priority is how quickly you need this cluster
4548
Priority Priority `json:"priority"`
4649
// Request is where you ask extra nicely
@@ -51,12 +54,15 @@ type MailgunClusterSpec struct {
5154

5255
// MailgunClusterStatus defines the observed state of MailgunCluster
5356
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+
5460
// MessageID is set to the message ID from Mailgun when our message has been sent
5561
MessageID *string `json:"response"`
5662
}
5763
```
5864

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.
6066

6167
```bash
6268
git add .

0 commit comments

Comments
 (0)