Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit c71c79f

Browse files
committed
fix: adds nolint
1 parent 38e5bd0 commit c71c79f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,10 @@ type ExtraAPIServerCertSANs []string
263263
func (ExtraAPIServerCertSANs) VariableSchema() clusterv1.VariableSchema {
264264
return clusterv1.VariableSchema{
265265
OpenAPIV3Schema: clusterv1.JSONSchemaProps{
266-
Description: fmt.Sprintf("Extra Subject Alternative Names for the API Server signing cert. For Docker %v are injected automatically.",
267-
DefaultDockerCertSANs),
266+
Description: fmt.Sprintf(
267+
"Extra Subject Alternative Names for the API Server signing cert. For Docker %v are injected automatically.",
268+
DefaultDockerCertSANs,
269+
),
268270
Type: "array",
269271
UniqueItems: true,
270272
Items: &clusterv1.JSONSchemaProps{

0 commit comments

Comments
 (0)