Package io.strimzi.api.kafka.model
Interface GenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>,KafkaClientAuthenticationOAuthFluent.ClientSecretNested<N>,KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N>,KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N>
- All Known Implementing Classes:
GenericSecretSourceBuilder,GenericSecretSourceFluentImpl,KafkaClientAuthenticationOAuthFluentImpl.AccessTokenNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.ClientSecretNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.RefreshTokenNestedImpl,KafkaListenerAuthenticationOAuthFluentImpl.ClientSecretNestedImpl
public interface GenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()StringgetSecretName()BooleanhasKey()BooleanhasSecretName()AwithKey(String key)AwithNewKey(byte[] arg1)AwithNewKey(byte[] arg1, int arg2)AwithNewKey(byte[] arg1, int arg2, int arg3)AwithNewKey(byte[] arg1, int arg2, int arg3, int arg4)AwithNewKey(char[] arg1)AwithNewKey(char[] arg1, int arg2, int arg3)AwithNewKey(int[] arg1, int arg2, int arg3)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewSecretName(byte[] arg1)AwithNewSecretName(byte[] arg1, int arg2)AwithNewSecretName(byte[] arg1, int arg2, int arg3)AwithNewSecretName(byte[] arg1, int arg2, int arg3, int arg4)AwithNewSecretName(char[] arg1)AwithNewSecretName(char[] arg1, int arg2, int arg3)AwithNewSecretName(int[] arg1, int arg2, int arg3)AwithNewSecretName(String arg1)AwithNewSecretName(StringBuffer arg1)AwithNewSecretName(StringBuilder arg1)AwithSecretName(String secretName)
-
-
-
Method Detail
-
getSecretName
String getSecretName()
-
hasSecretName
Boolean hasSecretName()
-
withNewSecretName
A withNewSecretName(StringBuilder arg1)
-
withNewSecretName
A withNewSecretName(int[] arg1, int arg2, int arg3)
-
withNewSecretName
A withNewSecretName(char[] arg1)
-
withNewSecretName
A withNewSecretName(StringBuffer arg1)
-
withNewSecretName
A withNewSecretName(byte[] arg1, int arg2)
-
withNewSecretName
A withNewSecretName(byte[] arg1)
-
withNewSecretName
A withNewSecretName(char[] arg1, int arg2, int arg3)
-
withNewSecretName
A withNewSecretName(byte[] arg1, int arg2, int arg3)
-
withNewSecretName
A withNewSecretName(byte[] arg1, int arg2, int arg3, int arg4)
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(int[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(char[] arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
withNewKey
A withNewKey(byte[] arg1, int arg2)
-
withNewKey
A withNewKey(byte[] arg1)
-
withNewKey
A withNewKey(char[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(byte[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(byte[] arg1, int arg2, int arg3, int arg4)
-
-