Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAvahiPublishImage = "ghcr.io/tanemahuta/avahi-publish:0.8-r13-alpine3.19" PublishAnnotation = "service.beta.kubernetes.io/avahi-publish" MountNameDBUS = "dbus" MountPathDBUS = "/var/run/dbus" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { // HostnameSuffix to be appended. HostnameSuffix string // AvahiPublishImage to be used. AvahiPublishImage string // Client to be used to apply the deployments. Client client.Client }
func (*Service) SetupWithManager ¶
func (s *Service) SetupWithManager(mgr controllerruntime.Manager) error
Click to show internal directories.
Click to hide internal directories.