Skip to content

Commit

Permalink
Add OfflineInstaller to BootstrapPresets
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 1, 2023
1 parent 20003b3 commit 9cfd051
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apis/core/v1alpha1/openapi_generated.go

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

7 changes: 7 additions & 0 deletions apis/management/v1alpha1/openapi_generated.go

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

7 changes: 7 additions & 0 deletions apis/meta/v1alpha1/openapi_generated.go

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

8 changes: 5 additions & 3 deletions apis/shared/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ import (
)

type BootstrapPresets struct {
Image ImageRegistrySpec `json:"image"`
Registry RegistryInfo `json:"registry"`
Helm HelmInfo `json:"helm"`
// +optional
OfflineInstaller bool `json:"offlineInstaller"`
Image ImageRegistrySpec `json:"image"`
Registry RegistryInfo `json:"registry"`
Helm HelmInfo `json:"helm"`
}

type ImageRegistrySpec struct {
Expand Down
7 changes: 7 additions & 0 deletions apis/shared/openapi_generated.go

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

7 changes: 7 additions & 0 deletions apis/ui/v1alpha1/openapi_generated.go

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

0 comments on commit 9cfd051

Please sign in to comment.