Documentation ¶
Overview ¶
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* robolaunch Industry Cloud Platform - OpenAPI 3.0 * * API for robolaunch ICP platform structure. * * API version: 1.0.11 * Contact: info@robolaunch.io * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
Index ¶
- type Application
- type Base
- type Component
- type Domain
- type Environment
- type HelmChart
- type Kubernetes
- type PlaneComponents
- type PlatformComponents
- type PlatformImages
- type ResponseDomain
- type ResponseEnvironment
- type ResponsePlaneComponents
- type ResponsePlatformComponents
- type ResponsePlatformImages
- type ResponseRobolaunch
- type ResponseVersionedPlatformImages
- type Robolaunch
- type VersionMeta
- type VersionedPlatformImages
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Domain ¶
type Domain struct { Alias string `json:"alias,omitempty"` Description string `json:"description,omitempty"` Environments []Environment `json:"environments,omitempty"` }
type Environment ¶
type Environment struct { Application *Application `json:"application"` Base *Base `json:"base"` }
type Kubernetes ¶
type Kubernetes struct {
Version string `json:"version"`
}
type PlaneComponents ¶
type PlaneComponents struct { Kubernetes *Kubernetes `json:"kubernetes"` Components map[string]Component `json:"components"` }
type PlatformComponents ¶
type PlatformComponents struct {
Versions map[string]map[string]PlaneComponents `json:"versions,omitempty"`
}
type PlatformImages ¶
type PlatformImages struct {
Versions map[string]VersionedPlatformImages `json:"versions,omitempty"`
}
type ResponseDomain ¶
type ResponseEnvironment ¶
type ResponseEnvironment struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *Environment `json:"response"` }
type ResponsePlaneComponents ¶
type ResponsePlaneComponents struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *PlaneComponents `json:"response"` }
type ResponsePlatformComponents ¶
type ResponsePlatformComponents struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *PlatformComponents `json:"response"` }
type ResponsePlatformImages ¶
type ResponsePlatformImages struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *PlatformImages `json:"response"` }
type ResponseRobolaunch ¶
type ResponseRobolaunch struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *Robolaunch `json:"response"` }
type ResponseVersionedPlatformImages ¶
type ResponseVersionedPlatformImages struct { // Success of the request. Success bool `json:"success"` // Response message. Message string `json:"message"` Response *VersionedPlatformImages `json:"response"` }
type Robolaunch ¶
type Robolaunch struct { Platform string `json:"platform"` Contact map[string]string `json:"contact"` Maintainers []string `json:"maintainers"` Versions []VersionMeta `json:"versions"` }
type VersionMeta ¶
Source Files ¶
- model_application.go
- model_base.go
- model_component.go
- model_domain.go
- model_environment.go
- model_helm_chart.go
- model_kubernetes.go
- model_plane_components.go
- model_platform_components.go
- model_platform_images.go
- model_response_domain.go
- model_response_environment.go
- model_response_plane_components.go
- model_response_platform_components.go
- model_response_platform_images.go
- model_response_robolaunch.go
- model_response_versioned_platform_images.go
- model_robolaunch.go
- model_version_meta.go
- model_versioned_platform_images.go