public class ActionFluentImpl<A extends ActionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ActionFluent<A>
| Constructor and Description |
|---|
ActionFluentImpl() |
ActionFluentImpl(Action instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToProperties(Map<String,TypedValue> map) |
A |
addToProperties(String key,
TypedValue value) |
boolean |
equals(Object o) |
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) |
public ActionFluentImpl()
public ActionFluentImpl(Action instance)
public String getMethod()
getMethod in interface ActionFluent<A extends ActionFluent<A>>public A withMethod(String method)
withMethod in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasMethod()
hasMethod in interface ActionFluent<A extends ActionFluent<A>>public String getNamespace()
getNamespace in interface ActionFluent<A extends ActionFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ActionFluent<A extends ActionFluent<A>>public String getPath()
getPath in interface ActionFluent<A extends ActionFluent<A>>public A withPath(String path)
withPath in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasPath()
hasPath in interface ActionFluent<A extends ActionFluent<A>>public A addToProperties(String key, TypedValue value)
addToProperties in interface ActionFluent<A extends ActionFluent<A>>public A addToProperties(Map<String,TypedValue> map)
addToProperties in interface ActionFluent<A extends ActionFluent<A>>public A removeFromProperties(String key)
removeFromProperties in interface ActionFluent<A extends ActionFluent<A>>public A removeFromProperties(Map<String,TypedValue> map)
removeFromProperties in interface ActionFluent<A extends ActionFluent<A>>public Map<String,TypedValue> getProperties()
getProperties in interface ActionFluent<A extends ActionFluent<A>>public A withProperties(Map<String,TypedValue> properties)
withProperties in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasProperties()
hasProperties in interface ActionFluent<A extends ActionFluent<A>>public String getService()
getService in interface ActionFluent<A extends ActionFluent<A>>public A withService(String service)
withService in interface ActionFluent<A extends ActionFluent<A>>public Boolean hasService()
hasService in interface ActionFluent<A extends ActionFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.