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