Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { ExporterCmdOptions // contains filtered or unexported fields }
Exporter provide functions for the replica exporter.
func (*Exporter) Cleanup ¶
Cleanup deletes the ConfigMap and DaemonSet created for the replica exporter.
type ExporterCmdOptions ¶
type ExporterCmdOptions struct { types.GlobalCmdOptions EngineImage string ReplicaName string LonghornDataDirectory string HostTargetDirectory string }
ExporterCmdOptions holds the options for the command.
type Getter ¶
type Getter struct { GetterCmdOptions // contains filtered or unexported fields }
Getter provide functions for the replica getter.
type GetterCmdOptions ¶
type GetterCmdOptions struct { types.GlobalCmdOptions LonghornDataDirectory string VolumeName string ReplicaName string }
GetterCmdOptions holds the options for the command.
Click to show internal directories.
Click to hide internal directories.