Documentation ¶
Index ¶
Constants ¶
View Source
const (
Subsys = "gateway-controller"
)
Variables ¶
This section is empty.
Functions ¶
func GatewayAddressTypePtr ¶
func GatewayAddressTypePtr(addr gatewayv1beta1.AddressType) *gatewayv1beta1.AddressType
func GroupPtr ¶
func GroupPtr(name string) *gatewayv1beta1.Group
func KindPtr ¶
func KindPtr(name string) *gatewayv1beta1.Kind
func ObjectNamePtr ¶
func ObjectNamePtr(name string) *gatewayv1beta1.ObjectName
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(enableSecretSync bool, secretsNamespace string, idleTimeoutSeconds int) (*Controller, error)
NewController returns a new gateway controller, which is implemented using the controller-runtime library.
func (*Controller) Run ¶
func (m *Controller) Run()
Source Files ¶
- controller.go
- gateway.go
- gateway_reconcile.go
- gateway_status.go
- gatewayclass.go
- gatewayclass_reconcile.go
- gatewayclass_status.go
- helpers.go
- httproute.go
- httproute_reconcile.go
- logger.go
- referencegrant.go
- referencegrant_reconcile.go
- secret.go
- secret_reconcile.go
- status.go
- tlsroute.go
- tlsroute_reconcile.go
Click to show internal directories.
Click to hide internal directories.