Skip to content

Conversation

@pPrecel
Copy link
Contributor

@pPrecel pPrecel commented Nov 20, 2025

Description

Changes proposed in this pull request:

  • add debug log
  • example execution:
    kyma-dev function get --debug
    Templated action config:
    fromAllNamespaces: false
    output:
    outputParameters:
        - name: configured
          resourcePath: .status.conditions[] | select(.type=="ConfigurationReady") | .status
        - name: running
          resourcePath: .status.conditions[] | select(.type=="Running") | .status
        - name: runtime
          resourcePath: .spec.runtime
        - name: generation
          resourcePath: .metadata.generation
    resource:
        apiVersion: serverless.kyma-project.io/v1alpha2
        kind: Function
        metadata:
            name:
            namespace: default
    
    
    NAME        CONFIGURED   RUNNING   RUNTIME    GENERATION
    test-fn-1   True         True      nodejs22   1
    test-fn-2   True         True      nodejs22   1

Related issue(s)

@pPrecel pPrecel requested a review from a team as a code owner November 20, 2025 16:04
@github-actions
Copy link

github-actions bot commented Nov 20, 2025

✅ Proposed changes verification passed

This pull request comes with up-to-date documentation and no illegal standard output usages.

Find more detailed information in the verify / standards (pull_request_target) action.

@pPrecel pPrecel enabled auto-merge (squash) November 20, 2025 16:06
@anoipm anoipm self-assigned this Nov 21, 2025
@pPrecel pPrecel merged commit a84a25b into kyma-project:main Nov 21, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants