Sha256: 10247f657fd7b6a4b25f7822a73534af14c214762531ad13f873b16ab4e1c1dc

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

# Zilla::IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_cidr** | **String** | The CIDR with which clients can match their IP to figure out the server address that they should use. |  |
| **server_address** | **String** | Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR.new(
  client_cidr: null,
  server_address: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR.md