Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetUserSupplied (0.1 sec)

  1. cmd/kubeadm/app/apis/kubeadm/types.go

    	// IsUserSupplied indicates if the component config was supplied or modified by a user or was kubeadm generated
    	IsUserSupplied() bool
    
    	// SetUserSupplied sets the state of the component config "user supplied" flag to, either true, or false.
    	SetUserSupplied(userSupplied bool)
    
    	// Mutate allows applying pre-defined modifications to the config before it's marshaled.
    	Mutate() error
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top