public interface PasswordSecretSourceFluent<A extends PasswordSecretSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getSecretName() |
Boolean |
hasPassword() |
Boolean |
hasSecretName() |
A |
withNewPassword(String arg1) |
A |
withNewPassword(StringBuffer arg1) |
A |
withNewPassword(StringBuilder arg1) |
A |
withNewSecretName(String arg1) |
A |
withNewSecretName(StringBuffer arg1) |
A |
withNewSecretName(StringBuilder arg1) |
A |
withPassword(String password) |
A |
withSecretName(String secretName) |
String getSecretName()
Boolean hasSecretName()
A withNewSecretName(StringBuilder arg1)
A withNewSecretName(StringBuffer arg1)
String getPassword()
Boolean hasPassword()
A withNewPassword(StringBuilder arg1)
A withNewPassword(StringBuffer arg1)
Copyright © 2019. All rights reserved.