mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #96173 from twosigma/removealphae2e
Removing Alpha annotation as the feature is graduating to Beta in v1.20
This commit is contained in:
		@@ -69,7 +69,7 @@ func testPod(podnamebase string) *v1.Pod {
 | 
			
		||||
	return pod
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var _ = SIGDescribe("Hostname of Pod [Feature:SetHostnameAsFQDN][NodeAlphaFeature:SetHostnameAsFQDN]", func() {
 | 
			
		||||
var _ = SIGDescribe("Hostname of Pod [Feature:SetHostnameAsFQDN][NodeFeature:SetHostnameAsFQDN]", func() {
 | 
			
		||||
	f := framework.NewDefaultFramework("hostfqdn")
 | 
			
		||||
	dnsDomain := "cluster.local"
 | 
			
		||||
	if cdn := framework.TestContext.ClusterDNSDomain; cdn != "" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user