Documentation
¶
Index ¶
Constants ¶
View Source
const DryRunReason = "DryRun"
Variables ¶
This section is empty.
Functions ¶
func NewDryRunError ¶
func NewDryRunError(kind schema.ObjectKind, meta metav1.ObjectMetaAccessor, eventtype, reason, messageFmt string, args ...interface{}) error
Types ¶
type DryRunError ¶
func (*DryRunError) Error ¶
func (e *DryRunError) Error() string
type DryRunTransport ¶
type DryRunTransport struct { Recorder record.EventRecorder Delegate http.RoundTripper }
func NewDryRunTransport ¶
func NewDryRunTransport(recorder record.EventRecorder, delegate http.RoundTripper) *DryRunTransport
Click to show internal directories.
Click to hide internal directories.