public class PodNetworkConnectivityCheckSpecFluent<A extends PodNetworkConnectivityCheckSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
PodNetworkConnectivityCheckSpecFluent() |
PodNetworkConnectivityCheckSpecFluent(PodNetworkConnectivityCheckSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(PodNetworkConnectivityCheckSpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getSourcePod() |
String |
getTargetEndpoint() |
io.fabric8.openshift.api.model.config.v1.SecretNameReference |
getTlsClientCert() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasSourcePod() |
boolean |
hasTargetEndpoint() |
boolean |
hasTlsClientCert() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewTlsClientCert(String name) |
A |
withSourcePod(String sourcePod) |
A |
withTargetEndpoint(String targetEndpoint) |
A |
withTlsClientCert(io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert) |
public PodNetworkConnectivityCheckSpecFluent()
public PodNetworkConnectivityCheckSpecFluent(PodNetworkConnectivityCheckSpec instance)
protected void copyInstance(PodNetworkConnectivityCheckSpec instance)
public String getSourcePod()
public boolean hasSourcePod()
public String getTargetEndpoint()
public boolean hasTargetEndpoint()
public io.fabric8.openshift.api.model.config.v1.SecretNameReference getTlsClientCert()
public A withTlsClientCert(io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)
public boolean hasTlsClientCert()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodNetworkConnectivityCheckSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodNetworkConnectivityCheckSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.