Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResourceList

ResourceList is the wire format for the output of the kpt function as defined by the spec: https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md

Hierarchy

  • ResourceList

Implements

Index

Constructors

constructor

Properties

Readonly apiVersion

apiVersion: "config.kubernetes.io/v1" = 'config.kubernetes.io/v1'

Readonly items

Readonly kind

kind: "ResourceList" = 'ResourceList'

Readonly metadata

metadata: { name: string } = ...

Type declaration

  • name: string

Optional Readonly results

results?: Result[]

Generated using TypeDoc