Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.SpecFluent.SpecImagePullSecretsNested
-
Packages that use SpecFluent.SpecImagePullSecretsNested Package Description io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview -
-
Uses of SpecFluent.SpecImagePullSecretsNested in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return SpecFluent.SpecImagePullSecretsNested Modifier and Type Method Description SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. addNewImagePullSecretLike(ImagePullSecrets item)SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. addNewSpecImagePullSecret()SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. editFirstImagePullSecret()SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. editImagePullSecret(int index)SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. editLastImagePullSecret()SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. editMatchingImagePullSecret(Predicate<ImagePullSecretsBuilder> predicate)SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. setNewImagePullSecretLike(int index, ImagePullSecrets item)
-