Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPSocket ¶
type TCPSocket struct {
// contains filtered or unexported fields
}
TCPSocket represents a TCP socket listener. It utilizes a stop channel to manage its lifecycle.
func NewTCPSocketListener ¶
func NewTCPSocketListener(ctx context.Context, config *v1alpha1.TCPSocketConfig, client client.Client, eventChan chan events.SecretRotationEvent, logger logr.Logger) (*TCPSocket, error)
NewTCPSocketListener initializes a new TCP socket in a way other components can consume
func (*TCPSocket) SetProcessFn ¶
Click to show internal directories.
Click to hide internal directories.