zeus_endpoints

package
v0.6.0-quicknode Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// InfraCreateV1Path uploads and saves a kubernetes app workload
	InfraCreateV1Path = "/v1/infra/create"
	// InfraCreateClassV1Path creates a class definition
	InfraCreateClassV1Path = "/v1/infra/class/create"
	// InfraCreateMatrixV1Path creates a matrix definition
	InfraCreateMatrixV1Path = "/v1/infra/matrix/create"
	// InfraCreateSystemV1Path creates a system definition
	InfraCreateSystemV1Path = "/v1/infra/system/create"
	// InfraAddBasesToClassV1Path adds base relationship to class
	InfraAddBasesToClassV1Path = "/v1/infra/class/bases/create"
	// InfraAddSkeletonBasesToBaseClassV1Path adds skeleton base relationship to base class
	InfraAddSkeletonBasesToBaseClassV1Path = "/v1/infra/class/skeleton/bases/create"
	// InfraReadChartV1Path reads the chart workload you uploaded
	InfraReadChartV1Path = "/v1/infra/read/chart"
	// InfraReadTopologyV1Path reads the metadata for your uploaded topologies
	InfraReadTopologyV1Path      = "/v1/infra/read/topologies"
	InfraReadOrgTopologiesV1Path = "/v1/infra/read/org/topologies"

	// DeployStatusV1Path gets the topology deployment status updates
	DeployStatusV1Path = "/v1/deploy/status"
	// DeployTopologyV1Path deploys topology
	DeployTopologyV1Path = "/v1/deploy"
	// DeployClusterTopologyV1Path deploys a cluster topology
	DeployClusterTopologyV1Path = "/v1/deploy/cluster"
	// ReplaceTopologyV1Path replaces topology at specified location with a temporary override that's local to that location
	ReplaceTopologyV1Path = "/v1/deploy/replace"
	// DestroyDeployInfraV1Path destroys topology, in other words uninstalls the app
	DestroyDeployInfraV1Path = "/v1/deploy/destroy"

	// ReadWorkloadV1Path reads all the statefulsets, services, ingresses, deployments, configmaps, and pods in a namespace.
	ReadWorkloadV1Path     = "/v1/workload/read"
	PodsActionV1Path       = "/v1/pods"
	ConfigMapsActionV1Path = "/v1/configmaps"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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