Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrDecoding ¶ added in v1.6.0
type ErrDecoding struct {
// contains filtered or unexported fields
}
func (*ErrDecoding) Error ¶ added in v1.6.0
func (err *ErrDecoding) Error() string
func (*ErrDecoding) Unwrap ¶ added in v1.6.0
func (err *ErrDecoding) Unwrap() error
type ErrRuntimeObjectAssertion ¶ added in v1.6.0
type ErrRuntimeObjectAssertion struct {
// contains filtered or unexported fields
}
func (*ErrRuntimeObjectAssertion) Error ¶ added in v1.6.0
func (err *ErrRuntimeObjectAssertion) Error() string
type ErrUnsupportedGVK ¶ added in v1.6.0
type ErrUnsupportedGVK struct {
// contains filtered or unexported fields
}
func (*ErrUnsupportedGVK) Error ¶ added in v1.6.0
func (err *ErrUnsupportedGVK) Error() string
type Service ¶
type Service interface { Operator() *v1alpha1.OperatorConfig Platform() *v1alpha1.PlatformConfig }
func NewServiceFromConfigs ¶ added in v1.6.0
func NewServiceFromConfigs(op *v1alpha1.OperatorConfig, platform *v1alpha1.PlatformConfig) Service
Click to show internal directories.
Click to hide internal directories.