Documentation ¶
Index ¶
- func NewGatewayZoneServiceImpl() (e error)
- type GatewayZoneServiceImpl
- func (impl GatewayZoneServiceImpl) CreateZone(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error)
- func (impl GatewayZoneServiceImpl) CreateZoneWithoutIngress(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error)
- func (impl GatewayZoneServiceImpl) DeleteZone(zoneId, namespace string) error
- func (impl GatewayZoneServiceImpl) DeleteZoneRoute(zoneId string, namespace string, session ...*db.SessionHelper) error
- func (impl GatewayZoneServiceImpl) GetGatewayProvider(clusterName string) (string, error)
- func (impl GatewayZoneServiceImpl) GetRegisterAppInfo(orgId, projectId, env string) *common.StandardResult
- func (impl GatewayZoneServiceImpl) GetZone(id string, session ...*db.SessionHelper) (*orm.GatewayZone, error)
- func (impl GatewayZoneServiceImpl) SetZoneKongPolicies(zoneId string, policies gw.ZoneKongPolicies, helper *db.SessionHelper) error
- func (impl GatewayZoneServiceImpl) SetZoneKongPoliciesWithoutDomainPolicy(zoneId string, policies *gw.ZoneKongPolicies, helper *db.SessionHelper) error
- func (impl GatewayZoneServiceImpl) UpdateBuiltinPolicies(zoneId string) error
- func (impl GatewayZoneServiceImpl) UpdateKongDomainPolicy(az, projectId, env string, helper *db.SessionHelper) error
- func (impl GatewayZoneServiceImpl) UpdateZoneRoute(zoneId string, route zone.ZoneRoute, runtimeService *orm.GatewayRuntimeService, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayZoneServiceImpl ¶
func NewGatewayZoneServiceImpl() (e error)
Types ¶
type GatewayZoneServiceImpl ¶
type GatewayZoneServiceImpl struct {
// contains filtered or unexported fields
}
func (GatewayZoneServiceImpl) CreateZone ¶
func (impl GatewayZoneServiceImpl) CreateZone(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error)
func (GatewayZoneServiceImpl) CreateZoneWithoutIngress ¶
func (impl GatewayZoneServiceImpl) CreateZoneWithoutIngress(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error)
func (GatewayZoneServiceImpl) DeleteZone ¶
func (impl GatewayZoneServiceImpl) DeleteZone(zoneId, namespace string) error
func (GatewayZoneServiceImpl) DeleteZoneRoute ¶
func (impl GatewayZoneServiceImpl) DeleteZoneRoute(zoneId string, namespace string, session ...*db.SessionHelper) error
func (GatewayZoneServiceImpl) GetGatewayProvider ¶
func (impl GatewayZoneServiceImpl) GetGatewayProvider(clusterName string) (string, error)
func (GatewayZoneServiceImpl) GetRegisterAppInfo ¶
func (impl GatewayZoneServiceImpl) GetRegisterAppInfo(orgId, projectId, env string) *common.StandardResult
func (GatewayZoneServiceImpl) GetZone ¶
func (impl GatewayZoneServiceImpl) GetZone(id string, session ...*db.SessionHelper) (*orm.GatewayZone, error)
func (GatewayZoneServiceImpl) SetZoneKongPolicies ¶
func (impl GatewayZoneServiceImpl) SetZoneKongPolicies(zoneId string, policies gw.ZoneKongPolicies, helper *db.SessionHelper) error
func (GatewayZoneServiceImpl) SetZoneKongPoliciesWithoutDomainPolicy ¶
func (impl GatewayZoneServiceImpl) SetZoneKongPoliciesWithoutDomainPolicy(zoneId string, policies *gw.ZoneKongPolicies, helper *db.SessionHelper) error
func (GatewayZoneServiceImpl) UpdateBuiltinPolicies ¶
func (impl GatewayZoneServiceImpl) UpdateBuiltinPolicies(zoneId string) error
func (GatewayZoneServiceImpl) UpdateKongDomainPolicy ¶
func (impl GatewayZoneServiceImpl) UpdateKongDomainPolicy(az, projectId, env string, helper *db.SessionHelper) error
func (GatewayZoneServiceImpl) UpdateZoneRoute ¶
func (impl GatewayZoneServiceImpl) UpdateZoneRoute(zoneId string, route zone.ZoneRoute, runtimeService *orm.GatewayRuntimeService, redirectType string, session ...*db.SessionHelper) (bool, error)
Click to show internal directories.
Click to hide internal directories.