Sha256: 2fabb5f20a7f7b01d6ff4b9a1ced80645af5dfbb13d7cdbc479f943404bbe018
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
# Zilla::IoK8sApiCoreV1TCPSocketAction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **host** | **String** | Optional: Host name to connect to, defaults to the pod IP. | [optional] | | **port** | **String** | IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1TCPSocketAction.new( host: null, port: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1TCPSocketAction.md |