This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Kubectl.
                            
 
	
		Summary
	
             Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object.
            
             
		
	Syntax
	public static void KubectlApplySetLastApplied(this ICakeContext context, KubectlApplySetLastAppliedSettings settings)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
		
	Return Value