func()

in api/v1alpha1/seataserver_types.go [158:166]


func (p *Ports) withDefaults() bool {
	if *p == (Ports{}) {
		p.ConsolePort = 7091
		p.ServicePort = 8091
		p.RaftPort = 9091
		return true
	}
	return false
}