public class StructFluentImpl<A extends StructFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StructFluent<A>
| Constructor and Description |
|---|
StructFluentImpl() |
StructFluentImpl(Struct instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToFields(Map<String,TypedValue> map) |
A |
addToFields(String key,
TypedValue value) |
boolean |
equals(Object o) |
Map<String,TypedValue> |
getFields() |
Boolean |
hasFields() |
A |
removeFromFields(Map<String,TypedValue> map) |
A |
removeFromFields(String key) |
A |
withFields(Map<String,TypedValue> fields) |
public StructFluentImpl()
public StructFluentImpl(Struct instance)
public A addToFields(String key, TypedValue value)
addToFields in interface StructFluent<A extends StructFluent<A>>public A addToFields(Map<String,TypedValue> map)
addToFields in interface StructFluent<A extends StructFluent<A>>public A removeFromFields(String key)
removeFromFields in interface StructFluent<A extends StructFluent<A>>public A removeFromFields(Map<String,TypedValue> map)
removeFromFields in interface StructFluent<A extends StructFluent<A>>public Map<String,TypedValue> getFields()
getFields in interface StructFluent<A extends StructFluent<A>>public A withFields(Map<String,TypedValue> fields)
withFields in interface StructFluent<A extends StructFluent<A>>public Boolean hasFields()
hasFields in interface StructFluent<A extends StructFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.