Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.ImagePullSecrets
-
Packages that use ImagePullSecrets Package Description io.apicurio.registry.operator.api.v1.model.apicurioregistryspec io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment -
-
Uses of ImagePullSecrets in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec that return ImagePullSecrets Modifier and Type Method Description ImagePullSecretsDeploymentFluent. buildFirstImagePullSecret()ImagePullSecretsDeploymentFluent. buildImagePullSecret(int index)ImagePullSecretsDeploymentFluent. buildLastImagePullSecret()ImagePullSecretsDeploymentFluent. buildMatchingImagePullSecret(Predicate<ImagePullSecretsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec that return types with arguments of type ImagePullSecrets Modifier and Type Method Description List<ImagePullSecrets>DeploymentFluent. buildImagePullSecrets()List<ImagePullSecrets>Deployment. getImagePullSecrets()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec with parameters of type ImagePullSecrets Modifier and Type Method Description DeploymentFluent.ImagePullSecretsNested<A>DeploymentFluent. addNewImagePullSecretLike(ImagePullSecrets item)ADeploymentFluent. addToImagePullSecrets(int index, ImagePullSecrets item)ADeploymentFluent. addToImagePullSecrets(ImagePullSecrets... items)ADeploymentFluent. removeFromImagePullSecrets(ImagePullSecrets... items)DeploymentFluent.ImagePullSecretsNested<A>DeploymentFluent. setNewImagePullSecretLike(int index, ImagePullSecrets item)ADeploymentFluent. setToImagePullSecrets(int index, ImagePullSecrets item)ADeploymentFluent. withImagePullSecrets(ImagePullSecrets... imagePullSecrets)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec with type arguments of type ImagePullSecrets Modifier and Type Method Description ADeploymentFluent. addAllToImagePullSecrets(Collection<ImagePullSecrets> items)ADeploymentFluent. removeAllFromImagePullSecrets(Collection<ImagePullSecrets> items)voidDeployment. setImagePullSecrets(List<ImagePullSecrets> imagePullSecrets)ADeploymentFluent. withImagePullSecrets(List<ImagePullSecrets> imagePullSecrets) -
Uses of ImagePullSecrets in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment that return ImagePullSecrets Modifier and Type Method Description ImagePullSecretsImagePullSecretsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment with parameters of type ImagePullSecrets Constructor Description ImagePullSecretsBuilder(ImagePullSecrets instance)ImagePullSecretsBuilder(ImagePullSecretsFluent<?> fluent, ImagePullSecrets instance)ImagePullSecretsBuilder(ImagePullSecretsFluent<?> fluent, ImagePullSecrets instance, Boolean validationEnabled)ImagePullSecretsBuilder(ImagePullSecrets instance, Boolean validationEnabled)ImagePullSecretsFluent(ImagePullSecrets instance)
-