From b219fdcced7a7f47b0514e931af7716fb8a59005 Mon Sep 17 00:00:00 2001 From: Oscar Ward Date: Thu, 12 Oct 2023 08:50:08 -0700 Subject: [PATCH] update buildcontext api string Signed-off-by: Oscar Ward --- pkg/apis/internal.acorn.io/v1/appimage.go | 2 +- pkg/openapi/generated/openapi_generated.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/apis/internal.acorn.io/v1/appimage.go b/pkg/apis/internal.acorn.io/v1/appimage.go index f3885318f..4526edcde 100644 --- a/pkg/apis/internal.acorn.io/v1/appimage.go +++ b/pkg/apis/internal.acorn.io/v1/appimage.go @@ -31,7 +31,7 @@ type VCS struct { Untracked bool `json:"untracked,omitempty"` // Acornfile the path and filename within the vcs repository that was used to build the running app Acornfile string `json:"acornfile,omitempty"` - // BuildContext the context provided + // BuildContext the context within the vcs repository that was used when building the running app BuildContext string `json:"buildContext,omitempty"` } diff --git a/pkg/openapi/generated/openapi_generated.go b/pkg/openapi/generated/openapi_generated.go index e0d8a6280..10034ba24 100644 --- a/pkg/openapi/generated/openapi_generated.go +++ b/pkg/openapi/generated/openapi_generated.go @@ -12339,7 +12339,7 @@ func schema_pkg_apis_internalacornio_v1_VCS(ref common.ReferenceCallback) common }, "buildContext": { SchemaProps: spec.SchemaProps{ - Description: "BuildContext the context provided", + Description: "BuildContext the context within the vcs repository that was used when building the running app", Type: []string{"string"}, Format: "", },