You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team, I am looking condition base approach in cross plane composition. for example, I have below steps
VM provision
Send Event to Event Bus - if VM provision successful
send Event to Event Bus - if VM provision failed
I am looking for some condition here to fulfilled above request.
currently crossplane sending payload to event bus before creating VM, it should send event depend upon VM provision status.
Hello Team, I am looking condition base approach in cross plane composition. for example, I have below steps
I am looking for some condition here to fulfilled above request.
currently crossplane sending payload to event bus before creating VM, it should send event depend upon VM provision status.
apiVersion: apiextensions.crossplane.io/v1
kind: Composition
metadata:
name: vm-vsphere
labels:
provider: vsphere
spec:
compositeTypeRef:
apiVersion: test.net/v1alpha1
kind: xvmcomm
mode: Pipeline
pipeline:
- step: vm-provisioning
functionRef:
name: function-go-templating
input:
apiVersion: gotemplating.fn.crossplane.io/v1beta1
kind: GoTemplate
source: Inline
inline:
template: |
"my VM Creation code"
The text was updated successfully, but these errors were encountered: