File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docs/book/src/providers/implementers-guide Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Conditions:
5151
5252
5353[ install ] : https://cluster-api.sigs.k8s.io/tasks/installation.html#install-cluster-api
54+ [ capi ] : https://github.com/kubernetes-sigs/cluster-api
5455
5556### Your provider
5657
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ type MailgunClusterSpec struct {
4646 Priority Priority ` json:"priority"`
4747 // Request is where you ask extra nicely
4848 Request string ` json:"request"`
49- // Requester is the email of the person sending the request
50- Requester string
49+ // Requester is the email of the person sending the request
50+ Requester string ` json:"requester" `
5151}
5252
5353// MailgunClusterStatus defines the observed state of MailgunCluster
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ You'll then need to set up [go modules][gomod]
1212$ go mod init github.com/liztio/cluster-api-provider-mailgun
1313go: creating new go.mod: module github.com/liztio/cluster-api-provider-mailgun
1414```
15+ [ gomod ] : https://github.com/golang/go/wiki/Modules#how-to-define-a-module
1516
1617### Generate scaffolding
1718
You can’t perform that action at this time.
0 commit comments