File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
internal/apis/bootstrap/kubeadm/v1alpha4 Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,7 @@ type ClusterConfiguration struct {
150
150
// ControlPlaneComponent holds settings common to control plane component of the cluster.
151
151
type ControlPlaneComponent struct {
152
152
// ExtraArgs is an extra set of flags to pass to the control plane component.
153
- // TODO: This is temporary and ideally we would like to switch all components to
154
- // use ComponentConfig + ConfigMaps.
153
+ // TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.
155
154
// +optional
156
155
ExtraArgs map [string ]string `json:"extraArgs,omitempty"`
157
156
Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ type ClusterConfiguration struct {
129
129
// ControlPlaneComponent holds settings common to control plane component of the cluster.
130
130
type ControlPlaneComponent struct {
131
131
// ExtraArgs is an extra set of flags to pass to the control plane component.
132
- // TODO: This is temporary and ideally we would like to switch all components to
133
- // use ComponentConfig + ConfigMaps.
132
+ // TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.
134
133
ExtraArgs map [string ]string `json:"extraArgs,omitempty"`
135
134
136
135
// ExtraVolumes is an extra set of host volumes, mounted to the control plane component.
Original file line number Diff line number Diff line change @@ -143,8 +143,7 @@ type ControlPlaneComponent struct {
143
143
// ExtraArgs is an extra set of flags to pass to the control plane component.
144
144
// A key in this map is the flag name as it appears on the
145
145
// command line except without leading dash(es).
146
- // TODO: This is temporary and ideally we would like to switch all components to
147
- // use ComponentConfig + ConfigMaps.
146
+ // TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.
148
147
ExtraArgs map [string ]string `json:"extraArgs,omitempty"`
149
148
150
149
// ExtraVolumes is an extra set of host volumes, mounted to the control plane component.
Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ type ClusterConfiguration struct {
138
138
// ControlPlaneComponent holds settings common to control plane component of the cluster.
139
139
type ControlPlaneComponent struct {
140
140
// ExtraArgs is an extra set of flags to pass to the control plane component.
141
- // TODO: This is temporary and ideally we would like to switch all components to
142
- // use ComponentConfig + ConfigMaps.
141
+ // TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.
143
142
// +optional
144
143
ExtraArgs map [string ]string `json:"extraArgs,omitempty"`
145
144
Original file line number Diff line number Diff line change @@ -131,8 +131,7 @@ type ClusterConfiguration struct {
131
131
// ControlPlaneComponent holds settings common to control plane component of the cluster.
132
132
type ControlPlaneComponent struct {
133
133
// ExtraArgs is an extra set of flags to pass to the control plane component.
134
- // TODO: This is temporary and ideally we would like to switch all components to
135
- // use ComponentConfig + ConfigMaps.
134
+ // TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.
136
135
// +optional
137
136
ExtraArgs map [string ]string `json:"extraArgs,omitempty"`
138
137
You can’t perform that action at this time.
0 commit comments