Uses of Class
software.amazon.awssdk.services.batch.model.ImagePullSecret
-
Packages that use ImagePullSecret Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ImagePullSecret in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ImagePullSecret Modifier and Type Method Description List<ImagePullSecret>EksPodProperties. imagePullSecrets()References a Kubernetes secret resource.List<ImagePullSecret>EksPodPropertiesDetail. imagePullSecrets()Displays the reference pointer to the Kubernetes secret resource.Methods in software.amazon.awssdk.services.batch.model with parameters of type ImagePullSecret Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. imagePullSecrets(ImagePullSecret... imagePullSecrets)References a Kubernetes secret resource.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. imagePullSecrets(ImagePullSecret... imagePullSecrets)Displays the reference pointer to the Kubernetes secret resource.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ImagePullSecret Modifier and Type Method Description EksPodProperties.BuilderEksPodProperties.Builder. imagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)References a Kubernetes secret resource.EksPodPropertiesDetail.BuilderEksPodPropertiesDetail.Builder. imagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)Displays the reference pointer to the Kubernetes secret resource.
-