Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bootstrapClientConfig (0.24 sec)

  1. cmd/kubemark/app/hollow_node.go

    	}
    	config.ContentType = c.ContentType
    	config.QPS = c.QPS
    	config.Burst = c.Burst
    	return config, nil
    }
    
    func (c *hollowNodeConfig) bootstrapClientConfig() error {
    	if c.BootstrapKubeconfigPath != "" {
    		return bootstrap.LoadClientCert(context.TODO(), c.KubeconfigPath, c.BootstrapKubeconfigPath, c.CertDirectory, types.NodeName(c.NodeName))
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top