package
0.4.1
Repository: https://github.com/mrpye/go-action-workflow.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Create a instance of the k8 type default_context is the default context to use config_path is the path to the kube config file.
CreateK8Options creates a instance of the k8 type opts are the options for the k8 type.
GetAction returns the action for the target.
OptionK8IgnoreSSL is the option for the ignore ssl.
OptionK8DefaultContext is the option for the default context.
OptionK8Host is the option for the host.
OptionK8Auth is the option for the authorization.
OptionK8ConfigPath is the option for the config path.

# Constants

No description provided by the author
No description provided by the author

# Structs

K8 is the struct for the k8 connection If you want to use the kube config file, you need to set the DefaultContext and ConfigPath DefaultContext is the default context to use ConfigPath is the path to the kube config file Host is the host to connect to You will need to set the Host and Authorization if you want to use the token connection Authorization is the authorization token UseTokenConnection if true, use the token connection, otherwise use the kube config file Ignore_ssl if true, ignore the ssl connection.
No description provided by the author

# Type aliases

K8Option is the option for the k8 connection.