Uses of Class
com.oracle.bmc.containerinstances.model.ImagePullSecret
-
Packages that use ImagePullSecret Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ImagePullSecret in com.oracle.bmc.containerinstances.model
Subclasses of ImagePullSecret in com.oracle.bmc.containerinstances.model Modifier and Type Class Description class
BasicImagePullSecret
A BasicImagePullSecret is a ImagePullSecret which accepts username and password as credentials information.class
VaultImagePullSecret
A VaultImagePullSecret is a ImagePullSecret which accepts secretId as credentials information.Methods in com.oracle.bmc.containerinstances.model that return types with arguments of type ImagePullSecret Modifier and Type Method Description List<ImagePullSecret>
ContainerInstance. getImagePullSecrets()
The image pulls secrets so you can access private registry to pull container images.Method parameters in com.oracle.bmc.containerinstances.model with type arguments of type ImagePullSecret Modifier and Type Method Description ContainerInstance.Builder
ContainerInstance.Builder. imagePullSecrets(List<ImagePullSecret> imagePullSecrets)
The image pulls secrets so you can access private registry to pull container images.
-