Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChoreographyComponentBase = zeus_cluster_config_drivers.ComponentBaseDefinition{ SkeletonBases: map[string]zeus_cluster_config_drivers.ClusterSkeletonBaseDefinition{ "choreography": { SkeletonBaseNameChartPath: GenericDeploymentChartPath, Workload: topology_workloads.TopologyBaseInfraWorkload{}, TopologyConfigDriver: nil, }, }, }
View Source
var ChoreographyKnsReq = zeus_req_types.TopologyDeployRequest{ TopologyID: 0, CloudCtxNs: GenericChoreographyCloudCtxNs, }
View Source
var GenericChoreographyChart = zeus_req_types.TopologyCreateRequest{ TopologyName: "generic-choreography", ChartName: "generic-choreography", ChartDescription: "generic-choreography", ClusterClassName: "choreography", ComponentBaseName: "choreography", SkeletonBaseName: "choreography", Version: fmt.Sprintf("v0.0.%d", time.Now().Unix()), }
View Source
var GenericChoreographyCloudCtxNs = zeus_common_types.CloudCtxNs{
CloudProvider: "do",
Region: "sfo3",
Context: "do-sfo3-dev-do-sfo3-zeus",
Namespace: "generic-choreography",
Env: "production",
}
View Source
var GenericDeploymentChartPath = filepaths.Path{
PackageName: "",
DirIn: "./microservices/choreography/infra",
DirOut: "./microservices/outputs",
FnIn: "generic-choreography",
FnOut: "",
Env: "",
}
GenericDeploymentChartPath DirOut is where it will write a copy of the chart you uploaded, which helps verify the workload is correct
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.