Package io.strimzi.api.kafka.model
Class PasswordFluentImpl<A extends PasswordFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.PasswordFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,PasswordFluent<A>
- Direct Known Subclasses:
KafkaUserScramSha512ClientAuthenticationFluentImpl.PasswordNestedImpl,PasswordBuilder
public class PasswordFluentImpl<A extends PasswordFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PasswordFluent<A>
Allows to reference a password from another
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPasswordFluentImpl.ValueFromNestedImpl<N>Selects a source of a password field-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.PasswordFluent
PasswordFluent.ValueFromNested<N>
-
-
Constructor Summary
Constructors Constructor Description PasswordFluentImpl()PasswordFluentImpl(Password instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PasswordSourcebuildValueFrom()PasswordFluent.ValueFromNested<A>editOrNewValueFrom()PasswordFluent.ValueFromNested<A>editOrNewValueFromLike(PasswordSource item)PasswordFluent.ValueFromNested<A>editValueFrom()booleanequals(Object o)PasswordSourcegetValueFrom()Deprecated.inthashCode()BooleanhasValueFrom()PasswordFluent.ValueFromNested<A>withNewValueFrom()PasswordFluent.ValueFromNested<A>withNewValueFromLike(PasswordSource item)AwithValueFrom(PasswordSource valueFrom)
-
-
-
Constructor Detail
-
PasswordFluentImpl
public PasswordFluentImpl()
-
PasswordFluentImpl
public PasswordFluentImpl(Password instance)
-
-
Method Detail
-
getValueFrom
@Deprecated public PasswordSource getValueFrom()
Deprecated.- Specified by:
getValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
buildValueFrom
public PasswordSource buildValueFrom()
- Specified by:
buildValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
withValueFrom
public A withValueFrom(PasswordSource valueFrom)
- Specified by:
withValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
hasValueFrom
public Boolean hasValueFrom()
- Specified by:
hasValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
withNewValueFrom
public PasswordFluent.ValueFromNested<A> withNewValueFrom()
- Specified by:
withNewValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
withNewValueFromLike
public PasswordFluent.ValueFromNested<A> withNewValueFromLike(PasswordSource item)
- Specified by:
withNewValueFromLikein interfacePasswordFluent<A extends PasswordFluent<A>>
-
editValueFrom
public PasswordFluent.ValueFromNested<A> editValueFrom()
- Specified by:
editValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
editOrNewValueFrom
public PasswordFluent.ValueFromNested<A> editOrNewValueFrom()
- Specified by:
editOrNewValueFromin interfacePasswordFluent<A extends PasswordFluent<A>>
-
editOrNewValueFromLike
public PasswordFluent.ValueFromNested<A> editOrNewValueFromLike(PasswordSource item)
- Specified by:
editOrNewValueFromLikein interfacePasswordFluent<A extends PasswordFluent<A>>
-
-