Uses of Class
io.fabric8.kubernetes.api.model.PodSpecFluent.ImagePullSecretsNested
-
Packages that use PodSpecFluent.ImagePullSecretsNested Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodSpecFluent.ImagePullSecretsNested in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodSpecFluent.ImagePullSecretsNested Modifier and Type Method Description PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. addNewImagePullSecret()
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. addNewImagePullSecretLike(LocalObjectReference item)
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. editFirstImagePullSecret()
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. editImagePullSecret(int index)
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. editLastImagePullSecret()
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. editMatchingImagePullSecret(Predicate<LocalObjectReferenceBuilder> predicate)
PodSpecFluent.ImagePullSecretsNested<A>
PodSpecFluent. setNewImagePullSecretLike(int index, LocalObjectReference item)
-