Package io.strimzi.api.kafka.model
Interface PasswordFluent<A extends PasswordFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaUserScramSha512ClientAuthenticationFluent.PasswordNested<N>
- All Known Implementing Classes:
KafkaUserScramSha512ClientAuthenticationFluentImpl.PasswordNestedImpl,PasswordBuilder,PasswordFluentImpl
public interface PasswordFluent<A extends PasswordFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Allows to reference a password from another
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePasswordFluent.ValueFromNested<N>Selects a source of a password field
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PasswordSourcebuildValueFrom()PasswordFluent.ValueFromNested<A>editOrNewValueFrom()PasswordFluent.ValueFromNested<A>editOrNewValueFromLike(PasswordSource item)PasswordFluent.ValueFromNested<A>editValueFrom()PasswordSourcegetValueFrom()Deprecated.BooleanhasValueFrom()PasswordFluent.ValueFromNested<A>withNewValueFrom()PasswordFluent.ValueFromNested<A>withNewValueFromLike(PasswordSource item)AwithValueFrom(PasswordSource valueFrom)
-
-
-
Method Detail
-
getValueFrom
@Deprecated PasswordSource getValueFrom()
Deprecated.
-
buildValueFrom
PasswordSource buildValueFrom()
-
withValueFrom
A withValueFrom(PasswordSource valueFrom)
-
hasValueFrom
Boolean hasValueFrom()
-
withNewValueFrom
PasswordFluent.ValueFromNested<A> withNewValueFrom()
-
withNewValueFromLike
PasswordFluent.ValueFromNested<A> withNewValueFromLike(PasswordSource item)
-
editValueFrom
PasswordFluent.ValueFromNested<A> editValueFrom()
-
editOrNewValueFrom
PasswordFluent.ValueFromNested<A> editOrNewValueFrom()
-
editOrNewValueFromLike
PasswordFluent.ValueFromNested<A> editOrNewValueFromLike(PasswordSource item)
-
-