Skip to content
Open console

Enter a topic to search documentation.

    Resource schemas

    Generated fields and validation rules for kuery workspace resources.

    Compatibility and access

    Generated from product commit 6f341b4e6d35 . This is a source snapshot, not a guarantee that your deployment runs this version.

    These resource schemas describe provider configuration. Check your deployed API discovery for the schema installed in your hub. Use the intended workspace context and an identity permitted to read or change the resource. Required fields below are required within their containing object; optional parent objects may be omitted.

    Download complete schemas , including nested validation rules and status definitions. This page covers Kubernetes-style resources; provider HTTP actions and runtime behavior are separate contracts. Return to API reference for those interfaces and related guides.

    SavedView (v1alpha1)

    API: kuery.providers.faros.sh/v1alpha1 · Resource: savedviews · Scope: Namespaced

    Source schema

    Terminal
    kubectl explain savedviews.kuery.providers.faros.sh --api-version=kuery.providers.faros.sh/v1alpha1 --recursive

    FieldTypeRequired in parentDescription and constraints
    specobjectNoNo description supplied by the source schema.
    spec.displayNamestringNoHuman-readable name shown in the portal. maxLength: 128
    spec.descriptionstringNomaxLength: 512
    spec.rootobjectNoThe object the view is anchored on. Cluster is the faros edge name; empty matches any engaged edge.
    spec.root.clusterstringNomaxLength: 256
    spec.root.apiGroupstringNomaxLength: 256
    spec.root.kindstringNomaxLength: 128
    spec.root.namespacestringNomaxLength: 63
    spec.root.namestringNomaxLength: 253
    spec.relationsarray[string]NoKuery relation names to expand from the root (owners, owners+, descendants, descendants+, references, selects, selected-by, events, linked, linked+, grouped). maxItems: 16
    spec.maxDepthintegerNoTransitive relation depth cap. minimum: 1; maximum: 20
    statusobjectNoNo description supplied by the source schema.
    status.lastOpenedAtstringNoNo description supplied by the source schema.