kubernetes/staging/src/k8s.io/apiserver/pkg/server/options/serving_with_loopback.go

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 {}