Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 2,543 for constructs (0.1 sec)

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

    // with apply.
    type GRPCActionApplyConfiguration struct {
    	Port    *int32  `json:"port,omitempty"`
    	Service *string `json:"service,omitempty"`
    }
    
    // GRPCActionApplyConfiguration constructs an declarative configuration of the GRPCAction type for use with
    // apply.
    func GRPCAction() *GRPCActionApplyConfiguration {
    	return &GRPCActionApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/hostpathvolumesource.go

    // with apply.
    type HostPathVolumeSourceApplyConfiguration struct {
    	Path *string          `json:"path,omitempty"`
    	Type *v1.HostPathType `json:"type,omitempty"`
    }
    
    // HostPathVolumeSourceApplyConfiguration constructs an declarative configuration of the HostPathVolumeSource type for use with
    // apply.
    func HostPathVolumeSource() *HostPathVolumeSourceApplyConfiguration {
    	return &HostPathVolumeSourceApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/localvolumesource.go

    // with apply.
    type LocalVolumeSourceApplyConfiguration struct {
    	Path   *string `json:"path,omitempty"`
    	FSType *string `json:"fsType,omitempty"`
    }
    
    // LocalVolumeSourceApplyConfiguration constructs an declarative configuration of the LocalVolumeSource type for use with
    // apply.
    func LocalVolumeSource() *LocalVolumeSourceApplyConfiguration {
    	return &LocalVolumeSourceApplyConfiguration{}
    }
    
    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/noderuntimehandler.go

    	Name     *string                                       `json:"name,omitempty"`
    	Features *NodeRuntimeHandlerFeaturesApplyConfiguration `json:"features,omitempty"`
    }
    
    // NodeRuntimeHandlerApplyConfiguration constructs an declarative configuration of the NodeRuntimeHandler type for use with
    // apply.
    func NodeRuntimeHandler() *NodeRuntimeHandlerApplyConfiguration {
    	return &NodeRuntimeHandlerApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go

    type ResourceMetricSourceApplyConfiguration struct {
    	Name   *v1.ResourceName                `json:"name,omitempty"`
    	Target *MetricTargetApplyConfiguration `json:"target,omitempty"`
    }
    
    // ResourceMetricSourceApplyConfiguration constructs an declarative configuration of the ResourceMetricSource type for use with
    // apply.
    func ResourceMetricSource() *ResourceMetricSourceApplyConfiguration {
    	return &ResourceMetricSourceApplyConfiguration{}
    }
    
    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/core/v1/claimsource.go

    	ResourceClaimName         *string `json:"resourceClaimName,omitempty"`
    	ResourceClaimTemplateName *string `json:"resourceClaimTemplateName,omitempty"`
    }
    
    // ClaimSourceApplyConfiguration constructs an declarative configuration of the ClaimSource type for use with
    // apply.
    func ClaimSource() *ClaimSourceApplyConfiguration {
    	return &ClaimSourceApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go

    // with apply.
    type HostAliasApplyConfiguration struct {
    	IP        *string  `json:"ip,omitempty"`
    	Hostnames []string `json:"hostnames,omitempty"`
    }
    
    // HostAliasApplyConfiguration constructs an declarative configuration of the HostAlias type for use with
    // apply.
    func HostAlias() *HostAliasApplyConfiguration {
    	return &HostAliasApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/nodeaddress.go

    // with apply.
    type NodeAddressApplyConfiguration struct {
    	Type    *v1.NodeAddressType `json:"type,omitempty"`
    	Address *string             `json:"address,omitempty"`
    }
    
    // NodeAddressApplyConfiguration constructs an declarative configuration of the NodeAddress type for use with
    // apply.
    func NodeAddress() *NodeAddressApplyConfiguration {
    	return &NodeAddressApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/variable.go

    // with apply.
    type VariableApplyConfiguration struct {
    	Name       *string `json:"name,omitempty"`
    	Expression *string `json:"expression,omitempty"`
    }
    
    // VariableApplyConfiguration constructs an declarative configuration of the Variable type for use with
    // apply.
    func Variable() *VariableApplyConfiguration {
    	return &VariableApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 00:13:28 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/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: Fri Jul 21 20:56:23 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top