Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComponentConditionType (0.16 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/componentcondition.go

    )
    
    // ComponentConditionApplyConfiguration represents an declarative configuration of the ComponentCondition type for use
    // with apply.
    type ComponentConditionApplyConfiguration struct {
    	Type    *v1.ComponentConditionType `json:"type,omitempty"`
    	Status  *v1.ConditionStatus        `json:"status,omitempty"`
    	Message *string                    `json:"message,omitempty"`
    	Error   *string                    `json:"error,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3K bytes
    - Viewed (0)
Back to top