mirror of https://github.com/kubernetes/kops.git
Change the wrong function name and wrong word
This commit is contained in:
parent
4c9b06739c
commit
5d9f3891ca
|
|
@ -18,10 +18,10 @@ $(document).ready(function() {
|
|||
});
|
||||
}
|
||||
|
||||
function setDefautTab() {
|
||||
function setDefaultTab() {
|
||||
$(codeTabs[0]).addClass('tab-selected');
|
||||
$('.' + codeTabs[0].id).addClass('active');
|
||||
}
|
||||
|
||||
setDefautTab();
|
||||
});
|
||||
setDefaultTab();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ type InstanceGroupSpec struct {
|
|||
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
|
||||
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
|
||||
IAM *IAMProfileSpec `json:"iam,omitempty"`
|
||||
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
|
||||
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
|
||||
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ type InstanceGroupSpec struct {
|
|||
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
|
||||
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
|
||||
IAM *IAMProfileSpec `json:"iam,omitempty"`
|
||||
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
|
||||
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
|
||||
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ type InstanceGroupSpec struct {
|
|||
DetailedInstanceMonitoring *bool `json:"detailedInstanceMonitoring,omitempty"`
|
||||
// IAMProfileSpec defines the identity of the cloud group iam profile (AWS only).
|
||||
IAM *IAMProfileSpec `json:"iam,omitempty"`
|
||||
// SecurityGroupOverride overrides the defaut security group created by Kops for this IG (AWS only).
|
||||
// SecurityGroupOverride overrides the default security group created by Kops for this IG (AWS only).
|
||||
SecurityGroupOverride *string `json:"securityGroupOverride,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue