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

Commit 3103a5e

Browse files
authored
add: AppLogEndpoint + AppLogSecret on Region object supporting the new app logs feature (#2474)
Signed-off-by: Thorsten Klein <[email protected]>
1 parent 6a26e9b commit 3103a5e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pkg/apis/api.acorn.io/v1/region.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ type RegionSpec struct {
2828
}
2929

3030
type RegionStatus struct {
31-
Conditions []v1.Condition `json:"conditions,omitempty"`
31+
Conditions []v1.Condition `json:"conditions,omitempty"`
32+
AppLogEndpoint string `json:"appLogEndpoint,omitempty"`
33+
AppLogSecret string `json:"appLogSecret,omitempty"`
3234
}
3335

3436
func (in *Region) NamespaceScoped() bool {

pkg/openapi/generated/openapi_generated.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)