Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerTektonDashboard platform.ControllerName = "tektondashboard" ControllerTektonResults platform.ControllerName = "tektonresult" PlatformNameKubernetes string = "kubernetes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesPlatform ¶
type KubernetesPlatform struct { platform.PlatformConfig // contains filtered or unexported fields }
KubernetesPlatform defines basic configuration for a Vanila Kubernetes platform
func NewKubernetesPlatform ¶
func NewKubernetesPlatform(pc platform.PlatformConfig) *KubernetesPlatform
NewKubernetesPlatform returns an instance of KubernetesPlatform
func (*KubernetesPlatform) AllSupportedControllers ¶
func (kp *KubernetesPlatform) AllSupportedControllers() platform.ControllerMap
AllSupportedControllers returns a platform.ControllerMap of all controllers (reconcilers) of tektoncd/operator supported by Vanila Kubernetes
func (*KubernetesPlatform) PlatformParams ¶
func (kp *KubernetesPlatform) PlatformParams() platform.PlatformConfig
PlatformParams return platform.PlatformConfig of a KubernetesPlatform
Click to show internal directories.
Click to hide internal directories.