public class CertificateKeystores extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CertificateKeystores()
No args constructor for use in serialization
|
CertificateKeystores(JKSKeystore jks,
PKCS12Keystore pkcs12) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
JKSKeystore |
getJks() |
PKCS12Keystore |
getPkcs12() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setJks(JKSKeystore jks) |
void |
setPkcs12(PKCS12Keystore pkcs12) |
public CertificateKeystores()
public CertificateKeystores(JKSKeystore jks, PKCS12Keystore pkcs12)
jks - pkcs12 - public JKSKeystore getJks()
public void setJks(JKSKeystore jks)
public PKCS12Keystore getPkcs12()
public void setPkcs12(PKCS12Keystore pkcs12)
Copyright © 2015–2022 Red Hat. All rights reserved.