@@ -127,6 +141,19 @@ public class KubernetesCRDV1 extends DomainModelDefinition
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_RESERVED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the reserved status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_UNKNOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the unknown status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_SUSPENDED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the suspended status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_LOCKED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=locked",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_UNLOCKED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=unlocked",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_SHUTDOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=shutdown",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_OPERSTATE_ENABLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal operationalState=enable",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_OPERSTATE_DISABLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal operationalState=disable",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_IDLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=idle",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_ACTIVE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=active",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_BUSY","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=busy",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_UP","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=UP",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_PENDING","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=PENDING",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_DOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=DOWN",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_HELD","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=HELD",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_GONE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=GONE",false);
@@ -132,6 +165,19 @@ public class KubernetesCRV1 extends DomainModelDefinition
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_RESERVED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the reserved status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_UNKNOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the unknown status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_SUSPENDED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal the suspended status",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_LOCKED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=locked",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_UNLOCKED","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=unlocked",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_ADMINSTATE_SHUTDOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal administrativeState=shutdown",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_OPERSTATE_ENABLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal operationalState=enable",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_OPERSTATE_DISABLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal operationalState=disable",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_IDLE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=idle",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_ACTIVE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=active",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_USAGESTATE_BUSY","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal usageState=busy",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_UP","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=UP",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_PENDING","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=PENDING",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_DOWN","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=DOWN",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_HELD","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=HELD",false);
rsc.addResourceSpecificationCharacteristicItemShort("_CR_CHECKVAL_HEALTH_GONE","",EValueType.TEXT.getValue(),"Used for providing the equivalent value from resource to signal health=GONE",false);