File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/book/src/component-config-tutorial/testdata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ type ProjectConfig struct {
50
50
Spec ProjectConfigSpec `json:"spec,omitempty"`
51
51
Status ProjectConfigStatus `json:"status,omitempty"`
52
52
53
- // ControllerManagerConfigurationSpec returns the contfigurations for controllers
53
+ // ControllerManagerConfigurationSpec returns the configurations for controllers
54
54
cfg.ControllerManagerConfigurationSpec `json:",inline"`
55
55
56
56
ClusterName string `json:"clusterName,omitempty"`
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ we'll embed `cfg.ControllerManagerConfigurationSpec` in `ProjectConfig`.
38
38
type ProjectConfig struct {
39
39
metav1.TypeMeta `json:",inline"`
40
40
41
- // ControllerManagerConfigurationSpec returns the contfigurations for controllers
41
+ // ControllerManagerConfigurationSpec returns the configurations for controllers
42
42
cfg.ControllerManagerConfigurationSpec `json:",inline"`
43
43
44
44
ClusterName string `json:"clusterName,omitempty"`
You can’t perform that action at this time.
0 commit comments