Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,543 for constructs (0.11 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go

    	Type          *v1beta2.DaemonSetUpdateStrategyType      `json:"type,omitempty"`
    	RollingUpdate *RollingUpdateDaemonSetApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    // DaemonSetUpdateStrategyApplyConfiguration constructs an declarative configuration of the DaemonSetUpdateStrategy type for use with
    // apply.
    func DaemonSetUpdateStrategy() *DaemonSetUpdateStrategyApplyConfiguration {
    	return &DaemonSetUpdateStrategyApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/auditannotation.go

    // with apply.
    type AuditAnnotationApplyConfiguration struct {
    	Key             *string `json:"key,omitempty"`
    	ValueExpression *string `json:"valueExpression,omitempty"`
    }
    
    // AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with
    // apply.
    func AuditAnnotation() *AuditAnnotationApplyConfiguration {
    	return &AuditAnnotationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/matchcondition.go

    // with apply.
    type MatchConditionApplyConfiguration struct {
    	Name       *string `json:"name,omitempty"`
    	Expression *string `json:"expression,omitempty"`
    }
    
    // MatchConditionApplyConfiguration constructs an declarative configuration of the MatchCondition type for use with
    // apply.
    func MatchCondition() *MatchConditionApplyConfiguration {
    	return &MatchConditionApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:28:26 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/auditannotation.go

    // with apply.
    type AuditAnnotationApplyConfiguration struct {
    	Key             *string `json:"key,omitempty"`
    	ValueExpression *string `json:"valueExpression,omitempty"`
    }
    
    // AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with
    // apply.
    func AuditAnnotation() *AuditAnnotationApplyConfiguration {
    	return &AuditAnnotationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 02:51:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/matchcondition.go

    // with apply.
    type MatchConditionApplyConfiguration struct {
    	Name       *string `json:"name,omitempty"`
    	Expression *string `json:"expression,omitempty"`
    }
    
    // MatchConditionApplyConfiguration constructs an declarative configuration of the MatchCondition type for use with
    // apply.
    func MatchCondition() *MatchConditionApplyConfiguration {
    	return &MatchConditionApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 00:23:15 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/apparmorprofile.go

    	Type             *v1.AppArmorProfileType `json:"type,omitempty"`
    	LocalhostProfile *string                 `json:"localhostProfile,omitempty"`
    }
    
    // AppArmorProfileApplyConfiguration constructs an declarative configuration of the AppArmorProfile type for use with
    // apply.
    func AppArmorProfile() *AppArmorProfileApplyConfiguration {
    	return &AppArmorProfileApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/attachedvolume.go

    // with apply.
    type AttachedVolumeApplyConfiguration struct {
    	Name       *v1.UniqueVolumeName `json:"name,omitempty"`
    	DevicePath *string              `json:"devicePath,omitempty"`
    }
    
    // AttachedVolumeApplyConfiguration constructs an declarative configuration of the AttachedVolume type for use with
    // apply.
    func AttachedVolume() *AttachedVolumeApplyConfiguration {
    	return &AttachedVolumeApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/configmapenvsource.go

    type ConfigMapEnvSourceApplyConfiguration struct {
    	LocalObjectReferenceApplyConfiguration `json:",inline"`
    	Optional                               *bool `json:"optional,omitempty"`
    }
    
    // ConfigMapEnvSourceApplyConfiguration constructs an declarative configuration of the ConfigMapEnvSource type for use with
    // apply.
    func ConfigMapEnvSource() *ConfigMapEnvSourceApplyConfiguration {
    	return &ConfigMapEnvSourceApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/expressionwarning.go

    // with apply.
    type ExpressionWarningApplyConfiguration struct {
    	FieldRef *string `json:"fieldRef,omitempty"`
    	Warning  *string `json:"warning,omitempty"`
    }
    
    // ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with
    // apply.
    func ExpressionWarning() *ExpressionWarningApplyConfiguration {
    	return &ExpressionWarningApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 02:44:28 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/paramkind.go

    // with apply.
    type ParamKindApplyConfiguration struct {
    	APIVersion *string `json:"apiVersion,omitempty"`
    	Kind       *string `json:"kind,omitempty"`
    }
    
    // ParamKindApplyConfiguration constructs an declarative configuration of the ParamKind type for use with
    // apply.
    func ParamKind() *ParamKindApplyConfiguration {
    	return &ParamKindApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 20:51:52 UTC 2022
    - 1.9K bytes
    - Viewed (0)
Back to top