Sha256: 3ad251bab6b76008b74900567a5f547aee4084cb8b4d0ed84fcf1dc34a91b1f3

Contents?: true

Size: 787 Bytes

Versions: 1

Compression:

Stored size: 787 Bytes

Contents

# Zilla::IoK8sApiCoreV1LoadBalancerIngress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **hostname** | **String** | Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) | [optional] |
| **ip** | **String** | IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) | [optional] |
| **ports** | [**Array<IoK8sApiCoreV1PortStatus>**](IoK8sApiCoreV1PortStatus.md) | Ports is a list of records of service ports If used, every port defined in the service should have an entry in it | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1LoadBalancerIngress.new(
  hostname: null,
  ip: null,
  ports: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1LoadBalancerIngress.md