Kaniko
Kaniko integration for image building.
KanikoIntegration
Bases: Integration
Definition of the Kaniko integration for ZenML.
Source code in src/zenml/integrations/kaniko/__init__.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
|
flavors()
classmethod
Declare the stack component flavors for the Kaniko integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of new stack component flavors. |
Source code in src/zenml/integrations/kaniko/__init__.py
30 31 32 33 34 35 36 37 38 39 |
|