Documentation ¶
Index ¶
- func Apply(opts Options, arg interface{}) error
- func Delete(opts Options, arg interface{}) error
- func DeleteAllOf(opts Options, kind string) error
- func DeleteByName(opts Options, kind, name string, ignoreNotFound bool) error
- func DumpClusterInfo(opts ClusterInfoOptions) error
- func Exec(opts Options, pod string, args ...string) (string, error)
- func Get(opts Options, args ...string) (string, error)
- func LogOutput(enabled bool)
- func Logs(opts Options, args ...string) (string, error)
- func PortForward(opts Options, ctx context.Context, target string, ...) error
- func RolloutStatus(ctx context.Context, opts Options, kind, name string) error
- func WaitForCondition(opts Options, condition string, args ...string) error
- type ClusterInfoOptions
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAllOf ¶
func DumpClusterInfo ¶
func DumpClusterInfo(opts ClusterInfoOptions) error
func Exec ¶
Exec executes a command against a Cassandra pod and the cassandra container in particular. This does not currently handle pipes.
func PortForward ¶ added in v1.2.0
Types ¶
type ClusterInfoOptions ¶
Click to show internal directories.
Click to hide internal directories.