Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DesiredStateConfigurationTimeout doubles the default gw ping probe and API server // connectivity check timeout to ensure the Checkpoint is alive before rolling it back DesiredStateConfigurationTimeout = (defaultGwProbeTimeout + apiServerProbeTimeout) * 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Version() (string, netplan.Error) // Apply(hint string, state netplan.State, timeout time.Duration, persistFn func() error) netplan.Error Get() (netplan.State, netplan.Error) // Generate() netplan.Error Info() ([]string, netplan.Error) Initialize() (config.Config, netplan.Error) }
Click to show internal directories.
Click to hide internal directories.