![Dmitry Ukov](/assets/img/avatar_default.png)
Change introduces phase executor interface as well as method to call it. Each registered executor must implement this interface. Relates-To: #259 Change-Id: I44665e5318ae59b4549cc77d10526a71bd40b40a
10 lines
236 B
YAML
10 lines
236 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: some_phase
|
|
config:
|
|
executorRef:
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: SomeExecutor
|
|
name: executor-name
|
|
documentEntryPoint: manifests/site/test-site/auth |