Class: Kuby::CertManager::DSL::CertManager::V1::CertificateSpecKeystoresPkcs12
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::CertManager::DSL::CertManager::V1::CertificateSpecKeystoresPkcs12
- Defined in:
- lib/kuby/cert-manager/dsl/cert_manager/v1/certificate_spec_keystores_pkcs12.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_keystores_pkcs12.rb', line 22 def kind_sym :certificate_spec_keystores_pkcs12 end |
#serialize ⇒ Object
15 16 17 18 19 20 |
# File 'lib/kuby/cert-manager/dsl/cert_manager/v1/certificate_spec_keystores_pkcs12.rb', line 15 def serialize {}.tap do |result| result[:create] = create result[:passwordSecretRef] = password_secret_ref.serialize end end |