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