Interface: KubeServiceAccount
This is the base interface for all Kubernetes resources, i.e. it contains fields that all Kubernetes resources have.
Extends
Properties
actionType?
optional actionType: any;
Inherited from
KubeObjectInterface.actionType
Defined in
apiVersion?
optional apiVersion: string;
Inherited from
KubeObjectInterface.apiVersion
Defined in
items?
optional items: any[];
Inherited from
Defined in
key?
optional key: any;