Sha256: b38b768d089961cabe4f7ddf3d1fb51ee3ffd3280798a997f06cbefa98e150c4
Contents?: true
Size: 710 Bytes
Versions: 1
Compression:
Stored size: 710 Bytes
Contents
# Zilla::IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name is the name of the service | [optional] | | **namespace** | **String** | Namespace is the namespace of the 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::IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference.new( name: null, namespace: null, port: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference.md |