public interface PodNetworkConnectivityCheckSpecFluent<A extends PodNetworkConnectivityCheckSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<N> |
String getSourcePod()
Boolean hasSourcePod()
@Deprecated A withNewSourcePod(String arg0)
String getTargetEndpoint()
Boolean hasTargetEndpoint()
@Deprecated A withNewTargetEndpoint(String arg0)
@Deprecated SecretNameReference getTlsClientCert()
SecretNameReference buildTlsClientCert()
A withTlsClientCert(SecretNameReference tlsClientCert)
Boolean hasTlsClientCert()
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<A> withNewTlsClientCert()
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<A> withNewTlsClientCertLike(SecretNameReference item)
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<A> editTlsClientCert()
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<A> editOrNewTlsClientCert()
PodNetworkConnectivityCheckSpecFluent.TlsClientCertNested<A> editOrNewTlsClientCertLike(SecretNameReference item)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.