Documentation ¶
Overview ¶
Copyright 2019 The Kubernetes Authors. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.