Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DaemonSetCondition (0.13 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetcondition.go

    	Message            *string                    `json:"message,omitempty"`
    }
    
    // DaemonSetConditionApplyConfiguration constructs an declarative configuration of the DaemonSetCondition type for use with
    // apply.
    func DaemonSetCondition() *DaemonSetConditionApplyConfiguration {
    	return &DaemonSetConditionApplyConfiguration{}
    }
    
    // WithType sets the Type field in the declarative configuration to the given value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go

    	Message            *string                         `json:"message,omitempty"`
    }
    
    // DaemonSetConditionApplyConfiguration constructs an declarative configuration of the DaemonSetCondition type for use with
    // apply.
    func DaemonSetCondition() *DaemonSetConditionApplyConfiguration {
    	return &DaemonSetConditionApplyConfiguration{}
    }
    
    // WithType sets the Type field in the declarative configuration to the given value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.7K bytes
    - Viewed (0)
Back to top