Versions in this module Expand all Collapse all v0 v0.2.1 Jan 23, 2025 v0.2.0 Jan 22, 2025 Changes in this version + type ExposeHelper struct + CreateServices bool + Protocol string + ServiceLabels map[string]string + ServiceName string + ServicePorts []int + ServiceType apiv1.ServiceType + SkupperExpose bool + Target *f2k8s.Namespace + func (e ExposeHelper) Execute() error + type HelloWorld struct + CreateServices bool + SkupperExpose bool + Topology *topology.Basic + func (hw HelloWorld) Execute() error + type HelloWorldBackend struct + CreateServices bool + Ctx context.Context + Protocol string + SkupperExpose bool + Target *f2k8s.Namespace + func (h *HelloWorldBackend) Execute() error + type HelloWorldFrontend struct + CreateServices bool + Ctx context.Context + Protocol string + SkupperExpose bool + Target *f2k8s.Namespace + func (h *HelloWorldFrontend) Execute() error + type HelloWorldValidate struct + HelloWorldValidateBack HelloWorldValidateBack + HelloWorldValidateFront HelloWorldValidateFront + Namespace *f2k8s.Namespace + func (h HelloWorldValidate) Validate() error + type HelloWorldValidateBack struct + Namespace *f2k8s.Namespace + ServiceInsecure bool + ServiceName string + ServicePath string + ServicePort int + ServiceProto string + func (h HelloWorldValidateBack) Validate() error + type HelloWorldValidateFront struct + Namespace *f2k8s.Namespace + ServiceInsecure bool + ServiceName string + ServicePort int + ServiceProto string + func (h HelloWorldValidateFront) Validate() error + type PatientDatabase struct + CreateServices bool + Ctx context.Context + Image string + SkupperExpose bool + Target *f2k8s.Namespace + func (p PatientDatabase) Execute() error + type PatientDbPing struct + Namespace *f2k8s.Namespace + func (p PatientDbPing) Validate() error + type PatientFrontend struct + CreateServices bool + Ctx context.Context + Image string + Runner *frame2.Run + SkupperExpose bool + Target *f2k8s.Namespace + func (p PatientFrontend) Execute() error + type PatientFrontendHealth struct + Namespace *f2k8s.Namespace + ServiceName string + ServicePath string + ServicePort int + func (p PatientFrontendHealth) Validate() error + type PatientPayment struct + CreateServices bool + Ctx context.Context + Image string + Runner *frame2.Run + SkupperExpose bool + Target *f2k8s.Namespace + func (p PatientPayment) Execute() error + type PatientPortal struct + CreateServices bool + SkupperExpose bool + Topology *topology.Basic + func (p PatientPortal) Execute() error + type PatientValidatePayment struct + Namespace *f2k8s.Namespace + ServiceName string + ServicePath string + ServicePort int + func (p PatientValidatePayment) Validate() error