topology

topology
topology

A Topology represents the VM topoplogy that consists of kubernetes cluster

JSON Example
{
    "master": {
        "count": 0,
        "flavor": "string"
    },
    "worker": {
        "count": 0,
        "flavor": "string"
    }
}
master
Required

A NodeGroupSize represents the VM size of that group of VMs

worker
Required

A NodeGroupSize represents the VM size of that group of VMs

Property Of