Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTPProto = "http" HTTPSProto = "https" )
supported protocols
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendService ¶
type FrontendService ¶
type FrontendService struct { DefaultCert *Certificate Name string Port int BackendServices []*BackendService Protocol string }
type LoadBalancerConfig ¶
type LoadBalancerConfig struct { Name string Namespace string Scale int FrontendServices []*FrontendService }
Click to show internal directories.
Click to hide internal directories.