Documentation
¶
Index ¶
Constants ¶
View Source
const BUFFER_SIZE int64 = 1000000
Variables ¶
View Source
var TemplateFs embed.FS
Functions ¶
func GenerateRandomString ¶
func VerifyOutputFile ¶
Types ¶
type Parameters ¶
type Parameters struct {
Version string // ACS Version (23.2, 23.1...)
Secret string // Shared secret string for Repo and Solr communication
Kubernetes string // Kubernetes cluster (Docker Desktop, KinD)
TLS bool // Enable TLS in ingress controller for https access
AdminPassword string // Password for admin user ('admin' is default password)
DockerUser string // Username for Docker Hub
DockerPass string // Password of the username for Docker Hub
DockerAuth string // Base64 encode for Docker Hub credentials
}
func GetPromptValues ¶
func GetPromptValues() Parameters
Click to show internal directories.
Click to hide internal directories.