1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 15:34:36 +00:00

Revert "changes around hostname-override"

This reverts commit f44be421a1.
This commit is contained in:
Kinara Shah
2023-01-23 15:49:09 -08:00
parent 0dc41477c9
commit b5ab4b02ab
5 changed files with 11 additions and 22 deletions

View File

@@ -554,8 +554,6 @@ type PortCheck struct {
type CloudProvider struct {
// Name of the Cloud Provider
Name string `yaml:"name" json:"name,omitempty"`
// Only configured for AWS currently, add for other providers as needed
UseInstanceMetadataHostname *bool ` yaml:"useInstanceMetadataHostname,omitempty" json:"useInstanceMetadataHostname,omitempty"`
// AWSCloudProvider
AWSCloudProvider *AWSCloudProvider `yaml:"awsCloudProvider,omitempty" json:"awsCloudProvider,omitempty"`
// AzureCloudProvider