Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerTektonAddon platform.ControllerName = "tektonaddon" ControllerOpenShiftPipelinesAsCode platform.ControllerName = "openshiftpipelinesascode" PlatformNameOpenShift string = "openshift" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenShiftPlatform ¶
type OpenShiftPlatform struct { platform.PlatformConfig // contains filtered or unexported fields }
OpenShiftPlatform defines basic configuration for a OpenShift platform
func NewOpenShiftPlatform ¶
func NewOpenShiftPlatform(pc platform.PlatformConfig) *OpenShiftPlatform
NewOpenShiftPlatform returns an instance of OpenShiftPlatform
func (*OpenShiftPlatform) AllSupportedControllers ¶
func (op *OpenShiftPlatform) AllSupportedControllers() platform.ControllerMap
AllSupportedControllers returns a platform.ControllerMap of all controllers (reconcilers) of tektoncd/operator supported by OpenShift
func (*OpenShiftPlatform) PlatformParams ¶
func (op *OpenShiftPlatform) PlatformParams() platform.PlatformConfig
PlatformParams return platform.PlatformConfig of a OpenShiftPlatform
Click to show internal directories.
Click to hide internal directories.