Sha256: 6c2a77c56584f6fdc45fa0102c6352e69154d3aa543ee8ac41a7ae9244c31837
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
# Zilla::IoK8sApiAdmissionregistrationV1ServiceReference ## 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 which will be sent in any request to this service. | [optional] | | **port** | **Integer** | If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAdmissionregistrationV1ServiceReference.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/IoK8sApiAdmissionregistrationV1ServiceReference.md |