public class KafkaTLSSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
KafkaTLSSpec()
No args constructor for use in serialization
|
KafkaTLSSpec(SecretValueFromSource caCert,
SecretValueFromSource cert,
Boolean enable,
SecretValueFromSource key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
SecretValueFromSource |
getCaCert() |
SecretValueFromSource |
getCert() |
Boolean |
getEnable() |
SecretValueFromSource |
getKey() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCaCert(SecretValueFromSource caCert) |
void |
setCert(SecretValueFromSource cert) |
void |
setEnable(Boolean enable) |
void |
setKey(SecretValueFromSource key) |
public KafkaTLSSpec()
public KafkaTLSSpec(SecretValueFromSource caCert, SecretValueFromSource cert, Boolean enable, SecretValueFromSource key)
caCert - enable - cert - key - public SecretValueFromSource getCaCert()
public void setCaCert(SecretValueFromSource caCert)
public SecretValueFromSource getCert()
public void setCert(SecretValueFromSource cert)
public Boolean getEnable()
public void setEnable(Boolean enable)
public SecretValueFromSource getKey()
public void setKey(SecretValueFromSource key)
Copyright © 2015–2021 Red Hat. All rights reserved.