Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controllers ¶
type Controllers interface { }
type GatewayApiControllers ¶
type GatewayApiControllers struct {
V1beta1 *GatewayApiV1beta1Controllers
}
type GatewayApiV1beta1Controllers ¶
type GatewayApiV1beta1Controllers struct { Gateway *gwcontrollerv1beta1.GatewayController GatewayClass *gwcontrollerv1beta1.GatewayClassController HTTPRoute *gwcontrollerv1beta1.HTTPRouteController }
type LocalControllers ¶
type LocalControllers struct { Service *controller.ServiceController Endpoints *controller.EndpointsController Ingressv1 *controller.Ingressv1Controller IngressClassv1 *controller.IngressClassv1Controller ServiceImport *controller.ServiceImportController Secret *controller.SecretController GatewayApi *GatewayApiControllers }
type RemoteControllers ¶
type RemoteControllers struct {
ServiceExport *controller.ServiceExportController
}
Click to show internal directories.
Click to hide internal directories.