Commit 49744f3d authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Javadocs fixes regarding the authoritative nature of healthValue

parent 09b3a133
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;