Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,543 for constructs (0.22 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2/resourcemetricstatus.go

    	Name    *v1.ResourceName                     `json:"name,omitempty"`
    	Current *MetricValueStatusApplyConfiguration `json:"current,omitempty"`
    }
    
    // ResourceMetricStatusApplyConfiguration constructs an declarative configuration of the ResourceMetricStatus type for use with
    // apply.
    func ResourceMetricStatus() *ResourceMetricStatusApplyConfiguration {
    	return &ResourceMetricStatusApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go

    type PersistentVolumeClaimVolumeSourceApplyConfiguration struct {
    	ClaimName *string `json:"claimName,omitempty"`
    	ReadOnly  *bool   `json:"readOnly,omitempty"`
    }
    
    // PersistentVolumeClaimVolumeSourceApplyConfiguration constructs an declarative configuration of the PersistentVolumeClaimVolumeSource type for use with
    // apply.
    func PersistentVolumeClaimVolumeSource() *PersistentVolumeClaimVolumeSourceApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfigoption.go

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

    type PodResourceClaimApplyConfiguration struct {
    	Name   *string                        `json:"name,omitempty"`
    	Source *ClaimSourceApplyConfiguration `json:"source,omitempty"`
    }
    
    // PodResourceClaimApplyConfiguration constructs an declarative configuration of the PodResourceClaim type for use with
    // apply.
    func PodResourceClaim() *PodResourceClaimApplyConfiguration {
    	return &PodResourceClaimApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/preferredschedulingterm.go

    	Weight     *int32                              `json:"weight,omitempty"`
    	Preference *NodeSelectorTermApplyConfiguration `json:"preference,omitempty"`
    }
    
    // PreferredSchedulingTermApplyConfiguration constructs an declarative configuration of the PreferredSchedulingTerm type for use with
    // apply.
    func PreferredSchedulingTerm() *PreferredSchedulingTermApplyConfiguration {
    	return &PreferredSchedulingTermApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go

    	RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    // StatefulSetUpdateStrategyApplyConfiguration constructs an declarative configuration of the StatefulSetUpdateStrategy type for use with
    // apply.
    func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration {
    	return &StatefulSetUpdateStrategyApplyConfiguration{}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/containerstatewaiting.go

    // with apply.
    type ContainerStateWaitingApplyConfiguration struct {
    	Reason  *string `json:"reason,omitempty"`
    	Message *string `json:"message,omitempty"`
    }
    
    // ContainerStateWaitingApplyConfiguration constructs an declarative configuration of the ContainerStateWaiting type for use with
    // apply.
    func ContainerStateWaiting() *ContainerStateWaitingApplyConfiguration {
    	return &ContainerStateWaitingApplyConfiguration{}
    }
    
    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/autoscaling/v2beta2/podsmetricsource.go

    	Metric *MetricIdentifierApplyConfiguration `json:"metric,omitempty"`
    	Target *MetricTargetApplyConfiguration     `json:"target,omitempty"`
    }
    
    // PodsMetricSourceApplyConfiguration constructs an declarative configuration of the PodsMetricSource type for use with
    // apply.
    func PodsMetricSource() *PodsMetricSourceApplyConfiguration {
    	return &PodsMetricSourceApplyConfiguration{}
    }
    
    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/autoscaling/v2beta2/resourcemetricstatus.go

    	Name    *v1.ResourceName                     `json:"name,omitempty"`
    	Current *MetricValueStatusApplyConfiguration `json:"current,omitempty"`
    }
    
    // ResourceMetricStatusApplyConfiguration constructs an declarative configuration of the ResourceMetricStatus type for use with
    // apply.
    func ResourceMetricStatus() *ResourceMetricStatusApplyConfiguration {
    	return &ResourceMetricStatusApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/successpolicyrule.go

    type SuccessPolicyRuleApplyConfiguration struct {
    	SucceededIndexes *string `json:"succeededIndexes,omitempty"`
    	SucceededCount   *int32  `json:"succeededCount,omitempty"`
    }
    
    // SuccessPolicyRuleApplyConfiguration constructs an declarative configuration of the SuccessPolicyRule type for use with
    // apply.
    func SuccessPolicyRule() *SuccessPolicyRuleApplyConfiguration {
    	return &SuccessPolicyRuleApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top