Documentation ¶
Index ¶
- Constants
- func Addresses(ips ...string) []v1.EndpointAddress
- func Endpoints(ns, name string, subsets ...v1.EndpointSubset) *v1.Endpoints
- func IngressBackend(svc *v1.Service) *networking_v1.IngressBackend
- func Port(name string, port int32) v1.EndpointPort
- func Ports(eps ...v1.EndpointPort) []v1.EndpointPort
- func Secretdata(cert, key string) map[string][]byte
Constants ¶
View Source
const ( // CERTIFICATE generated by https://www.selfsignedcertificate.com CERTIFICATE = `` /* 1138-byte string literal not displayed */ RSA_PRIVATE_KEY = `` /* 1678-byte string literal not displayed */ )
nolint:revive
Variables ¶
This section is empty.
Functions ¶
func Addresses ¶
func Addresses(ips ...string) []v1.EndpointAddress
func IngressBackend ¶
func IngressBackend(svc *v1.Service) *networking_v1.IngressBackend
func Ports ¶
func Ports(eps ...v1.EndpointPort) []v1.EndpointPort
func Secretdata ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.