Uses of Class
org.apache.camel.v1.pipespec.integration.traits.Container.ImagePullPolicy
-
Packages that use Container.ImagePullPolicy Package Description org.apache.camel.v1.pipespec.integration.traits -
-
Uses of Container.ImagePullPolicy in org.apache.camel.v1.pipespec.integration.traits
Methods in org.apache.camel.v1.pipespec.integration.traits that return Container.ImagePullPolicy Modifier and Type Method Description Container.ImagePullPolicyContainer. getImagePullPolicy()static Container.ImagePullPolicyContainer.ImagePullPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Container.ImagePullPolicy[]Container.ImagePullPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.pipespec.integration.traits with parameters of type Container.ImagePullPolicy Modifier and Type Method Description voidContainer. setImagePullPolicy(Container.ImagePullPolicy imagePullPolicy)
-