routes

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCustomRoutes

func AddCustomRoutes(e *echo.Echo, h *handlers.Handler)

AddCustomRoutes adds non-code-generated routes for special use cases.

func AddRoutes

func AddRoutes(e *echo.Echo, h *handlers.Handler)

func AttachedObjectReferenceRoutes

func AttachedObjectReferenceRoutes(e *echo.Echo, h *handlers.Handler)

AttachedObjectReferenceRoutes sets up all routes for the AttachedObjectReference handlers.

func AwsAccountRoutes

func AwsAccountRoutes(e *echo.Echo, h *handlers.Handler)

AwsAccountRoutes sets up all routes for the AwsAccount handlers.

func AwsEksKubernetesRuntimeDefinitionRoutes

func AwsEksKubernetesRuntimeDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

AwsEksKubernetesRuntimeDefinitionRoutes sets up all routes for the AwsEksKubernetesRuntimeDefinition handlers.

func AwsEksKubernetesRuntimeInstanceRoutes

func AwsEksKubernetesRuntimeInstanceRoutes(e *echo.Echo, h *handlers.Handler)

AwsEksKubernetesRuntimeInstanceRoutes sets up all routes for the AwsEksKubernetesRuntimeInstance handlers.

func AwsObjectStorageBucketDefinitionRoutes

func AwsObjectStorageBucketDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

AwsObjectStorageBucketDefinitionRoutes sets up all routes for the AwsObjectStorageBucketDefinition handlers.

func AwsObjectStorageBucketInstanceRoutes

func AwsObjectStorageBucketInstanceRoutes(e *echo.Echo, h *handlers.Handler)

AwsObjectStorageBucketInstanceRoutes sets up all routes for the AwsObjectStorageBucketInstance handlers.

func AwsRelationalDatabaseDefinitionRoutes

func AwsRelationalDatabaseDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

AwsRelationalDatabaseDefinitionRoutes sets up all routes for the AwsRelationalDatabaseDefinition handlers.

func AwsRelationalDatabaseInstanceRoutes

func AwsRelationalDatabaseInstanceRoutes(e *echo.Echo, h *handlers.Handler)

AwsRelationalDatabaseInstanceRoutes sets up all routes for the AwsRelationalDatabaseInstance handlers.

func ControlPlaneDefinitionRoutes

func ControlPlaneDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

ControlPlaneDefinitionRoutes sets up all routes for the ControlPlaneDefinition handlers.

func ControlPlaneInstanceRoutes

func ControlPlaneInstanceRoutes(e *echo.Echo, h *handlers.Handler)

ControlPlaneInstanceRoutes sets up all routes for the ControlPlaneInstance handlers.

func DomainNameDefinitionRoutes

func DomainNameDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

DomainNameDefinitionRoutes sets up all routes for the DomainNameDefinition handlers.

func DomainNameInstanceRoutes

func DomainNameInstanceRoutes(e *echo.Echo, h *handlers.Handler)

DomainNameInstanceRoutes sets up all routes for the DomainNameInstance handlers.

func GatewayDefinitionRoutes

func GatewayDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

GatewayDefinitionRoutes sets up all routes for the GatewayDefinition handlers.

func GatewayHttpPortRoutes added in v0.4.0

func GatewayHttpPortRoutes(e *echo.Echo, h *handlers.Handler)

GatewayHttpPortRoutes sets up all routes for the GatewayHttpPort handlers.

func GatewayInstanceRoutes

func GatewayInstanceRoutes(e *echo.Echo, h *handlers.Handler)

GatewayInstanceRoutes sets up all routes for the GatewayInstance handlers.

func GatewayTcpPortRoutes added in v0.4.0

func GatewayTcpPortRoutes(e *echo.Echo, h *handlers.Handler)

GatewayTcpPortRoutes sets up all routes for the GatewayTcpPort handlers.

func HelmWorkloadDefinitionRoutes added in v0.4.0

func HelmWorkloadDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

HelmWorkloadDefinitionRoutes sets up all routes for the HelmWorkloadDefinition handlers.

func HelmWorkloadInstanceRoutes added in v0.4.0

func HelmWorkloadInstanceRoutes(e *echo.Echo, h *handlers.Handler)

HelmWorkloadInstanceRoutes sets up all routes for the HelmWorkloadInstance handlers.

func KubernetesRuntimeDefinitionRoutes

func KubernetesRuntimeDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

KubernetesRuntimeDefinitionRoutes sets up all routes for the KubernetesRuntimeDefinition handlers.

func KubernetesRuntimeInstanceRoutes

func KubernetesRuntimeInstanceRoutes(e *echo.Echo, h *handlers.Handler)

KubernetesRuntimeInstanceRoutes sets up all routes for the KubernetesRuntimeInstance handlers.

func LogBackendRoutes

func LogBackendRoutes(e *echo.Echo, h *handlers.Handler)

LogBackendRoutes sets up all routes for the LogBackend handlers.

func LogStorageDefinitionRoutes

func LogStorageDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

LogStorageDefinitionRoutes sets up all routes for the LogStorageDefinition handlers.

func LogStorageInstanceRoutes

func LogStorageInstanceRoutes(e *echo.Echo, h *handlers.Handler)

LogStorageInstanceRoutes sets up all routes for the LogStorageInstance handlers.

func LoggingDefinitionRoutes added in v0.5.0

func LoggingDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

LoggingDefinitionRoutes sets up all routes for the LoggingDefinition handlers.

func LoggingInstanceRoutes added in v0.5.0

func LoggingInstanceRoutes(e *echo.Echo, h *handlers.Handler)

LoggingInstanceRoutes sets up all routes for the LoggingInstance handlers.

func MetricsDefinitionRoutes added in v0.5.0

func MetricsDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

MetricsDefinitionRoutes sets up all routes for the MetricsDefinition handlers.

func MetricsInstanceRoutes added in v0.5.0

func MetricsInstanceRoutes(e *echo.Echo, h *handlers.Handler)

MetricsInstanceRoutes sets up all routes for the MetricsInstance handlers.

func ObservabilityDashboardDefinitionRoutes added in v0.5.0

func ObservabilityDashboardDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

ObservabilityDashboardDefinitionRoutes sets up all routes for the ObservabilityDashboardDefinition handlers.

func ObservabilityDashboardInstanceRoutes added in v0.5.0

func ObservabilityDashboardInstanceRoutes(e *echo.Echo, h *handlers.Handler)

ObservabilityDashboardInstanceRoutes sets up all routes for the ObservabilityDashboardInstance handlers.

func ObservabilityStackDefinitionRoutes added in v0.5.0

func ObservabilityStackDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

ObservabilityStackDefinitionRoutes sets up all routes for the ObservabilityStackDefinition handlers.

func ObservabilityStackInstanceRoutes added in v0.5.0

func ObservabilityStackInstanceRoutes(e *echo.Echo, h *handlers.Handler)

ObservabilityStackInstanceRoutes sets up all routes for the ObservabilityStackInstance handlers.

func ProfileRoutes

func ProfileRoutes(e *echo.Echo, h *handlers.Handler)

ProfileRoutes sets up all routes for the Profile handlers.

func SecretDefinitionRoutes added in v0.5.0

func SecretDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

SecretDefinitionRoutes sets up all routes for the SecretDefinition handlers.

func SecretInstanceRoutes added in v0.5.0

func SecretInstanceRoutes(e *echo.Echo, h *handlers.Handler)

SecretInstanceRoutes sets up all routes for the SecretInstance handlers.

func SwaggerRoutes

func SwaggerRoutes(e *echo.Echo)

SwaggerRoutes sets up routes for the the Swagger API docs.

func TerraformDefinitionRoutes added in v0.5.0

func TerraformDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

TerraformDefinitionRoutes sets up all routes for the TerraformDefinition handlers.

func TerraformInstanceRoutes added in v0.5.0

func TerraformInstanceRoutes(e *echo.Echo, h *handlers.Handler)

TerraformInstanceRoutes sets up all routes for the TerraformInstance handlers.

func TierRoutes

func TierRoutes(e *echo.Echo, h *handlers.Handler)

TierRoutes sets up all routes for the Tier handlers.

func VersionRoutes

func VersionRoutes(e *echo.Echo, h *handlers.Handler)

VersionRoutes sets up all routes for the version.

func WorkloadDefinitionRoutes

func WorkloadDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadDefinitionRoutes sets up all routes for the WorkloadDefinition handlers.

func WorkloadEventCustomRoutes added in v0.4.0

func WorkloadEventCustomRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadEventCustomRoutes includes custom routes for WorkloadEvent handlers.

func WorkloadEventRoutes

func WorkloadEventRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadEventRoutes sets up all routes for the WorkloadEvent handlers.

func WorkloadInstanceRoutes

func WorkloadInstanceRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadInstanceRoutes sets up all routes for the WorkloadInstance handlers.

func WorkloadResourceDefinitionRoutes

func WorkloadResourceDefinitionRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadResourceDefinitionRoutes sets up all routes for the WorkloadResourceDefinition handlers.

func WorkloadResourceDefinitionSetRoutes

func WorkloadResourceDefinitionSetRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadResourceDefinitionSetRoutes sets up all routes for the WorkloadResourceDefinition set handlers. This custom API route operates on batches of workload resource definitions for efficiency.

func WorkloadResourceInstanceRoutes

func WorkloadResourceInstanceRoutes(e *echo.Echo, h *handlers.Handler)

WorkloadResourceInstanceRoutes sets up all routes for the WorkloadResourceInstance handlers.

Types

This section is empty.

Jump to

Keyboard shortcuts

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