mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-01 22:06:06 -04:00
kubernetes: remove unused struct
This commit is contained in:
parent
cfcc0898b2
commit
cb88c7a5f3
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue