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 + Status kymaMeta.GatewayResourceStatus + type Interface interface + Create func(dto *Dto) (*kymaMeta.GatewayResource, error) + Delete func(dto *Dto) error + Update func(oldDto, newDto *Dto) (*kymaMeta.GatewayResource, error) + func New(i istioNetworking.Interface, istioGateway string) Interface