public class RefSourceFluentImpl<A extends RefSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RefSourceFluent<A>
| Constructor and Description |
|---|
RefSourceFluentImpl() |
RefSourceFluentImpl(RefSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToDigest(Map<String,String> map) |
A |
addToDigest(String key,
String value) |
boolean |
equals(Object o) |
Map<String,String> |
getDigest() |
String |
getEntryPoint() |
String |
getUri() |
Boolean |
hasDigest() |
Boolean |
hasEntryPoint() |
int |
hashCode() |
Boolean |
hasUri() |
A |
removeFromDigest(Map<String,String> map) |
A |
removeFromDigest(String key) |
String |
toString() |
<K,V> A |
withDigest(Map<String,String> digest) |
A |
withEntryPoint(String entryPoint) |
A |
withUri(String uri) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RefSourceFluentImpl()
public RefSourceFluentImpl(RefSource instance)
public A addToDigest(String key, String value)
addToDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public A addToDigest(Map<String,String> map)
addToDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public A removeFromDigest(String key)
removeFromDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public A removeFromDigest(Map<String,String> map)
removeFromDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public Map<String,String> getDigest()
getDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public <K,V> A withDigest(Map<String,String> digest)
withDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public Boolean hasDigest()
hasDigest in interface RefSourceFluent<A extends RefSourceFluent<A>>public String getEntryPoint()
getEntryPoint in interface RefSourceFluent<A extends RefSourceFluent<A>>public A withEntryPoint(String entryPoint)
withEntryPoint in interface RefSourceFluent<A extends RefSourceFluent<A>>public Boolean hasEntryPoint()
hasEntryPoint in interface RefSourceFluent<A extends RefSourceFluent<A>>public String getUri()
getUri in interface RefSourceFluent<A extends RefSourceFluent<A>>public A withUri(String uri)
withUri in interface RefSourceFluent<A extends RefSourceFluent<A>>public Boolean hasUri()
hasUri in interface RefSourceFluent<A extends RefSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RefSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RefSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.