Skip to content

Commit

Permalink
update example name and content
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
  • Loading branch information
zzxwill committed Jul 7, 2021
1 parent 73b0a56 commit 196b1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
forProvider:
projectName: crossplane-poc
groupName: sls-store-test
groupName: sls-machinegroup-test
configName: sls-logtail-test
writeConnectionSecretToRef:
name: machine-group-binding
Expand Down
3 changes: 1 addition & 2 deletions pkg/clients/sls/machineGroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ func (c *LogClient) RemoveConfigFromMachineGroup(projectName,
}

// GenerateMachineGroupBindingObservation is used to produce observation message
func
GenerateMachineGroupBindingObservation(configs []string) v1alpha1.MachineGroupBindingObservation {
func GenerateMachineGroupBindingObservation(configs []string) v1alpha1.MachineGroupBindingObservation {
return v1alpha1.MachineGroupBindingObservation{
Configs: configs,
}
Expand Down

0 comments on commit 196b1a8

Please # to comment.