Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Dto struct + Hostname string + MetaDto meta.Dto + ServiceName string + ServicePort int + type Interface interface + Create func(dto *Dto) (*kymaMeta.GatewayResource, error) + Delete func(dto *Dto) error + Get func(dto *Dto) (k8sApiExtensions.Ingress, error) + Update func(oldDto, newDto *Dto) (*kymaMeta.GatewayResource, error) + func New(kubeClient k8s.Interface) Interface