Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Dto struct + AuthenticationEnabled bool + MetaDto meta.Dto + Rules Rules + ServiceName string + 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(a istioAuth.Interface, c JwtDefaultConfig) Interface + type Jwt struct + Issuer string + JwksUri string + type JwtDefaultConfig Jwt + type Rule struct + Jwt Jwt + Type Type + func (r *Rule) String() string + type Rules []Rule + type Type string + const JwtType