Skip to main content

Module clients.internal_h2o_version.version

Classes

InternalH2OVersion

class InternalH2OVersion(name: str, version: str, aliases: List[str], deprecated: bool, image: str, image_pull_policy: h2o_engine_manager.clients.base.image_pull_policy.ImagePullPolicy, image_pull_secrets: List[str], gpu_resource_name: str, annotations: Dict[str, str])

InternalH2OVersion represents H2OVersion with additional internal properties applied on engines when using this version.


Feedback