Documentation
¶
Index ¶
- Constants
- func RegisterAllRouteControllers(log gwlog.Logger, cloud aws.Cloud, datastore *latticestore.LatticeDataStore, ...) error
- func RegisterGatewayClassController(log gwlog.Logger, mgr ctrl.Manager) error
- func RegisterGatewayController(log gwlog.Logger, cloud aws.Cloud, finalizerManager k8s.FinalizerManager, ...) error
- func RegisterPodController(log gwlog.Logger, mgr ctrl.Manager) error
- func RegisterServiceController(log gwlog.Logger, cloud aws.Cloud, datastore *latticestore.LatticeDataStore, ...) error
- func RegisterServiceExportController(log gwlog.Logger, cloud aws.Cloud, ...) error
- func RegisterServiceImportController(log gwlog.Logger, mgr ctrl.Manager, dataStore *latticestore.LatticeDataStore, ...) error
- func UpdateGWListenerStatus(ctx context.Context, k8sClient client.Client, gw *gwv1beta1.Gateway) error
- type RouteLSNProvider
Constants ¶
View Source
const (
LatticeAssignedDomainName = "application-networking.k8s.aws/lattice-assigned-domain-name"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterAllRouteControllers ¶ added in v0.0.16
func RegisterAllRouteControllers( log gwlog.Logger, cloud aws.Cloud, datastore *latticestore.LatticeDataStore, finalizerManager k8s.FinalizerManager, mgr ctrl.Manager, ) error
func RegisterGatewayClassController ¶ added in v0.0.16
func RegisterGatewayController ¶ added in v0.0.16
func RegisterPodController ¶ added in v0.0.16
func RegisterServiceController ¶ added in v0.0.16
func RegisterServiceController( log gwlog.Logger, cloud aws.Cloud, datastore *latticestore.LatticeDataStore, finalizerManager k8s.FinalizerManager, mgr ctrl.Manager, ) error
func RegisterServiceExportController ¶ added in v0.0.16
func RegisterServiceExportController( log gwlog.Logger, cloud aws.Cloud, latticeDataStore *latticestore.LatticeDataStore, finalizerManager k8s.FinalizerManager, mgr ctrl.Manager, ) error
func RegisterServiceImportController ¶ added in v0.0.16
func RegisterServiceImportController( log gwlog.Logger, mgr ctrl.Manager, dataStore *latticestore.LatticeDataStore, finalizerManager k8s.FinalizerManager, ) error
Types ¶
type RouteLSNProvider ¶ added in v0.0.17
func (*RouteLSNProvider) LatticeServiceName ¶ added in v0.0.17
func (r *RouteLSNProvider) LatticeServiceName() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.