Sha256: dc2460da1be40b1362eb3140cdef9bc8d7c7dfbd221497c655ab49408fa0408b
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Defines values for ContainerServiceOrchestratorTypes # module ContainerServiceOrchestratorTypes Swarm = "Swarm" DCOS = "DCOS" Custom = "Custom" Kubernetes = "Kubernetes" end end end
Version data entries
2 entries across 2 versions & 1 rubygems