Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsImmutableError ¶
IsImmutableError checks if the given error is an immutable error.
Types ¶
type DryRunErr ¶
type DryRunErr struct {
// contains filtered or unexported fields
}
DryRunErr is an error that occurs during a server-side dry-run apply.
func NewDryRunErr ¶
func NewDryRunErr(err error, involvedObject *unstructured.Unstructured) *DryRunErr
NewDryRunErr returns a new DryRunErr.
func (*DryRunErr) InvolvedObject ¶
func (e *DryRunErr) InvolvedObject() *unstructured.Unstructured
InvolvedObject returns the involved object.
Click to show internal directories.
Click to hide internal directories.