public class PeerAuthenticationSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PeerAuthenticationSpec()
No args constructor for use in serialization
|
PeerAuthenticationSpec(PeerAuthenticationMutualTLS mtls,
Map<Long,PeerAuthenticationMutualTLS> portLevelMtls,
WorkloadSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
PeerAuthenticationMutualTLS |
getMtls() |
Map<Long,PeerAuthenticationMutualTLS> |
getPortLevelMtls() |
WorkloadSelector |
getSelector() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMtls(PeerAuthenticationMutualTLS mtls) |
void |
setPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls) |
void |
setSelector(WorkloadSelector selector) |
public PeerAuthenticationSpec()
public PeerAuthenticationSpec(PeerAuthenticationMutualTLS mtls, Map<Long,PeerAuthenticationMutualTLS> portLevelMtls, WorkloadSelector selector)
selector - mtls - portLevelMtls - public PeerAuthenticationMutualTLS getMtls()
public void setMtls(PeerAuthenticationMutualTLS mtls)
public Map<Long,PeerAuthenticationMutualTLS> getPortLevelMtls()
public void setPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls)
public WorkloadSelector getSelector()
public void setSelector(WorkloadSelector selector)
Copyright © 2015–2020 Red Hat. All rights reserved.