# Constants
APIVersion is the version of this API.
DCOS is the string constant for DCOS orchestrator type and defaults to DCOS187.
DockerCE is the string constant for the Docker CE orchestrator type.
Kubernetes is the string constant for the Kubernetes orchestrator type.
Swarm is the string constant for the Swarm orchestrator type.
# Structs
OrchestratorProfile contains orchestrator properties: - type: kubernetes, DCOS, etc.
OrchestratorVersionProfile contains information of a supported orchestrator version: - orchestrator type and version - whether this orchestrator version is deployed by default if orchestrator release is not specified - list of available upgrades for this orchestrator version.
OrchestratorVersionProfileList contains list of version profiles for supported orchestrators.
OrchestratorVersionProfileListProperties contains properties of OrchestratorVersionProfileList.
# Type aliases
OSType represents OS types of agents.