Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(serviceConfig *ServiceConfig) error
Types ¶
type ServiceConfig ¶
type ServiceConfig struct { Namespace string MetaName string SpecSelector map[string]string SpecPorts []corev1.ServicePort // contains filtered or unexported fields }
func (*ServiceConfig) Create ¶
func (c *ServiceConfig) Create() error
func (*ServiceConfig) Delete ¶
func (c *ServiceConfig) Delete() error
func (*ServiceConfig) List ¶
func (c *ServiceConfig) List() error
func (*ServiceConfig) Update ¶
func (c *ServiceConfig) Update() error
Click to show internal directories.
Click to hide internal directories.