Documentation
¶
Index ¶
- func CustomWorkloadHealthcheck(ctx context.Context, timeout time.Duration, definition string) error
- func EasyCustomWorkloadHealthcheck(ctx context.Context, timeout time.Duration, namespace string, ...) error
- func MicroShiftHealthcheck(ctx context.Context, timeout time.Duration) error
- type NamespaceWorkloads
- type Systemd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NamespaceWorkloads ¶
type NamespaceWorkloads struct {
Deployments []string `json:"deployments"`
DaemonSets []string `json:"daemonsets"`
StatefulSets []string `json:"statefulsets"`
}
func (NamespaceWorkloads) String ¶
func (nw NamespaceWorkloads) String() string
type Systemd ¶
type Systemd struct {
// contains filtered or unexported fields
}
func (*Systemd) IsServiceActiveAndNotFailed ¶
Click to show internal directories.
Click to hide internal directories.