Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Convert_apps_Deployment_To_v1_Deployment (0.26 sec)

  1. pkg/apis/apps/v1/conversion.go

    		}
    		out.Annotations = deepCopyStringMap(out.Annotations)
    		delete(out.Annotations, appsv1.DeprecatedRollbackTo)
    	} else {
    		out.Spec.RollbackTo = nil
    	}
    
    	return nil
    }
    
    func Convert_apps_Deployment_To_v1_Deployment(in *apps.Deployment, out *appsv1.Deployment, s conversion.Scope) error {
    	if err := autoConvert_apps_Deployment_To_v1_Deployment(in, out, s); err != nil {
    		return err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 6.2K bytes
    - Viewed (0)
Back to top