|
4427 | 4427 | "metadata", |
4428 | 4428 | "spec" |
4429 | 4429 | ], |
4430 | | - "type": "object" |
| 4430 | + "type": "object", |
| 4431 | + "x-kubernetes-group-version-kind": [ |
| 4432 | + { |
| 4433 | + "group": "argoproj.io", |
| 4434 | + "kind": "ClusterWorkflowTemplate", |
| 4435 | + "version": "v1alpha1" |
| 4436 | + } |
| 4437 | + ] |
4431 | 4438 | }, |
4432 | 4439 | "io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateCreateRequest": { |
4433 | 4440 | "properties": { |
|
4588 | 4595 | }, |
4589 | 4596 | "resources": { |
4590 | 4597 | "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", |
4591 | | - "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" |
| 4598 | + "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" |
4592 | 4599 | }, |
4593 | 4600 | "securityContext": { |
4594 | 4601 | "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", |
|
4742 | 4749 | "metadata", |
4743 | 4750 | "spec" |
4744 | 4751 | ], |
4745 | | - "type": "object" |
| 4752 | + "type": "object", |
| 4753 | + "x-kubernetes-group-version-kind": [ |
| 4754 | + { |
| 4755 | + "group": "argoproj.io", |
| 4756 | + "kind": "CronWorkflow", |
| 4757 | + "version": "v1alpha1" |
| 4758 | + } |
| 4759 | + ] |
4746 | 4760 | }, |
4747 | 4761 | "io.argoproj.workflow.v1alpha1.CronWorkflowDeletedResponse": { |
4748 | 4762 | "type": "object" |
|
6275 | 6289 | }, |
6276 | 6290 | "resources": { |
6277 | 6291 | "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", |
6278 | | - "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" |
| 6292 | + "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" |
6279 | 6293 | }, |
6280 | 6294 | "securityContext": { |
6281 | 6295 | "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", |
|
6860 | 6874 | }, |
6861 | 6875 | "resources": { |
6862 | 6876 | "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", |
6863 | | - "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" |
| 6877 | + "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" |
6864 | 6878 | }, |
6865 | 6879 | "securityContext": { |
6866 | 6880 | "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", |
|
7036 | 7050 | "metadata", |
7037 | 7051 | "spec" |
7038 | 7052 | ], |
7039 | | - "type": "object" |
| 7053 | + "type": "object", |
| 7054 | + "x-kubernetes-group-version-kind": [ |
| 7055 | + { |
| 7056 | + "group": "argoproj.io", |
| 7057 | + "kind": "Workflow", |
| 7058 | + "version": "v1alpha1" |
| 7059 | + } |
| 7060 | + ] |
7040 | 7061 | }, |
7041 | 7062 | "io.argoproj.workflow.v1alpha1.WorkflowCreateRequest": { |
7042 | 7063 | "properties": { |
|
7086 | 7107 | "metadata", |
7087 | 7108 | "spec" |
7088 | 7109 | ], |
7089 | | - "type": "object" |
| 7110 | + "type": "object", |
| 7111 | + "x-kubernetes-group-version-kind": [ |
| 7112 | + { |
| 7113 | + "group": "argoproj.io", |
| 7114 | + "kind": "WorkflowEventBinding", |
| 7115 | + "version": "v1alpha1" |
| 7116 | + } |
| 7117 | + ] |
7090 | 7118 | }, |
7091 | 7119 | "io.argoproj.workflow.v1alpha1.WorkflowEventBindingList": { |
7092 | 7120 | "description": "WorkflowEventBindingList is list of event resources", |
|
7248 | 7276 | "$ref": "#/definitions/io.k8s.api.core.v1.Affinity", |
7249 | 7277 | "description": "Affinity sets the scheduling constraints for all pods in the io.argoproj.workflow.v1alpha1. Can be overridden by an affinity specified in the template" |
7250 | 7278 | }, |
| 7279 | + "archiveLogs": { |
| 7280 | + "description": "ArchiveLogs indicates if the container logs should be archived", |
| 7281 | + "type": "boolean" |
| 7282 | + }, |
7251 | 7283 | "arguments": { |
7252 | 7284 | "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Arguments", |
7253 | 7285 | "description": "Arguments contain the parameters and artifacts sent to the workflow entrypoint Parameters are referencable globally using the 'workflow' variable prefix. e.g. {{io.argoproj.workflow.v1alpha1.parameters.myparam}}" |
|
7648 | 7680 | "metadata", |
7649 | 7681 | "spec" |
7650 | 7682 | ], |
7651 | | - "type": "object" |
| 7683 | + "type": "object", |
| 7684 | + "x-kubernetes-group-version-kind": [ |
| 7685 | + { |
| 7686 | + "group": "argoproj.io", |
| 7687 | + "kind": "WorkflowTaskSet", |
| 7688 | + "version": "v1alpha1" |
| 7689 | + } |
| 7690 | + ] |
7652 | 7691 | }, |
7653 | 7692 | "io.argoproj.workflow.v1alpha1.WorkflowTaskSetSpec": { |
7654 | 7693 | "properties": { |
|
7696 | 7735 | "metadata", |
7697 | 7736 | "spec" |
7698 | 7737 | ], |
7699 | | - "type": "object" |
| 7738 | + "type": "object", |
| 7739 | + "x-kubernetes-group-version-kind": [ |
| 7740 | + { |
| 7741 | + "group": "argoproj.io", |
| 7742 | + "kind": "WorkflowTemplate", |
| 7743 | + "version": "v1alpha1" |
| 7744 | + } |
| 7745 | + ] |
7700 | 7746 | }, |
7701 | 7747 | "io.argoproj.workflow.v1alpha1.WorkflowTemplateCreateRequest": { |
7702 | 7748 | "properties": { |
|
7781 | 7827 | "$ref": "#/definitions/io.k8s.api.core.v1.Affinity", |
7782 | 7828 | "description": "Affinity sets the scheduling constraints for all pods in the io.argoproj.workflow.v1alpha1. Can be overridden by an affinity specified in the template" |
7783 | 7829 | }, |
| 7830 | + "archiveLogs": { |
| 7831 | + "description": "ArchiveLogs indicates if the container logs should be archived", |
| 7832 | + "type": "boolean" |
| 7833 | + }, |
7784 | 7834 | "arguments": { |
7785 | 7835 | "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Arguments", |
7786 | 7836 | "description": "Arguments contain the parameters and artifacts sent to the workflow entrypoint Parameters are referencable globally using the 'workflow' variable prefix. e.g. {{io.argoproj.workflow.v1alpha1.parameters.myparam}}" |
|
8593 | 8643 | "io.k8s.api.core.v1.EphemeralVolumeSource": { |
8594 | 8644 | "description": "Represents an ephemeral volume that is handled by a normal storage driver.", |
8595 | 8645 | "properties": { |
8596 | | - "readOnly": { |
8597 | | - "title": "Specifies a read-only configuration for the volume.\nDefaults to false (read/write).\n+optional", |
8598 | | - "type": "boolean" |
8599 | | - }, |
8600 | 8646 | "volumeClaimTemplate": { |
8601 | 8647 | "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate", |
8602 | 8648 | "description": "Will be used to create a stand-alone PVC to provision the volume.\nThe pod in which this EphemeralVolumeSource is embedded will be the\nowner of the PVC, i.e. the PVC will be deleted together with the\npod. The name of the PVC will be `\u003cpod name\u003e-\u003cvolume name\u003e` where\n`\u003cvolume name\u003e` is the name from the `PodSpec.Volumes` array\nentry. Pod validation will reject the pod if the concatenated name\nis not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that is not owned by the pod\nwill *not* be used for the pod to avoid using an unrelated\nvolume by mistake. Starting the pod is then blocked until\nthe unrelated PVC is removed. If such a pre-created PVC is\nmeant to be used by the pod, the PVC has to updated with an\nowner reference to the pod once the pod exists. Normally\nthis should not be necessary, but it may be useful when\nmanually reconstructing a broken cluster.\n\nThis field is read-only and no changes will be made by Kubernetes\nto the PVC after it has been created.\n\nRequired, must not be nil." |
|
0 commit comments