Package io.strimzi.api.kafka.model
Class GenericSecretSourceFluentImpl<A extends GenericSecretSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.GenericSecretSourceFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GenericSecretSourceFluent<A>
- Direct Known Subclasses:
GenericSecretSourceBuilder,KafkaClientAuthenticationOAuthFluentImpl.AccessTokenNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.ClientSecretNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.RefreshTokenNestedImpl,KafkaListenerAuthenticationCustomFluentImpl.SecretsNestedImpl,KafkaListenerAuthenticationOAuthFluentImpl.ClientSecretNestedImpl
public class GenericSecretSourceFluentImpl<A extends GenericSecretSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GenericSecretSourceFluent<A>
Represents a generic secret inside a Kubernetes Secret
-
-
Constructor Summary
Constructors Constructor Description GenericSecretSourceFluentImpl()GenericSecretSourceFluentImpl(GenericSecretSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetSecretName()inthashCode()BooleanhasKey()BooleanhasSecretName()AwithKey(String key)AwithNewKey(String original)Deprecated.AwithNewSecretName(String original)Deprecated.AwithSecretName(String secretName)
-
-
-
Constructor Detail
-
GenericSecretSourceFluentImpl
public GenericSecretSourceFluentImpl()
-
GenericSecretSourceFluentImpl
public GenericSecretSourceFluentImpl(GenericSecretSource instance)
-
-
Method Detail
-
getSecretName
public String getSecretName()
- Specified by:
getSecretNamein interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
withSecretName
public A withSecretName(String secretName)
- Specified by:
withSecretNamein interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
hasSecretName
public Boolean hasSecretName()
- Specified by:
hasSecretNamein interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
withNewSecretName
@Deprecated public A withNewSecretName(String original)
Deprecated.- Specified by:
withNewSecretNamein interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
withNewKey
@Deprecated public A withNewKey(String original)
Deprecated.- Specified by:
withNewKeyin interfaceGenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>
-
-