package
0.38.5
Repository: https://github.com/devigned/aks-engine.git
Documentation: pkg.go.dev

# Functions

CreateServiceFromFile will create a Service from file with a name.
CreateServiceFromFileDeleteIfExist will create a Service from file, deleting any pre-existing service with the same name.
Get returns the service definition specified in a given namespace.
GetAll will return all services in a given namespace.
GetAllByPrefix will return all services in a given namespace that match a prefix.
WaitOnDeleted returns when a service resource is successfully deleted.

# Structs

List holds a list of services returned from kubectl get svc.
LoadBalancer holds the ingress definitions.
Metadata holds information like name, namespace, and labels.
Port represents a service port definition.
Service represents a kubernetes service.
Spec holds information like clusterIP and port.
Status holds the load balancer definition.