public interface GitBuildSourceFluent<A extends GitBuildSourceFluent<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() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
String |
getRef() |
String |
getUri() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasHttpProxy() |
Boolean |
hasHttpsProxy() |
Boolean |
hasNoProxy() |
Boolean |
hasRef() |
Boolean |
hasUri() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNoProxy(String noProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
String getHttpProxy()
Boolean hasHttpProxy()
String getHttpsProxy()
Boolean hasHttpsProxy()
String getNoProxy()
Boolean hasNoProxy()
String getRef()
Boolean hasRef()
String getUri()
Boolean hasUri()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.