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