/**
 * SPDX-License-Identifier: Apache-2.0
 */
export interface LoadBalancerIngress {
  readonly hostname?: string;
  readonly ip?: string;
}
