Documentation
¶
Index ¶
Constants ¶
View Source
const ( AsExpectedReason = "AsExpected" ErrorReason = "Error" ProgressingReason = "Progressing" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SidecarRuntimeConfig ¶
type SidecarRuntimeConfig struct {
// containerID hold the ID of the scylla container this information is valid for.
// E.g. on restarts, the container gets a new ID.
ContainerID string `json:"containerID"`
// matchingNodeConfigs is a list of NodeConfigs that affect this pod.
MatchingNodeConfigs []string `json:"matchingNodeConfigs"`
// blockingNodeConfigs is a list of NodeConfigs this pod is waiting on.
BlockingNodeConfigs []string `json:"blockingNodeConfigs"`
}
Click to show internal directories.
Click to hide internal directories.