@Generated(value="jsonschema2pojo") public class CAIssuer extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CAIssuer()
No args constructor for use in serialization
|
CAIssuer(List<String> crlDistributionPoints,
List<String> ocspServers,
String secretName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCrlDistributionPoints() |
List<String> |
getOcspServers() |
String |
getSecretName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCrlDistributionPoints(List<String> crlDistributionPoints) |
void |
setOcspServers(List<String> ocspServers) |
void |
setSecretName(String secretName) |
Copyright © 2015–2023 Red Hat. All rights reserved.