Sha256: 425745ca63a074944b381bc487abd9ed447c60c01146968d9f47cbb97e9e0bbc

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

# Zilla::IoK8sApiCoreV1HostAlias

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **hostnames** | **Array<String>** | Hostnames for the above IP address. | [optional] |
| **ip** | **String** | IP address of the host file entry. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1HostAlias.new(
  hostnames: null,
  ip: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1HostAlias.md