getPullPolicy() — spring-boot Function Reference
Architecture documentation for the getPullPolicy() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3c940064_637d_fdaf_b0c1_000229352531["getPullPolicy()"] 95b3e97b_d278_2cd3_f3d7_57bd713f0efd["setPullPolicy()"] 95b3e97b_d278_2cd3_f3d7_57bd713f0efd -->|calls| 3c940064_637d_fdaf_b0c1_000229352531 70f07ea5_8db2_8a13_04e7_0611748b8238["customizePullPolicy()"] 70f07ea5_8db2_8a13_04e7_0611748b8238 -->|calls| 3c940064_637d_fdaf_b0c1_000229352531 style 3c940064_637d_fdaf_b0c1_000229352531 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 218–223
@Input
@Optional
@Option(option = "pullPolicy", description = "The image pull policy")
public Property<PullPolicy> getPullPolicy() {
return this.pullPolicy;
}
Domain
Subdomains
Called By
- customizePullPolicy()
- setPullPolicy()
Source
Frequently Asked Questions
What does getPullPolicy() do?
getPullPolicy() is a function in the spring-boot codebase.
What calls getPullPolicy()?
getPullPolicy() is called by 2 function(s): customizePullPolicy, setPullPolicy.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free