Skip to content

Commit

Permalink
fix Spelling Errors and add log
Browse files Browse the repository at this point in the history
Signed-off-by: Gidi233 <[email protected]>
  • Loading branch information
Gidi233 committed Sep 2, 2024
1 parent f42c88f commit f51181a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/references/fleet_v1alpha1_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ <h3 id="fleet.kurator.dev/v1alpha1.FlaggerConfig">FlaggerConfig
</tr>
<tr>
<td>
<code>Config</code><br>
<code>config</code><br>
<em>
<a href="#fleet.kurator.dev/v1alpha1.Config">
Config
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/fleet/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ type FlaggerConfig struct {
PublicTestloader bool `json:"publicTestloader,omitempty"`
// ProviderConfig defines the configuration for the TrafficRoutingProvider.
// +optional
ProviderConfig *Config `json:"Config,omitempty"`
ProviderConfig *Config `json:"config,omitempty"`
}

type Config struct {
Expand Down
1 change: 1 addition & 0 deletions pkg/webhooks/application_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@ func defaultSyncPolicies(ctx context.Context, SyncPolicies []*v1alpha1.Applicati
}
}
}
log.Info("set SyncPolicies default success")
return nil
}

0 comments on commit f51181a

Please sign in to comment.