Skip to main content
Version: latest

Retrieves specified workspace clusters workload daemonsets

POST 

/v1/dashboard/workspaces/:uid/spectroclusters/workloads/daemonset

Retrieves specified workspace clusters workload daemonsets

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    filter

    object

    Workspace workloads filter

    clustersstring[]
    namespacesstring[]

Responses

An array of clusters workload daemonsets

Schema

    clusters

    object[]

  • Array [

  • daemonSets

    object[]

  • Array [

  • metadata

    object

    Cluster workload metadata

    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
    namespacestring

    status

    object

    Cluster workload daemonset status

    availableint32
    currentScheduledint32
    desiredScheduledint32
    misScheduledint32
    readyint32
    updatedScheduledint32
  • ]

  • metadata

    object

    Object for which the resource is related

    kindstring

    Possible values: [spectrocluster, machine, cloudconfig, clusterprofile, pack, appprofile, appdeployment, edgehost]

    namestring
    uidstring
  • ]

  • metadata

    object

    ObjectMeta input entity for object creation

    annotations

    object

    Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations

    property name*string

    labels

    object

    Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels

    property name*string
    namestring

    Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names

Loading...