Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + func ParseServiceFromYaml(yml string) (*v1.Service, error) + type Client struct + func NewNetwork(cs *kubernetes.Clientset) *Client + func (c *Client) CreateService(ctx context.Context, req *v1.Service) (*v1.Service, error) + func (c *Client) DeleteService(ctx context.Context, req *meta.DeleteRequest) error + func (c *Client) GetService(ctx context.Context, req *meta.GetRequest) (*v1.Service, error) + func (c *Client) ListIngress(ctx context.Context, req *meta.ListRequest) (*v1.IngressList, error) + func (c *Client) ListService(ctx context.Context, req *meta.ListRequest) (*v1.ServiceList, error) + func (c *Client) Run(ctx context.Context, yml string) (*v1.Service, error) + func (c *Client) UpdateService(ctx context.Context, req *v1.Service) (*v1.Service, error)