package
0.10.0
Repository: https://github.com/flexkube/libflexkube.git
Documentation: pkg.go.dev

# Functions

ResourceFromYaml allows to create any resource instance from YAML configuration.

# Interfaces

Resource interface defines common functionality between Flexkube resources like kubelet pool or static controlplane, which allows to manage group of containers.
ResourceConfig interface defines common functionality between all Flexkube resource configurations.

# Type aliases

Certificate is a wrapper on string type, which parses it's content as X.509 certificate while unmarshaling.
PrivateKey is a wrapper on string type, which parses it's content as private key while unmarshaling.