类的使用
cn.taketoday.buildpack.platform.docker.type.VolumeName
使用VolumeName的程序包
程序包
说明
Central API for performing a buildpack build.
A limited Docker API providing the operations needed by pack.
Docker types.
-
cn.taketoday.buildpack.platform.build中VolumeName的使用
修饰符和类型方法说明protected VolumeNameLifecycle.createRandomVolumeName(String prefix) Cache.Volume.getVolumeName()修饰符和类型方法说明private voidLifecycle.deleteVolume(VolumeName name) voidAbstractBuildLog.executingLifecycle(BuildRequest request, LifecycleVersion version, VolumeName buildCacheVolume) voidBuildLog.executingLifecycle(BuildRequest request, LifecycleVersion version, VolumeName buildCacheVolume) Log that the lifecycle is executing.static CacheCache.volume(VolumeName name) Create a newCachethat uses a volume with the provided name. -
cn.taketoday.buildpack.platform.docker中VolumeName的使用
-
cn.taketoday.buildpack.platform.docker.type中VolumeName的使用
修饰符和类型方法说明static <S> VolumeNameFactory method to create a newVolumeNamebased on an object.static <S> VolumeNameVolumeName.basedOn(S source, Function<S, String> nameExtractor, String prefix, String suffix, int digestLength) Factory method to create a newVolumeNamebased on an object.static VolumeNameFactory method to create aVolumeNamewith a specific value.static VolumeNameFactory method to create a newVolumeNamewith a random name.static VolumeNameFactory method to create a newVolumeNamewith a random name.修饰符和类型方法说明static BindingBinding.from(VolumeName sourceVolume, String destination) Create aBindingfrom the specified source and destination.