Skip to main content
Version: latest

Retrieves specified cluster workload pods

POST 

/v1/dashboard/spectroclusters/:uid/workloads/pod

Retrieves specified cluster workload pods

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    filter

    object

    Cluster workloads filter

    namespacesstring[]

Responses

An array of cluster workload pods

Schema

    pods

    object[]

  • Array [

  • metadata

    object

    Cluster workload pod metadata

    associatedRefs

    object[]

  • Array [

  • kindstring
    namestring
    uidstring
  • ]

  • creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    entity

    object

    Cluster workload ref

    kindstring
    namestring
    uidstring

    labels

    object

    property name*string
    machineUidstring
    namespacestring
    nodenamestring

    spec

    object

    Cluster workload pod spec

    containers

    object[]

  • Array [

  • imagestring
    namestring

    resources

    object

    Cluster workload pod container resources

    limits

    object

    Cluster workload pod container resource

    cpuint32
    cpuUnitstring
    memoryint64
    memoryUnitstring

    requests

    object

    Cluster workload pod container resource

    cpuint32
    cpuUnitstring
    memoryint64
    memoryUnitstring
  • ]

  • volumes

    object[]

  • Array [

  • namestring
  • ]

  • status

    object

    Cluster workload pod status

    containers

    object[]

  • Array [

  • imagestring
    namestring
    readyboolean
    restartCountint32
    startedboolean

    state

    object

    Cluster workload pod container state

    exitCodeint32
    finishedAtdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    reasonstring
    startedAtdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    statestring
  • ]

  • phasestring
    podIpstring
    qosClassstring
  • ]

Loading...