Class: Kuby::CertManager::DSL::Acme::V1::ChallengeSpecSolverHttp01GatewayHTTPRoute
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::CertManager::DSL::Acme::V1::ChallengeSpecSolverHttp01GatewayHTTPRoute
- Defined in:
- lib/kuby/cert-manager/dsl/acme/v1/challenge_spec_solver_http01_gateway_http_route.rb
Instance Method Summary collapse
Instance Method Details
#kind_sym ⇒ Object
22 23 24 |
# File 'lib/kuby/cert-manager/dsl/acme/v1/challenge_spec_solver_http01_gateway_http_route.rb', line 22 def kind_sym :challenge_spec_solver_http01_gateway_http_route end |
#serialize ⇒ Object
15 16 17 18 19 20 |
# File 'lib/kuby/cert-manager/dsl/acme/v1/challenge_spec_solver_http01_gateway_http_route.rb', line 15 def serialize {}.tap do |result| result[:serviceType] = service_type result[:labels] = labels.serialize end end |