kubeadm: fix godocs indentation for v1beta1

This commit is contained in:
Lubomir I. Ivanov 2018-11-15 00:13:58 +02:00
parent 865904d0e1
commit da49adb52f

View File

@ -30,6 +30,8 @@ limitations under the License.
// - "auditPolicy" was removed from ClusterConfiguration. Please use "extraArgs" in "apiServer" to configure this feature instead.
// - "unifiedControlPlaneImage" in ClusterConfiguration was changed to a boolean field called "useHyperKubeImage".
// - ClusterConfiguration now has a "dns" field which can be used to select and configure the cluster DNS addon.
// - "featureGates" still exists under ClusterConfiguration, but there are no supported feature gates in 1.13.
// See the Kubernetes 1.13 changelog for further details.
// - Both "localEtcd" and "dns" configurations now support custom image repositories.
// - the "controlPlane*" related fields in JoinConfiguration were refactored into a sub structure.
// - "clusterName" was removed from JoinConfiguration and the name is now fetched from the existing cluster.