Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrInitPipelineCode = "11000" ErrInitInformerCode = "11001" )
Variables ¶
This section is empty.
Functions ¶
func ErrInitInformer ¶
func ErrInitPipeline ¶
func ErrInitPipeline(err interface{}) error
Types ¶
type GlobalResources ¶
type LocalResources ¶
type LocalResources struct {
Deployments []appsv1.Deployment `json:"deployments,omitempty"`
Pods []corev1.Pod `json:"pods,omitempty"`
}
type Resources ¶
type Resources struct {
Global GlobalResources `json:"global,omitempty"`
Local LocalResources `json:"local,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.