Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSessionIsInteractive (0.24 sec)

  1. cmd/kubeadm/app/cmd/upgrade/apply_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package upgrade
    
    import (
    	"testing"
    )
    
    func TestSessionIsInteractive(t *testing.T) {
    	var tcases = []struct {
    		name     string
    		flags    *applyFlags
    		expected bool
    	}{
    		{
    			name: "Explicitly non-interactive",
    			flags: &applyFlags{
    				nonInteractiveMode: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:06:42 UTC 2019
    - 1.4K bytes
    - Viewed (0)
Back to top