Argo Workflows · JSON Structure

Argo Workflows Io K8S Apimachinery Pkg Apis Meta V1 Group Version Resource Structure

+protobuf.options.(gogoproto.goproto_stringer)=false

Type: object Properties: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionResource is a JSON Structure definition published by Argo Workflows, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

group resource version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-apimachinery-pkg-apis-meta-v1-group-version-resource-structure.json",
  "name": "io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionResource",
  "description": "+protobuf.options.(gogoproto.goproto_stringer)=false",
  "type": "object",
  "properties": {
    "group": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}