zeus_resp_types

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterStatus

type ClusterStatus struct {
	ClusterName string `json:"clusterName"`
	Status      string `json:"status"`
}

type DeployStatus

type DeployStatus struct {
	TopologyID     int       `json:"topologyID"`
	TopologyStatus string    `json:"topologyStatus"`
	UpdatedAt      time.Time `json:"updatedAt"`
}

type ReadTopologiesMetadata

type ReadTopologiesMetadata struct {
	TopologyID       int            `json:"topologyID"`
	TopologyName     string         `json:"topologyName"`
	ChartName        string         `json:"chartName"`
	ChartVersion     string         `json:"chartVersion"`
	ChartDescription sql.NullString `json:"chartDescription"`
}

type ReadTopologiesMetadataGroup

type ReadTopologiesMetadataGroup struct {
	Slice []ReadTopologiesMetadata `json:"topologies"`
}

type TopologiesOrgCloudCtxNs

type TopologiesOrgCloudCtxNs struct {
	CloudCtxNsID                 int `json:"cloudCtxNsID"`
	zeus_common_types.CloudCtxNs `json:"cloudCtxNs"`
	CreatedAt                    time.Time `json:"createdAt"`
}

type TopologiesOrgCloudCtxNsSlice

type TopologiesOrgCloudCtxNsSlice []TopologiesOrgCloudCtxNs

type TopologyCreateResponse

type TopologyCreateResponse struct {
	TopologyID int `json:"topologyID"`
}

type TopologyDeployStatus

type TopologyDeployStatus struct {
	TopologyID     int                          `json:"topologyID"`
	TopologyName   string                       `json:"topologyName"`
	TopologyStatus string                       `json:"topologyStatus"`
	UpdatedAt      time.Time                    `json:"updatedAt"`
	CloudCtxNs     zeus_common_types.CloudCtxNs `json:"cloudCtxNs"`
}

type TopologyDeployStatuses

type TopologyDeployStatuses struct {
	Slice []TopologyDeployStatus `json:"topologies"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL