Loading src/main/java/org/etsi/osl/domain/model/kubernetes/KubernetesCRV1.java +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ public class KubernetesCRV1 extends DomainModelDefinition /** * The producer's resolved ITU-T X.731 view of the CR. {@code healthValue} is the convenient * path (translated to the operationalState/administrativeState pair by {@link #applyState}); * the individual attributes, when set, win over whatever {@code healthValue} implied. * the individual attributes, when set, win over only in the case that {@code healthValue} is not specified, otherwise are ignored. */ private ResourceHealth healthValue; private ResourceOperationalStateType operationalStateValue; Loading Loading
src/main/java/org/etsi/osl/domain/model/kubernetes/KubernetesCRV1.java +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ public class KubernetesCRV1 extends DomainModelDefinition /** * The producer's resolved ITU-T X.731 view of the CR. {@code healthValue} is the convenient * path (translated to the operationalState/administrativeState pair by {@link #applyState}); * the individual attributes, when set, win over whatever {@code healthValue} implied. * the individual attributes, when set, win over only in the case that {@code healthValue} is not specified, otherwise are ignored. */ private ResourceHealth healthValue; private ResourceOperationalStateType operationalStateValue; Loading