Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 351 Bytes

K8sIoApiCoreV1TCPSocketAction.md

File metadata and controls

18 lines (12 loc) · 351 Bytes

Kubevirt::K8sIoApiCoreV1TCPSocketAction

Properties

Name Type Description Notes
host String Optional: Host name to connect to, defaults to the pod IP. [optional]

Example

require 'kubevirt'

instance = Kubevirt::K8sIoApiCoreV1TCPSocketAction.new(
  host: null
)