Documentation ¶
Index ¶
Constants ¶
View Source
const ( Hook = "hook" DefaultProwReleaseName = "jx-prow" DefaultKnativeBuildReleaseName = "jx-knative-build" ProwVersion = "0.0.23" KnativeBuildVersion = "0.0.6" ChartProw = "jenkins-x/prow" ChartKnativeBuild = "jenkins-x/knative-build" )
Variables ¶
This section is empty.
Functions ¶
func AddRepo ¶ added in v1.3.140
func AddRepo(kubeClient kubernetes.Interface, repos []string, ns string) error
func IsProwInstalled ¶ added in v1.3.140
func IsProwInstalled(kubeClient kubernetes.Interface, ns string) (bool, error)
Types ¶
type Options ¶
type Options struct { KubeClient kubernetes.Interface Repos []string NS string }
Options for prow
func (*Options) AddProwConfig ¶
AddProwConfig adds config to prow
func (*Options) AddProwPlugins ¶
AddProwPlugins adds plugins to prow
Click to show internal directories.
Click to hide internal directories.