Interface ApicurioRegistrySpecConfigurationKafkaSecurityTlsFluent<A extends ApicurioRegistrySpecConfigurationKafkaSecurityTlsFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistrySpecConfigurationKafkaSecurityFluent.TlsNested<N>
- All Known Implementing Classes:
ApicurioRegistrySpecConfigurationKafkaSecurityFluentImpl.TlsNestedImpl,ApicurioRegistrySpecConfigurationKafkaSecurityTlsBuilder,ApicurioRegistrySpecConfigurationKafkaSecurityTlsFluentImpl
public interface ApicurioRegistrySpecConfigurationKafkaSecurityTlsFluent<A extends ApicurioRegistrySpecConfigurationKafkaSecurityTlsFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetKeystoreSecretName()StringgetTruststoreSecretName()BooleanhasKeystoreSecretName()BooleanhasTruststoreSecretName()AwithKeystoreSecretName(String keystoreSecretName)AwithNewKeystoreSecretName(String original)Deprecated.AwithNewTruststoreSecretName(String original)Deprecated.AwithTruststoreSecretName(String truststoreSecretName)
-
-
-
Method Detail
-
getTruststoreSecretName
String getTruststoreSecretName()
-
hasTruststoreSecretName
Boolean hasTruststoreSecretName()
-
withNewTruststoreSecretName
@Deprecated A withNewTruststoreSecretName(String original)
Deprecated.
-
getKeystoreSecretName
String getKeystoreSecretName()
-
hasKeystoreSecretName
Boolean hasKeystoreSecretName()
-
withNewKeystoreSecretName
@Deprecated A withNewKeystoreSecretName(String original)
Deprecated.
-
-