Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogOptions ¶
type LogOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` Follow bool `local:"true" long:"follow" short:"f" usage:"Follow the logs of the instance every half second" default:"false"` Metro string `noattribute:"true"` NoPrefix bool `long:"no-prefix" usage:"When logging multiple machines, do not prefix each log line with the name"` Prefix string `local:"true" long:"prefix" short:"p" usage:"Prefix the logs with a given string"` Tail int `local:"true" long:"tail" short:"n" usage:"Show the last given lines from the logs" default:"-1"` Token string `noattribute:"true"` }
Click to show internal directories.
Click to hide internal directories.