ContainerServiceOrchestratorProfile Class

Profile for the container service orchestrator.

All required parameters must be populated in order to send to Azure.

Inheritance
ContainerServiceOrchestratorProfile

Constructor

ContainerServiceOrchestratorProfile(*, orchestrator_type: Union[str, _models.ContainerServiceOrchestratorTypes], orchestrator_version: Optional[str] = None, **kwargs)

Variables

orchestrator_type
str or ContainerServiceOrchestratorTypes

Required. The orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Known values are: "Kubernetes", "Swarm", "DCOS", "DockerCE", "Custom".

orchestrator_version
str

The version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".