Class KubernetesCategory
- java.lang.Object
-
- org.apache.camel.component.kubernetes.KubernetesCategory
-
public final class KubernetesCategory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_CONFIGSstatic StringBUILDSstatic StringCONFIGMAPSstatic StringNAMESPACESstatic StringNODESstatic StringPERSISTENT_VOLUMESstatic StringPERSISTENT_VOLUMES_CLAIMSstatic StringPODSstatic StringREPLICATION_CONTROLLERSstatic StringRESOURCES_QUOTAstatic StringSECRETSstatic StringSERVICE_ACCOUNTSstatic StringSERVICES
-
-
-
Field Detail
-
NAMESPACES
public static final String NAMESPACES
- See Also:
- Constant Field Values
-
SERVICES
public static final String SERVICES
- See Also:
- Constant Field Values
-
REPLICATION_CONTROLLERS
public static final String REPLICATION_CONTROLLERS
- See Also:
- Constant Field Values
-
PODS
public static final String PODS
- See Also:
- Constant Field Values
-
PERSISTENT_VOLUMES
public static final String PERSISTENT_VOLUMES
- See Also:
- Constant Field Values
-
PERSISTENT_VOLUMES_CLAIMS
public static final String PERSISTENT_VOLUMES_CLAIMS
- See Also:
- Constant Field Values
-
SECRETS
public static final String SECRETS
- See Also:
- Constant Field Values
-
RESOURCES_QUOTA
public static final String RESOURCES_QUOTA
- See Also:
- Constant Field Values
-
SERVICE_ACCOUNTS
public static final String SERVICE_ACCOUNTS
- See Also:
- Constant Field Values
-
NODES
public static final String NODES
- See Also:
- Constant Field Values
-
CONFIGMAPS
public static final String CONFIGMAPS
- See Also:
- Constant Field Values
-
BUILDS
public static final String BUILDS
- See Also:
- Constant Field Values
-
BUILD_CONFIGS
public static final String BUILD_CONFIGS
- See Also:
- Constant Field Values
-
-