Version: Next
Deploy Kubernetes Objects
Use raw Kubernetes resources directly.
#
How to useFor example, a Job:
More than one resources, you should put your main workload in the first place, vela traits will only affect on the first object:
#
AttributesNAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
---|---|---|---|---|
objects | list objects of Kubernetes resource | []K8s-Object | true |
#
K8s-ObjectJust write the whole Kubernetes Resource in this property.