Interface KafkaClientAuthenticationScramSha512Fluent<A extends KafkaClientAuthenticationScramSha512Fluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaBridgeSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>,KafkaConnectSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>,KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>,KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>
- All Known Implementing Classes:
KafkaBridgeSpecFluentImpl.KafkaClientAuthenticationScramSha512NestedImpl,KafkaClientAuthenticationScramSha512Builder,KafkaClientAuthenticationScramSha512FluentImpl,KafkaConnectSpecFluentImpl.KafkaClientAuthenticationScramSha512NestedImpl,KafkaMirrorMaker2ClusterSpecFluentImpl.KafkaClientAuthenticationScramSha512NestedImpl,KafkaMirrorMakerClientSpecFluentImpl.KafkaClientAuthenticationScramSha512NestedImpl
public interface KafkaClientAuthenticationScramSha512Fluent<A extends KafkaClientAuthenticationScramSha512Fluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<N>
-
Method Summary
-
-
-
Method Detail
-
getUsername
String getUsername()
-
hasUsername
Boolean hasUsername()
-
withNewUsername
A withNewUsername(StringBuilder arg1)
-
withNewUsername
A withNewUsername(int[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(char[] arg1)
-
withNewUsername
A withNewUsername(StringBuffer arg1)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2)
-
withNewUsername
A withNewUsername(byte[] arg1)
-
withNewUsername
A withNewUsername(char[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2, int arg3)
-
withNewUsername
A withNewUsername(byte[] arg1, int arg2, int arg3, int arg4)
-
getPasswordSecret
@Deprecated PasswordSecretSource getPasswordSecret()
Deprecated.This method has been deprecated, please use method buildPasswordSecret instead.- Returns:
- The buildable object.
-
buildPasswordSecret
PasswordSecretSource buildPasswordSecret()
-
withPasswordSecret
A withPasswordSecret(PasswordSecretSource passwordSecret)
-
hasPasswordSecret
Boolean hasPasswordSecret()
-
withNewPasswordSecret
KafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<A> withNewPasswordSecret()
-
withNewPasswordSecretLike
KafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<A> withNewPasswordSecretLike(PasswordSecretSource item)
-
editPasswordSecret
KafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<A> editPasswordSecret()
-
editOrNewPasswordSecret
KafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<A> editOrNewPasswordSecret()
-
editOrNewPasswordSecretLike
KafkaClientAuthenticationScramSha512Fluent.PasswordSecretNested<A> editOrNewPasswordSecretLike(PasswordSecretSource item)
-
-