+kops:fitask
| 36 | |
| 37 | // +kops:fitask |
| 38 | type 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 | |
| 55 | var readBackoff = wait.Backoff{ |
| 56 | Duration: time.Second, |
nothing calls this directly
no outgoing calls
no test coverage detected