...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/validation/error/input.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/validation/error

     1# Copyright 2021 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4kind: ResourceList
     5apiVersion: config.kubernetes.io/v1
     6functionConfig:
     7  apiVersion: example.com/v1alpha1
     8  kind: JavaSpringBoot
     9  metadata:
    10    name: ""
    11  spec:
    12    replicas: 1000
    13    image: foo:latest
    14    domain: bad

View as plain text