mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +00:00
changes around hostname-override
This commit is contained in:
@@ -554,6 +554,8 @@ 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
|
||||
|
Reference in New Issue
Block a user