Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notdnsdomain (0.25 sec)

  1. pilot/cmd/pilot-agent/app/cmd.go

    	o.Context = ctx
    	o.Shutdown = shutdown
    	statusServer, err := status.NewServer(*o)
    	if err != nil {
    		return err
    	}
    	go statusServer.Run(ctx)
    	return nil
    }
    
    func getDNSDomain(podNamespace, domain string) string {
    	if len(domain) == 0 {
    		domain = podNamespace + ".svc." + constants.DefaultClusterLocalDomain
    	}
    	return domain
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top