models

package
v0.0.0-...-6abacae Latest Latest
Warning

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

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

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

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Name string `json:"name"`

	Version string `json:"version"`

	Alias string `json:"alias"`

	Description string `json:"description"`

	Icon string `json:"icon"`
}

type Base

type Base struct {
	Ubuntu string `json:"ubuntu"`

	Desktop string `json:"desktop"`

	Version string `json:"version"`
}

type Component

type Component struct {
	Name string `json:"name"`

	Tag string `json:"tag"`

	Repository string `json:"repository"`

	Docs string `json:"docs"`

	Release string `json:"release"`

	Helm *HelmChart `json:"helm,omitempty"`

	Resources map[string]string `json:"resources,omitempty"`
}

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 HelmChart

type HelmChart struct {
	Name string `json:"name"`

	Repository string `json:"repository"`

	Version string `json:"version"`
}

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 ResponseDomain struct {
	// Success of the request.
	Success bool `json:"success"`
	// Response message.
	Message string `json:"message"`

	Response *Domain `json:"response"`
}

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

type VersionMeta struct {
	Date string `json:"date"`

	Version string `json:"version"`

	Docs string `json:"docs"`
}

type VersionedPlatformImages

type VersionedPlatformImages struct {
	Organization string `json:"organization,omitempty"`

	Repository string `json:"repository,omitempty"`

	Domains map[string]Domain `json:"domains,omitempty"`
}

Jump to

Keyboard shortcuts

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