Class PodNetworkConnectivityCheckSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.PodNetworkConnectivityCheckSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PodNetworkConnectivityCheckSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PodNetworkConnectivityCheckSpec()No args constructor for use in serializationPodNetworkConnectivityCheckSpec(String sourcePod, String targetEndpoint, io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodNetworkConnectivityCheckSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetSourcePod()sourcePod names the pod from which the condition will be checkedStringgetTargetEndpoint()EndpointAddress to check.io.fabric8.openshift.api.model.config.v1.SecretNameReferencegetTlsClientCert()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetSourcePod(String sourcePod)sourcePod names the pod from which the condition will be checkedvoidsetTargetEndpoint(String targetEndpoint)EndpointAddress to check.voidsetTlsClientCert(io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)PodNetworkConnectivityCheckSpecBuildertoBuilder()
-
-
-
Method Detail
-
getSourcePod
public String getSourcePod()
sourcePod names the pod from which the condition will be checked
-
setSourcePod
public void setSourcePod(String sourcePod)
sourcePod names the pod from which the condition will be checked
-
getTargetEndpoint
public String getTargetEndpoint()
EndpointAddress to check. A TCP address of the form host:port. Note that if host is a DNS name, then the check would fail if the DNS name cannot be resolved. Specify an IP address for host to bypass DNS name lookup.
-
setTargetEndpoint
public void setTargetEndpoint(String targetEndpoint)
EndpointAddress to check. A TCP address of the form host:port. Note that if host is a DNS name, then the check would fail if the DNS name cannot be resolved. Specify an IP address for host to bypass DNS name lookup.
-
getTlsClientCert
public io.fabric8.openshift.api.model.config.v1.SecretNameReference getTlsClientCert()
-
setTlsClientCert
public void setTlsClientCert(io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)
-
edit
public PodNetworkConnectivityCheckSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckSpecBuilder>
-
toBuilder
public PodNetworkConnectivityCheckSpecBuilder toBuilder()
-
-