Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsValidResource ¶
type IsValidResource interface { IsValidGateway(gw *gatewayv1alpha2.Gateway) bool IsValidGatewayClass(gwcls *gatewayv1alpha2.GatewayClass) bool IsValidIngress(ing *networking.Ingress) bool IsValidIngressClass(ing *networking.IngressClass) bool }
IsValidResource ...
type Services ¶
type Services struct { client.Client Config *config.Config // contains filtered or unexported fields }
Services ...
func (*Services) GetIsValidResource ¶
func (s *Services) GetIsValidResource() IsValidResource
GetIsValidResource ...
func (*Services) LeaderChangedSubscriber ¶
func (s *Services) LeaderChangedSubscriber(f SvcLeaderChangedFnc)
LeaderChangedSubscriber ...
func (*Services) ReconcileIngress ¶
func (s *Services) ReconcileIngress(changed *convtypes.ChangedObjects)
ReconcileIngress ...
Click to show internal directories.
Click to hide internal directories.