public interface ActionFluent<A extends ActionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToProperties(Map<String,TypedValue> map) |
A |
addToProperties(String key,
TypedValue value) |
String |
getMethod() |
String |
getNamespace() |
String |
getPath() |
Map<String,TypedValue> |
getProperties() |
String |
getService() |
Boolean |
hasMethod() |
Boolean |
hasNamespace() |
Boolean |
hasPath() |
Boolean |
hasProperties() |
Boolean |
hasService() |
A |
removeFromProperties(Map<String,TypedValue> map) |
A |
removeFromProperties(String key) |
A |
withMethod(String method) |
A |
withNamespace(String namespace) |
A |
withPath(String path) |
A |
withProperties(Map<String,TypedValue> properties) |
A |
withService(String service) |
String getMethod()
Boolean hasMethod()
String getNamespace()
Boolean hasNamespace()
String getPath()
Boolean hasPath()
A addToProperties(String key, TypedValue value)
A addToProperties(Map<String,TypedValue> map)
A removeFromProperties(Map<String,TypedValue> map)
Map<String,TypedValue> getProperties()
A withProperties(Map<String,TypedValue> properties)
Boolean hasProperties()
String getService()
Boolean hasService()
Copyright © 2017–2018 Red Hat. All rights reserved.