Sha256: afc158331bac28028822c15f296667e6d30fcfa1c2eb96611aa1567d33d2c3c1

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

# Zilla::IoK8sApiNetworkingV1IngressServiceBackend

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name is the referenced service. The service must exist in the same namespace as the Ingress object. |  |
| **port** | [**IoK8sApiNetworkingV1ServiceBackendPort**](IoK8sApiNetworkingV1ServiceBackendPort.md) |  | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiNetworkingV1IngressServiceBackend.new(
  name: null,
  port: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiNetworkingV1IngressServiceBackend.md