Documentation
¶
Index ¶
- Constants
- Variables
- func MakeInstallCicd() *cobra.Command
- func MakeInstallFluent() *cobra.Command
- func MakeInstallIstio() *cobra.Command
- func MakeInstallKnativeEventing() *cobra.Command
- func MakeInstallKnativeServing() *cobra.Command
- func MakeInstallMinioInstance() *cobra.Command
- func MakeInstallMinioOperator() *cobra.Command
- func MakeInstallNatsOperator() *cobra.Command
- func MakeInstallNatsStreamingInstance() *cobra.Command
- func MakeInstallNatsStreamingOperator() *cobra.Command
- func MakeInstallRedis() *cobra.Command
- func MakeInstallTekton() *cobra.Command
- type CicdInputData
- type CicdSaInputData
- type FluentInputData
- type KnativeEventingNatsChannelInputData
- type KnativeServingConfigMapInputData
- type MinioInstanceInputData
- type NatsStreamingInstanceInputData
Constants ¶
View Source
const CicdInfoMsg = `
# Go to tekton dashboard`
View Source
const CicdInstallMsg = `======================================================================= = Cicd has been installed = =======================================================================` + "\n\n" + CicdInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const FluentInfoMsg = `
#`
View Source
const FluentInstallMsg = `======================================================================= = Fluent has been installed. = =======================================================================` + "\n\n" + FluentInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const IstioInfoMsg = `# Find out more at:
# https://github.com/istio/`
View Source
const KnativeEventingInfoMsg = `
#`
View Source
const KnativeEventingInstallMsg = `======================================================================= = Tekton Dashboard has been installed. = =======================================================================` + "\n\n" + KnativeEventingInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const KnativeServingInfoMsg = `
#`
View Source
const KnativeServingInstallMsg = `======================================================================= = Knative serving has been installed. = =======================================================================` + "\n\n" + KnativeServingInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const MinioInstanceInfoMsg = `
#`
View Source
const MinioInstanceInstallMsg = `======================================================================= = Minio Instance has been installed. = =======================================================================` + "\n\n" + MinioInstanceInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const MinioOperatorInfoMsg = `
#`
View Source
const MinioOperatorInstallMsg = `======================================================================= = Minio Operator has been installed. = =======================================================================` + "\n\n" + MinioOperatorInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const NatsOperatorInfoMsg = `
#
`
View Source
const NatsOperatorInstallMsg = `======================================================================= = Nats operator installed to default namespace. = =======================================================================` + "\n\n" + NatsOperatorInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const NatsStreamingInstanceInfoMsg = `
#`
View Source
const NatsStreamingInstanceInstallMsg = `======================================================================= = Minio Operator has been installed. = =======================================================================` + "\n\n" + NatsStreamingInstanceInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const NatsStreamingOperatorInfoMsg = `
#
`
View Source
const NatsStreamingOperatorInstallMsg = `======================================================================= = Nats streaming operator installed to default namespace. = =======================================================================` + "\n\n" + NatsStreamingOperatorInfoMsg + "\n\n" + pkg.ThanksForUsing
View Source
const TektonDashboardInfoMsg = `` /* 207-byte string literal not displayed */
View Source
const TektonInstallMsg = `======================================================================= = Tekton Dashboard has been installed. = =======================================================================` + "\n\n" + TektonDashboardInfoMsg + "\n\n" + pkg.ThanksForUsing
Variables ¶
View Source
var FluentYamlTemplate = `` /* 2827-byte string literal not displayed */
View Source
var IntelArch = "amd64"
View Source
var RedisInfoMsg = `#
`
Functions ¶
func MakeInstallCicd ¶
func MakeInstallFluent ¶
func MakeInstallIstio ¶
func MakeInstallNatsOperator ¶
func MakeInstallRedis ¶
func MakeInstallTekton ¶
Types ¶
type CicdInputData ¶
type CicdInputData struct { DockerServer string DockerUsername string DockerUsernameBase64 string DockerPasswordBase64 string Namespace string DockerConfigJsonBase64 string MinioAccessKeyBase64 string MinioSecretKeyBase64 string TokenDocumentTypeGuessing string TokenEmailTypeGuessing string KnownHosts string SshPrivateKey string SshGitServer string KnativeServingDomainTemplate string NamespaceApi string }
type CicdSaInputData ¶
type FluentInputData ¶
type KnativeEventingNatsChannelInputData ¶
type KnativeEventingNatsChannelInputData struct {
NatssUrl string
}
type KnativeServingConfigMapInputData ¶
type KnativeServingConfigMapInputData struct {
DomainTemplate string
}
type MinioInstanceInputData ¶
type NatsStreamingInstanceInputData ¶
type NatsStreamingInstanceInputData struct {
Size string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.