Package ai.wanaku.cli.types
Class Service
java.lang.Object
ai.wanaku.cli.types.Service
Represents a service configuration in a Wanaku deployment.
This class defines a service with its name, container image, and environment configuration. Services can represent infrastructure components, application services, or server instances within a deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()getName()voidsetEnvironment(Environment environment) voidvoid
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
getName
-
setName
-
getImage
-
setImage
-
getEnvironment
-
setEnvironment
-