Enum Class的使用
cn.taketoday.buildpack.platform.build.PullPolicy
使用PullPolicy的程序包
-
cn.taketoday.buildpack.platform.build中PullPolicy的使用
修饰符和类型字段说明private final PullPolicyBuilder.ImageFetcher.pullPolicyprivate final PullPolicyBuildRequest.pullPolicy修饰符和类型方法说明BuildRequest.getPullPolicy()Return the imagePullPolicythat the builder should use.static PullPolicyReturns the enum constant of this class with the specified name.static PullPolicy[]PullPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明BuildRequest.withPullPolicy(PullPolicy pullPolicy) Return a newBuildRequestwith the updated image pull policy.限定符构造器说明(专用程序包)BuildRequest(ImageReference name, Function<Owner, TarArchive> applicationContent, ImageReference builder, ImageReference runImage, Creator creator, Map<String, String> env, boolean cleanCache, boolean verboseLogging, PullPolicy pullPolicy, boolean publish, List<BuildpackReference> buildpacks, List<Binding> bindings, String network, List<ImageReference> tags, Cache buildWorkspace, Cache buildCache, Cache launchCache, Instant createdDate, String applicationDirectory, List<String> securityOptions) (专用程序包)ImageFetcher(String domain, String authHeader, PullPolicy pullPolicy)