Argo Workflows · Example Payload

Argo Workflows Io K8S Api Core V1 Pod Certificate Projection Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io K8S Api Core V1 Pod Certificate Projection Example is an example object payload from Argo Workflows, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

certificateChainPathcredentialBundlePathkeyPathkeyTypemaxExpirationSecondssignerNameuserAnnotations

Example Payload

Raw ↑
{
  "certificateChainPath": "example-certificatechai",
  "credentialBundlePath": "example-credentialbundl",
  "keyPath": "example-keypath",
  "keyType": "example-keytype",
  "maxExpirationSeconds": 72,
  "signerName": "my-workflow",
  "userAnnotations": {}
}