Home / Function/ customizePullPolicy() — spring-boot Function Reference

customizePullPolicy() — spring-boot Function Reference

Architecture documentation for the customizePullPolicy() function in BootBuildImage.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  70f07ea5_8db2_8a13_04e7_0611748b8238["customizePullPolicy()"]
  44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"]
  44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| 70f07ea5_8db2_8a13_04e7_0611748b8238
  3c940064_637d_fdaf_b0c1_000229352531["getPullPolicy()"]
  70f07ea5_8db2_8a13_04e7_0611748b8238 -->|calls| 3c940064_637d_fdaf_b0c1_000229352531
  style 70f07ea5_8db2_8a13_04e7_0611748b8238 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 465–471

	private BuildRequest customizePullPolicy(BuildRequest request) {
		PullPolicy pullPolicy = getPullPolicy().getOrNull();
		if (pullPolicy != null) {
			request = request.withPullPolicy(pullPolicy);
		}
		return request;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does customizePullPolicy() do?
customizePullPolicy() is a function in the spring-boot codebase.
What does customizePullPolicy() call?
customizePullPolicy() calls 1 function(s): getPullPolicy.
What calls customizePullPolicy()?
customizePullPolicy() is called by 1 function(s): customize.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free