public interface AuthorizationFluent<A extends AuthorizationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getCredentials() |
String |
getCredentialsFile() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCredentials() |
Boolean |
hasCredentialsFile() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCredentials(io.fabric8.kubernetes.api.model.SecretKeySelector credentials) |
A |
withCredentialsFile(String credentialsFile) |
A |
withNewCredentials(String key,
String name,
Boolean optional) |
A |
withType(String type) |
io.fabric8.kubernetes.api.model.SecretKeySelector getCredentials()
A withCredentials(io.fabric8.kubernetes.api.model.SecretKeySelector credentials)
Boolean hasCredentials()
String getCredentialsFile()
Boolean hasCredentialsFile()
String getType()
Boolean hasType()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.