Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security
Class TlsFluent<A extends TlsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security.TlsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
SecurityFluent.TlsNested,TlsBuilder
public class TlsFluent<A extends TlsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKeystoreSecretName()StringgetTruststoreSecretName()inthashCode()booleanhasKeystoreSecretName()booleanhasTruststoreSecretName()StringtoString()AwithKeystoreSecretName(String keystoreSecretName)AwithTruststoreSecretName(String truststoreSecretName)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
TlsFluent
public TlsFluent()
-
TlsFluent
public TlsFluent(Tls instance)
-
-
Method Detail
-
getKeystoreSecretName
public String getKeystoreSecretName()
-
hasKeystoreSecretName
public boolean hasKeystoreSecretName()
-
getTruststoreSecretName
public String getTruststoreSecretName()
-
hasTruststoreSecretName
public boolean hasTruststoreSecretName()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
-