 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
First version of Istio networking in Kyma. Based on Istio virtual services and gateways.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CORSConfig ¶
type HostnameNotAvailableError ¶
type HostnameNotAvailableError struct {
	Hostname string
}
    func (HostnameNotAvailableError) Error ¶
func (e HostnameNotAvailableError) Error() string
type Interface ¶
type Interface interface {
	Create(dto *Dto) (*kymaMeta.GatewayResource, error)
	Update(oldDto, newDto *Dto) (*kymaMeta.GatewayResource, error)
	Delete(dto *Dto) error
}
    func New ¶
func New(i istioNetworking.Interface, k k8sClient.Interface, istioGateway string, corsConfig CORSConfig) Interface
 Click to show internal directories. 
   Click to hide internal directories.