Class: KubeDSL::DSL::Networking::V1::IPBlock
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- KubeDSL::DSL::Networking::V1::IPBlock
- Defined in:
- lib/kube-dsl/dsl/networking/v1/ip_block.rb
Instance Method Summary collapse
Methods inherited from KubeDSL::DSLObject
Methods included from ValueFields
Methods included from Validations
Constructor Details
This class inherits a constructor from KubeDSL::DSLObject
Instance Method Details
#kind_sym ⇒ Object
21 22 23 |
# File 'lib/kube-dsl/dsl/networking/v1/ip_block.rb', line 21 def kind_sym :ip_block end |
#serialize ⇒ Object
14 15 16 17 18 19 |
# File 'lib/kube-dsl/dsl/networking/v1/ip_block.rb', line 14 def serialize {}.tap do |result| result[:cidr] = cidr result[:except] = except end end |