public interface AttributesFluent<A extends AttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(Map<String,TypedValue> map) |
A |
addToAttributes(String key,
TypedValue value) |
Map<String,TypedValue> |
getAttributes() |
Boolean |
hasAttributes() |
A |
removeFromAttributes(Map<String,TypedValue> map) |
A |
removeFromAttributes(String key) |
A |
withAttributes(Map<String,TypedValue> attributes) |
A addToAttributes(String key, TypedValue value)
A addToAttributes(Map<String,TypedValue> map)
A removeFromAttributes(Map<String,TypedValue> map)
Map<String,TypedValue> getAttributes()
A withAttributes(Map<String,TypedValue> attributes)
Boolean hasAttributes()
Copyright © 2017–2018 Red Hat. All rights reserved.