Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.TargetVersions
-
Packages that use TargetVersions Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of TargetVersions in com.yahoo.vespa.hosted.controller.api.integration.configserver
Fields in com.yahoo.vespa.hosted.controller.api.integration.configserver declared as TargetVersions Modifier and Type Field Description static TargetVersionsTargetVersions. EMPTYMethods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return TargetVersions Modifier and Type Method Description TargetVersionsNodeRepository. targetVersionsOf(com.yahoo.config.provision.zone.ZoneId zone)Get target versions for upgrades in given zoneTargetVersionsTargetVersions. withOsVersion(com.yahoo.config.provision.NodeType nodeType, com.yahoo.component.Version version)Returns a copy of this with OS version set for given node typeTargetVersionsTargetVersions. withVespaVersion(com.yahoo.config.provision.NodeType nodeType, com.yahoo.component.Version version)Returns a copy of this with Vespa version set for given node type
-