controlplane

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewKubeAPIServerSNI

func NewKubeAPIServerSNI(
	values *KubeAPIServerSNIValues,
	namespace string,
	applier kubernetes.ChartApplier,
	chartsRootPath string,

) component.DeployWaiter

NewKubeAPIServerSNI creates a new instance of DeployWaiter which deploys Istio resources for kube-apiserver SNI access.

func NewKubeAPIService

func NewKubeAPIService(
	values *KubeAPIServiceValues,
	serviceKey client.ObjectKey,
	sniServiceKey *client.ObjectKey,
	applier kubernetes.ChartApplier,
	chartsRootPath string,
	logger *logrus.Entry,
	client client.Client,
	waiter retry.Ops,
	clusterIPFunc func(clusterIP string),
	ingressFunc func(ingressIP string),

) component.DeployWaiter

NewKubeAPIService creates a new instance of DeployWaiter for a specific DNS entry. <waiter> is optional and it's defaulted to github.com/gardener/gardener/pkg/utils/retry.DefaultOps().

Types

type KubeAPIServerSNIValues

type KubeAPIServerSNIValues struct {
	Hosts                    []string  `json:"hosts,omitempty"`
	Name                     string    `json:"name,omitempty"`
	NamespaceUID             types.UID `json:"namespaceUID,omitempty"`
	ApiserverClusterIP       string    `json:"apiserverClusterIP,omitempty"`
	IstioIngressNamespace    string    `json:"istioIngressNamespace,omitempty"`
	EnableKonnectivityTunnel bool      `json:"enableKonnectivityTunnel,omitempty"`
}

kubeAPIServiceValues configure the kube-apiserver service SNI.

type KubeAPIServiceValues

type KubeAPIServiceValues struct {
	Annotations               map[string]string
	KonnectivityTunnelEnabled bool
}

KubeAPIServiceValues configure the kube-apiserver service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL