@Generated(value="jsonschema2pojo") public class PeerAuthenticationMutualTLS extends Object implements io.fabric8.kubernetes.api.builder.Editable<PeerAuthenticationMutualTLSBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PeerAuthenticationMutualTLS()
No args constructor for use in serialization
|
PeerAuthenticationMutualTLS(PeerAuthenticationMutualTLSMode mode) |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationMutualTLSBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
PeerAuthenticationMutualTLSMode |
getMode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMode(PeerAuthenticationMutualTLSMode mode) |
PeerAuthenticationMutualTLSBuilder |
toBuilder() |
public PeerAuthenticationMutualTLS()
public PeerAuthenticationMutualTLS(PeerAuthenticationMutualTLSMode mode)
public PeerAuthenticationMutualTLSMode getMode()
public void setMode(PeerAuthenticationMutualTLSMode mode)
public PeerAuthenticationMutualTLSBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PeerAuthenticationMutualTLSBuilder>public PeerAuthenticationMutualTLSBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.