Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + type OService struct + func Service(name string) *OService + func (s *OService) Label(name, value string) *OService + func (s *OService) PodSelector(selector, value string) *OService + func (s *OService) PodSelectors(selectors map[string]string) *OService + func (s *OService) Ports(ports ...*OServicePort) *OService + func (s *OService) SetLabels(selectors map[string]string) *OService + type OServicePort struct + func ServicePort(port int) *OServicePort + func (s *OServicePort) Name(name string) *OServicePort + func (s *OServicePort) Protocol(proto kapi.Protocol) *OServicePort + func (s *OServicePort) TargetPort(port int) *OServicePort