@hashgraph/solo
    Preparing search index...

    Implements

    Index

    Constructors

    • Parameters

      • podReference: PodReference
      • pods: Pods
      • kubeClient: CoreV1Api
      • kubeConfig: KubeConfig
      • Optionallabels: Record<string, string>
      • OptionalstartupProbeCommand: string[]
      • OptionalcontainerName: ContainerName
      • OptionalcontainerImage: string
      • OptionalcontainerCommand: string[]
      • Optionalconditions: PodCondition[]
      • OptionalpodIp: string
      • OptionaldeletionTimestamp: Date

      Returns K8ClientPod

    Properties

    conditions?: PodCondition[]

    The conditions of the pod

    containerCommand?: string[]

    The container command

    containerImage?: string

    The container image

    containerName?: ContainerName

    The container name

    deletionTimestamp?: Date

    The deletion timestamp of the pod

    labels?: Record<string, string>

    The labels of the pod

    podIp?: string

    The pod IP

    podReference: PodReference

    The pod reference

    startupProbeCommand?: string[]

    The command to run for the startup probe

    Methods

    • Port forward a port from a pod to localhost

      This simple server just forwards traffic from itself to a service running in kubernetes -> localhost:localPort -> port-forward-tunnel -> kubernetes-pod:targetPort

      Parameters

      • localPort: number

        the local port to forward to

      • podPort: number

        the port on the pod to forward from

      Returns Promise<ExtendedNetServer>

      an instance of ExtendedNetServer