Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Lambda config docs #5087

Merged
merged 11 commits into from
Jul 31, 2024
Merged

Fix Lambda config docs #5087

merged 11 commits into from
Jul 31, 2024

Commits on Jul 28, 2024

  1. Fix 'ImageURI' -> 'Image'

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4f47193 View commit details
    Browse the repository at this point in the history
  2. Fix field names from UpperCamelCase to lowerCamelCase

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    78d2e98 View commit details
    Browse the repository at this point in the history
  3. Fix link title: 'Configuration' -> 'Configuring'

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9776fce View commit details
    Browse the repository at this point in the history
  4. Move link of 'Configuring Lambda application' to function.yaml area

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    13020e2 View commit details
    Browse the repository at this point in the history
  5. Fix field names from UpperCamelCase to lowerCamelCase: v0.46.x

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    b25b911 View commit details
    Browse the repository at this point in the history
  6. fix 'IDs' -> 'Ids'

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0629945 View commit details
    Browse the repository at this point in the history
  7. Fix Required values and add explanation

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    cc06037 View commit details
    Browse the repository at this point in the history
  8. Fix header levels under function.yaml

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    cb5b9f1 View commit details
    Browse the repository at this point in the history
  9. fix '[[]Architecture]' to '[][Architecture]'

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f1ae2d3 View commit details
    Browse the repository at this point in the history
  10. Fix 'sourceCode' to 'source', although its type name is SourceCode in…

    … function.go
    
    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    709ac39 View commit details
    Browse the repository at this point in the history
  11. fix '#sourcecode' -> '#source'

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d5a5217 View commit details
    Browse the repository at this point in the history