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>,KafkaListenerAuthenticationCustomFluent.SecretsNested<N>,KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N>
- All Known Implementing Classes:
GenericSecretSourceBuilder,GenericSecretSourceFluentImpl,KafkaClientAuthenticationOAuthFluentImpl.AccessTokenNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.ClientSecretNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.RefreshTokenNestedImpl,KafkaListenerAuthenticationCustomFluentImpl.SecretsNestedImpl,KafkaListenerAuthenticationOAuthFluentImpl.ClientSecretNestedImpl
public interface GenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Represents a generic secret inside a Kubernetes Secret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetKey()StringgetSecretName()BooleanhasKey()BooleanhasSecretName()AwithKey(String key)AwithNewKey(String original)Deprecated.AwithNewSecretName(String original)Deprecated.AwithSecretName(String secretName)
-
-
-
Method Detail
-
getSecretName
String getSecretName()
-
hasSecretName
Boolean hasSecretName()
-
withNewSecretName
@Deprecated A withNewSecretName(String original)
Deprecated.
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
@Deprecated A withNewKey(String original)
Deprecated.
-
-