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
V1alpha2 *GatewayApiV1alpha2Controllers
}
type GatewayApiV1alpha2Controllers ¶
type GatewayApiV1alpha2Controllers struct {
ReferencePolicy *gwcontrollerv1alpha2.ReferencePolicyController
TCPRoute *gwcontrollerv1alpha2.TCPRouteController
TLSRoute *gwcontrollerv1alpha2.TLSRouteController
UDPRoute *gwcontrollerv1alpha2.UDPRouteController
}
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
GatewayApi *GatewayApiControllers
}
type RemoteControllers ¶
type RemoteControllers struct {
ServiceExport *controller.ServiceExportController
}
Click to show internal directories.
Click to hide internal directories.