Sha256: 6dd158a822cfad0e2a7ee86ebef48b9968e8d82e92cbf15d40146a651185d555
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
# Zilla::IoK8sApiCoreV1PortStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase. | [optional] | | **port** | **Integer** | Port is the port number of the service port of which status is recorded here | | | **protocol** | **String** | Protocol is the protocol of the service port of which status is recorded here The supported values are: \"TCP\", \"UDP\", \"SCTP\" | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1PortStatus.new( error: null, port: null, protocol: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1PortStatus.md |