MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / GetFreshClusterStatus

Method GetFreshClusterStatus

pkg/api/client.go:341–343  ·  view source on GitHub ↗

GetFreshClusterStatus retrieves cluster status bypassing cache completely. This includes VM enrichment with guest agent data for full accuracy.

()

Source from the content-addressed store, hash-verified

339// GetFreshClusterStatus retrieves cluster status bypassing cache completely.
340// This includes VM enrichment with guest agent data for full accuracy.
341func (c *Client) GetFreshClusterStatus() (*Cluster, error) {
342 return c.getFreshClusterStatusInternal(true)
343}
344
345// GetLightClusterStatus retrieves fresh cluster status without VM enrichment.
346// This is faster than GetFreshClusterStatus and suitable for periodic auto-refresh

Callers 1

doManualRefreshMethod · 0.80

Calls 1

Tested by

no test coverage detected