Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ImagePullSecrets
-
-
Uses of ImagePullSecrets 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 ImagePullSecrets Modifier and Type Method Description ImagePullSecretsSpecFluent. buildFirstImagePullSecret()ImagePullSecretsSpecFluent. buildImagePullSecret(int index)ImagePullSecretsSpecFluent. buildLastImagePullSecret()ImagePullSecretsSpecFluent. buildMatchingImagePullSecret(Predicate<ImagePullSecretsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return types with arguments of type ImagePullSecrets Modifier and Type Method Description List<ImagePullSecrets>SpecFluent. buildImagePullSecrets()List<ImagePullSecrets>Spec. getImagePullSecrets()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type ImagePullSecrets Modifier and Type Method Description SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. addNewImagePullSecretLike(ImagePullSecrets item)ASpecFluent. addToImagePullSecrets(int index, ImagePullSecrets item)ASpecFluent. addToImagePullSecrets(ImagePullSecrets... items)ASpecFluent. removeFromImagePullSecrets(ImagePullSecrets... items)SpecFluent.SpecImagePullSecretsNested<A>SpecFluent. setNewImagePullSecretLike(int index, ImagePullSecrets item)ASpecFluent. setToImagePullSecrets(int index, ImagePullSecrets item)ASpecFluent. withImagePullSecrets(ImagePullSecrets... imagePullSecrets)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with type arguments of type ImagePullSecrets Modifier and Type Method Description ASpecFluent. addAllToSpecImagePullSecrets(Collection<ImagePullSecrets> items)ASpecFluent. removeAllFromSpecImagePullSecrets(Collection<ImagePullSecrets> items)voidSpec. setImagePullSecrets(List<ImagePullSecrets> imagePullSecrets)ASpecFluent. withImagePullSecrets(List<ImagePullSecrets> imagePullSecrets) -
Uses of ImagePullSecrets in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return ImagePullSecrets Modifier and Type Method Description ImagePullSecretsImagePullSecretsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec 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)
-