public class OpenShiftContext extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static OpenShiftContext |
get()
Returns the
OpenShiftContext instance for the current Thread. |
<T> T |
get(String key) |
void |
put(String key,
Object value) |
void |
remove(String key) |
public static OpenShiftContext get()
OpenShiftContext instance for the current Thread.OpenShiftContextpublic <T> T get(String key)
public void remove(String key)
public void clear()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.