diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 93708d446..10edd5f4e 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -6341,7 +6341,7 @@ }, "x-kubernetes-list-type": "" }, - "serviceAccount": { + "serviceAccountName": { "type": "string" }, "stack": { diff --git a/pkg/openapi/openapi_generated.go b/pkg/openapi/openapi_generated.go index 61c9f0ae8..ce910e349 100644 --- a/pkg/openapi/openapi_generated.go +++ b/pkg/openapi/openapi_generated.go @@ -3696,7 +3696,7 @@ func schema_pkg_apis_build_v1alpha2_NamespacedBuilderSpec(ref common.ReferenceCa }, }, }, - "serviceAccount": { + "serviceAccountName": { SchemaProps: spec.SchemaProps{ Type: []string{"string"}, Format: "", @@ -4247,7 +4247,7 @@ func schema_pkg_apis_core_v1alpha1_Condition(ref common.ReferenceCallback) commo "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).", - Type: []string{"string"}, Format: "", + Type: []string{"string"}, Format: "", }, }, "reason": {