Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Rewrite ¶
func Rewrite(rewriteOptions RewriteOptions) error
Types ¶
type RewriteOptions ¶
type RewriteOptions struct {
RootDir string
UpstreamURI string
UpstreamPath string
Downstreams []string
K8sNamespace string
Silent bool
CreateAppDir bool
ExcludeKotsKinds bool
Installation *kotsv1beta1.Installation
License *licensewrapper.LicenseWrapper
ConfigValues *kotsv1beta1.ConfigValues
ReportWriter io.Writer
CopyImages bool // can be false even if registry is not read-only
IsAirgap bool
RegistrySettings registrytypes.RegistrySettings
AppID string
AppSlug string
AppSelectedChannelID string
IsGitOps bool
AppSequence int64
ReportingInfo *reportingtypes.ReportingInfo
HTTPProxyEnvValue string
HTTPSProxyEnvValue string
NoProxyEnvValue string
PrivateCAsConfigmap string
}
Click to show internal directories.
Click to hide internal directories.