Skip to content

Commit

Permalink
kubernetes: remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Nov 15, 2023
1 parent 66ae02a commit d5a9f9f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bootstrapper/internal/kubernetes/k8sapi/k8sutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5a9f9f

Please sign in to comment.