github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/fnresult-fn-failure/.expected/results.yaml (about)

     1  apiVersion: kpt.dev/v1
     2  kind: FunctionResultList
     3  metadata:
     4    name: fnresults
     5  exitCode: 1
     6  items:
     7    - image: gcr.io/kpt-fn/kubeval:v0.1.1
     8      exitCode: 1
     9      results:
    10        - message: selector is required
    11          severity: error
    12          resourceRef:
    13            apiVersion: apps/v1
    14            kind: Deployment
    15            name: nginx-deployment
    16          field:
    17            path: selector
    18          file:
    19            path: resources.yaml
    20        - message: template is required
    21          severity: error
    22          resourceRef:
    23            apiVersion: apps/v1
    24            kind: Deployment
    25            name: nginx-deployment
    26          field:
    27            path: template
    28          file:
    29            path: resources.yaml
    30        - message: 'Invalid type. Expected: [integer,null], given: string'
    31          severity: error
    32          resourceRef:
    33            apiVersion: apps/v1
    34            kind: Deployment
    35            name: nginx-deployment
    36          field:
    37            path: spec.replicas
    38          file:
    39            path: resources.yaml
    40        - message: |
    41            Validating arbitrary CRDs is not supported yet. You can skip them by setting ignore_missing_schemas or skip_kinds in the function config:
    42            ERR  - stdin: Failed initializing schema file:///tmp/master-standalone-strict/custom-custom-v1.json: open /tmp/master-standalone-strict/custom-custom-v1.json: no such file or directory
    43          severity: error
    44          resourceRef:
    45            apiVersion: custom.io/v1
    46            kind: Custom
    47            name: custom
    48          file:
    49            path: resources.yaml
    50            index: 1
    51        - message: |
    52            Validating arbitrary CRDs is not supported yet. You can skip them by setting ignore_missing_schemas or skip_kinds in the function config:
    53            ERR  - stdin: Failed initializing schema file:///tmp/master-standalone-strict/kptfile-kpt-v1.json: open /tmp/master-standalone-strict/kptfile-kpt-v1.json: no such file or directory
    54          severity: error
    55          resourceRef:
    56            apiVersion: kpt.dev/v1
    57            kind: Kptfile
    58            name: app
    59          file:
    60            path: Kptfile