type SecureServingOptionsWithLoopback … func (o *SecureServingOptions) WithLoopback() *SecureServingOptionsWithLoopback { … } // ApplyTo fills up serving information in the server configuration. func (s *SecureServingOptionsWithLoopback) ApplyTo(secureServingInfo **server.SecureServingInfo, loopbackClientConfig **rest.Config) error { … }