public class BasicAuthFluentImpl<A extends BasicAuthFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BasicAuthFluent<A>
| Constructor and Description |
|---|
BasicAuthFluentImpl() |
BasicAuthFluentImpl(BasicAuth instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getPassword() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getUsername() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPassword() |
Boolean |
hasUsername() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewPassword(String key,
String name,
Boolean optional) |
A |
withNewUsername(String key,
String name,
Boolean optional) |
A |
withPassword(io.fabric8.kubernetes.api.model.SecretKeySelector password) |
A |
withUsername(io.fabric8.kubernetes.api.model.SecretKeySelector username) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BasicAuthFluentImpl()
public BasicAuthFluentImpl(BasicAuth instance)
public io.fabric8.kubernetes.api.model.SecretKeySelector getPassword()
getPassword in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A withPassword(io.fabric8.kubernetes.api.model.SecretKeySelector password)
withPassword in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public Boolean hasPassword()
hasPassword in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A withNewPassword(String key, String name, Boolean optional)
withNewPassword in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public io.fabric8.kubernetes.api.model.SecretKeySelector getUsername()
getUsername in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A withUsername(io.fabric8.kubernetes.api.model.SecretKeySelector username)
withUsername in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public Boolean hasUsername()
hasUsername in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A withNewUsername(String key, String name, Boolean optional)
withNewUsername in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface BasicAuthFluent<A extends BasicAuthFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BasicAuthFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BasicAuthFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.