Show / Hide Table of Contents

Class StringQuotingEmitter

Inheritance
object
StringQuotingEmitter
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public class StringQuotingEmitter : ChainedEventEmitter

Constructors

StringQuotingEmitter(IEventEmitter)

Declaration
public StringQuotingEmitter(IEventEmitter next)
Parameters
Type Name Description
IEventEmitter next

Methods

Emit(ScalarEventInfo, IEmitter)

Declaration
public override void Emit(ScalarEventInfo eventInfo, IEmitter emitter)
Parameters
Type Name Description
ScalarEventInfo eventInfo
IEmitter emitter
In this article
Back to top Generated by DocFX