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