MCPcopy
hub / github.com/kubernetes/kops / LoadBalancer

Struct LoadBalancer

upup/pkg/fi/cloudup/dotasks/loadbalancer.go:38–53  ·  view source on GitHub ↗

+kops:fitask

Source from the content-addressed store, hash-verified

36
37// +kops:fitask
38type LoadBalancer struct {
39 Name *string
40 ID *string
41 Lifecycle fi.Lifecycle
42
43 Region *string
44 DropletTag *string
45 IPAddress *string
46 VPCUUID *string
47 VPCName *string
48 NetworkCIDR *string
49
50 // WellKnownServices indicates which services are supported by this resource.
51 // This field is internal and is not rendered to the cloud.
52 WellKnownServices []wellknownservices.WellKnownService
53}
54
55var readBackoff = wait.Backoff{
56 Duration: time.Second,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected