kubernetes: remove unused struct

This commit is contained in:
Leonard Cohnen 2023-11-15 15:37:24 +01:00 committed by 3u13r
parent cfcc0898b2
commit cb88c7a5f3

View File

@ -180,16 +180,6 @@ func (k *KubernetesUtil) InitCluster(
return out, nil
}
// SetupPodNetworkInput holds all configuration options to setup the pod network.
type SetupPodNetworkInput struct {
CloudProvider string
NodeName string
FirstNodePodCIDR string
SubnetworkPodCIDR string
LoadBalancerHost string
LoadBalancerPort string
}
// JoinCluster joins existing Kubernetes cluster using kubeadm join.
func (k *KubernetesUtil) JoinCluster(ctx context.Context, joinConfig []byte, log *logger.Logger) error {
// TODO(3u13r): audit policy should be user input