Class: Kuby::KubeDB::DSL::Api::V1::AzureSpec
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::KubeDB::DSL::Api::V1::AzureSpec
- Defined in:
- lib/kuby/kube-db/dsl/api/v1/azure_spec.rb
Instance Method Summary collapse
Instance Method Details
#kind_sym ⇒ Object
13 14 15 |
# File 'lib/kuby/kube-db/dsl/api/v1/azure_spec.rb', line 13 def kind_sym :azure_spec end |
#serialize ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/kuby/kube-db/dsl/api/v1/azure_spec.rb', line 5 def serialize {}.tap do |result| result[:prefix] = prefix result[:container] = container result[:maxConnections] = max_connections end end |