@hashgraph/solo
    Preparing search index...

    The abstract K8 Client Filter adds the filterItem method to the class that extends it.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    • Create a pod

      Parameters

      • podReference: PodReference

        the reference to the pod

      • labels: Record<string, string>

        list of label records where the key is the label name and the value is the label value

      • containerName: ContainerName

        the name of the container

      • containerImage: string

        the image of the container

      • containerCommand: string[]

        the command to run in the container

      • startupProbeCommand: string[]

        the command to run in the startup probe

      Returns Promise<Pod>

      the pod that was created

    • Filter a single item using metadata filter

      Parameters

      • items: any[]

        list of items

      • Optionalfilters: Record<string, string> = {}

        an object with metadata fields and value

      Returns any

      SoloError - multiple items found with filters

      MissingArgumentError - filters are required