Murad Iusufov
Murad Iusufov
closes #68
**Is your feature request related to a problem? Please describe.** SDK v1 provides `ListResourceRecordSetsPagesWithContext` which is a convenient API to process all the records in a hosted zone. I'm currently...
# Background I'm trying to make the git revision used to build an image available to the application at runtime. In my setup, I have an `Image` resource that points...
# What When using a Kubernetes Secret annotated with: ```yaml kpack.io/git-credentials: [email protected]:my-org/my-private-repo.git ``` and an unencrypted SSH private key, Kpack attempts to fetch the Git repository during the build but...