Sha256: 534c5c592b476e2201a9db8798bad8bbf984716a502342b961382ca0eac9298c

Contents?: true

Size: 860 Bytes

Versions: 1

Compression:

Stored size: 860 Bytes

Contents

# Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | name is the name of the service. Required |  |
| **namespace** | **String** | namespace is the namespace of the service. Required |  |
| **path** | **String** | path is an optional URL path at which the webhook will be contacted. | [optional] |
| **port** | **Integer** | port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference.new(
  name: null,
  namespace: null,
  path: null,
  port: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference.md