Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deallocationRequested (0.79 sec)

  1. pkg/printers/internalversion/printers.go

    		}
    	} else {
    		states = append(states, "allocated")
    		if len(obj.Status.ReservedFor) > 0 {
    			states = append(states, "reserved")
    		} else if obj.DeletionTimestamp != nil || obj.Status.DeallocationRequested {
    			states = append(states, "deallocating")
    		}
    	}
    	return strings.Join(states, ",")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top