Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Secret
-
-
Uses of Secret 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 Secret Modifier and Type Method Description SecretVolumesFluent. buildSecret()SecretVolumes. getSecret()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Secret Modifier and Type Method Description VolumesFluent.SecretNested<A>VolumesFluent. editOrNewSecretLike(Secret item)voidVolumes. setSecret(Secret secret)VolumesFluent.SecretNested<A>VolumesFluent. withNewSecretLike(Secret item)AVolumesFluent. withSecret(Secret secret) -
Uses of Secret in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes that return Secret Modifier and Type Method Description SecretSecretBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes with parameters of type Secret Constructor Description SecretBuilder(Secret instance)SecretBuilder(SecretFluent<?> fluent, Secret instance)SecretBuilder(SecretFluent<?> fluent, Secret instance, Boolean validationEnabled)SecretBuilder(Secret instance, Boolean validationEnabled)SecretFluent(Secret instance)
-