Axinom Mosaic Libraries
    Preparing search index...

    Interface SduServiceDeploymentDeployCommand

    SDU service deployment deploy command

    interface SduServiceDeploymentDeployCommand {
        environment_id: string;
        k8s_config: K8sConfig;
        mosaic_service_config: MosaicServiceConfig;
        request_id: string;
        service_definition_id: string;
        service_deployment_id: string;
        service_id: string;
        tenant_id: string;
    }
    Index

    Properties

    environment_id: string

    A UUID.

    k8s_config: K8sConfig

    Properties that describe parameters for the K8s deployment.

    mosaic_service_config: MosaicServiceConfig

    Properties that describe Mosaic service specific deployment parameters.

    request_id: string

    A UUID.

    service_definition_id: string

    A UUID.

    service_deployment_id: string

    A UUID.

    service_id: string

    A human readable ID for the service (i.e. media-service)

    tenant_id: string

    A UUID.