Documentation ¶ Index ¶ type Client func NewClient(ctx context.Context, log log.Logger, ns string) (Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client interface { cluster.Client } Client interface includes cluster client func NewClient ¶ func NewClient(ctx context.Context, log log.Logger, ns string) (Client, error) NewClient returns new Kubernetes Client instance with provided logger, host and ns. Returns error in-case of failure configPath may be the empty string Source Files ¶ View all Source files apply.go cleanup.go client.go client_common.go client_exec.go client_hostname_connections.go client_ingress.go cluster_ip_connections.go resourcetypes.go Directories ¶ Show internal Expand all Path Synopsis builder clientcommon errors operators clients/hostname clients/inventory clients/ip clients/metallb clients/metallb/mocks deploy types v1beta0 v1beta1 v1beta2 util Click to show internal directories. Click to hide internal directories.