...

Package error

import "sigs.k8s.io/cli-utils/pkg/apply/error"
Overview
Index

Overview ▾

Copyright 2019 The Kubernetes Authors. SPDX-License-Identifier: Apache-2.0

type ApplyRunError

type ApplyRunError struct {
    // contains filtered or unexported fields
}

func NewApplyRunError

func NewApplyRunError(err error) *ApplyRunError

func (*ApplyRunError) Error

func (e *ApplyRunError) Error() string

type InitializeApplyOptionError

type InitializeApplyOptionError struct {
    // contains filtered or unexported fields
}

func NewInitializeApplyOptionError

func NewInitializeApplyOptionError(err error) *InitializeApplyOptionError

func (*InitializeApplyOptionError) Error

func (e *InitializeApplyOptionError) Error() string

type UnknownTypeError

type UnknownTypeError struct {
    // contains filtered or unexported fields
}

func NewUnknownTypeError

func NewUnknownTypeError(err error) *UnknownTypeError

func (*UnknownTypeError) Error

func (e *UnknownTypeError) Error() string