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

Commit

Permalink
add: AppLogEndpoint + AppLogSecret on Region object supporting the ne…
Browse files Browse the repository at this point in the history
…w app logs feature (#2474)

Signed-off-by: Thorsten Klein <[email protected]>
  • Loading branch information
iwilltry42 authored Feb 5, 2024
1 parent 6a26e9b commit 3103a5e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/apis/api.acorn.io/v1/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ type RegionSpec struct {
}

type RegionStatus struct {
Conditions []v1.Condition `json:"conditions,omitempty"`
Conditions []v1.Condition `json:"conditions,omitempty"`
AppLogEndpoint string `json:"appLogEndpoint,omitempty"`
AppLogSecret string `json:"appLogSecret,omitempty"`
}

func (in *Region) NamespaceScoped() bool {
Expand Down
12 changes: 12 additions & 0 deletions pkg/openapi/generated/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3103a5e

Please sign in to comment.