Package io.fabric8.openshift.client
Class OpenShiftAPIGroups
- java.lang.Object
-
- io.fabric8.openshift.client.OpenShiftAPIGroups
-
public class OpenShiftAPIGroups extends Object
Defines constants for all the OpenShift API Groups
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPSstatic StringAUTHORIZATIONstatic StringBUILDstatic StringIMAGEstatic StringNETWORKstatic StringOAUTHstatic StringPROJECTstatic StringQUOTAstatic StringROUTEstatic StringSECURITYstatic StringTEMPLATEstatic StringUSER
-
-
-
Field Detail
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
BUILD
public static final String BUILD
- See Also:
- Constant Field Values
-
APPS
public static final String APPS
- See Also:
- Constant Field Values
-
TEMPLATE
public static final String TEMPLATE
- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
-
PROJECT
public static final String PROJECT
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
OAUTH
public static final String OAUTH
- See Also:
- Constant Field Values
-
NETWORK
public static final String NETWORK
- See Also:
- Constant Field Values
-
ROUTE
public static final String ROUTE
- See Also:
- Constant Field Values
-
QUOTA
public static final String QUOTA
- See Also:
- Constant Field Values
-
SECURITY
public static final String SECURITY
- See Also:
- Constant Field Values
-
-