Documentation ¶ Index ¶ func HashOf(str string) (string, error) func StrPtr(str string) *string type Agent type KindVersion Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HashOf ¶ func HashOf(str string) (string, error) func StrPtr ¶ func StrPtr(str string) *string Types ¶ type Agent ¶ type Agent interface { Collect(ctx context.Context) error } type KindVersion ¶ type KindVersion struct { // Kind the kind of this Agent. Kind string `json:"kind"` // Version is the version of the Agent. Version string `json:"version"` } Source Files ¶ View all Source files agent.go kindversion.go Directories ¶ Show internal Expand all Path Synopsis kubermatic v1 kubernetes v1 Click to show internal directories. Click to hide internal directories.