Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCallbacks ¶
func NewCallbacks(resManager core_manager.ResourceManager, authenticator Authenticator, dpNotFoundRetry DPNotFoundRetry) util_xds.Callbacks
Types ¶
type Authenticator ¶
type Authenticator interface { Authenticate(ctx context.Context, dataplane *core_mesh.DataplaneResource, credential Credential) error AuthenticateZoneIngress(ctx context.Context, zoneIngress *core_mesh.ZoneIngressResource, credential Credential) error }
type Credential ¶
type Credential = string
type DPNotFoundRetry ¶
DPNotFoundRetry if callbacks are used in xDS other than ADS. It might be useful to have a retry when dataplane is not found, because on Universal ADS is creating it.
Click to show internal directories.
Click to hide internal directories.