Tekton
Initialization of the Tekton integration for ZenML.
The Tekton integration sub-module powers an alternative to the local orchestrator. You can enable it by registering the Tekton orchestrator with the CLI tool.
TektonIntegration
Bases: Integration
Definition of Tekton Integration for ZenML.
Source code in src/zenml/integrations/tekton/__init__.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
|
flavors()
classmethod
Declare the stack component flavors for the Tekton integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of stack component flavors for this integration. |
Source code in src/zenml/integrations/tekton/__init__.py
37 38 39 40 41 42 43 44 45 46 |
|