Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DaemonSetConditionType (0.45 sec)

  1. pkg/apis/apps/types.go

    	Conditions []DaemonSetCondition
    }
    
    // DaemonSetConditionType defines a daemon set condition.
    type DaemonSetConditionType string
    
    // TODO: Add valid condition types of a DaemonSet.
    
    // DaemonSetCondition describes the state of a DaemonSet at a certain point.
    type DaemonSetCondition struct {
    	// Type of DaemonSet condition.
    	Type DaemonSetConditionType
    	// Status of the condition, one of True, False, Unknown.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
Back to top