Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,543 for constructs (0.27 sec)

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

    // with apply.
    type LimitRangeSpecApplyConfiguration struct {
    	Limits []LimitRangeItemApplyConfiguration `json:"limits,omitempty"`
    }
    
    // LimitRangeSpecApplyConfiguration constructs an declarative configuration of the LimitRangeSpec type for use with
    // apply.
    func LimitRangeSpec() *LimitRangeSpecApplyConfiguration {
    	return &LimitRangeSpecApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/admission/initializer.go

    type PluginInitializer struct {
    	cloudConfig []byte
    }
    
    var _ admission.PluginInitializer = &PluginInitializer{}
    
    // NewPluginInitializer constructs new instance of PluginInitializer
    func NewPluginInitializer(cloudConfig []byte) *PluginInitializer {
    	return &PluginInitializer{
    		cloudConfig: cloudConfig,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podip.go

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

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

    // HostIPApplyConfiguration represents an declarative configuration of the HostIP type for use
    // with apply.
    type HostIPApplyConfiguration struct {
    	IP *string `json:"ip,omitempty"`
    }
    
    // HostIPApplyConfiguration constructs an declarative configuration of the HostIP type for use with
    // apply.
    func HostIP() *HostIPApplyConfiguration {
    	return &HostIPApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:43:16 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/localobjectreference.go

    // with apply.
    type LocalObjectReferenceApplyConfiguration struct {
    	Name *string `json:"name,omitempty"`
    }
    
    // LocalObjectReferenceApplyConfiguration constructs an declarative configuration of the LocalObjectReference type for use with
    // apply.
    func LocalObjectReference() *LocalObjectReferenceApplyConfiguration {
    	return &LocalObjectReferenceApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/base/FinalizableSoftReference.java

     * @since 2.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public abstract class FinalizableSoftReference<T> extends SoftReference<T>
        implements FinalizableReference {
      /**
       * Constructs a new finalizable soft reference.
       *
       * @param referent to softly reference
       * @param queue that should finalize the referent
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/FinalizableSoftReference.java

     * @since 2.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public abstract class FinalizableSoftReference<T> extends SoftReference<T>
        implements FinalizableReference {
      /**
       * Constructs a new finalizable soft reference.
       *
       * @param referent to softly reference
       * @param queue that should finalize the referent
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollbackconfig.go

    // with apply.
    type RollbackConfigApplyConfiguration struct {
    	Revision *int64 `json:"revision,omitempty"`
    }
    
    // RollbackConfigApplyConfiguration constructs an declarative configuration of the RollbackConfig type for use with
    // apply.
    func RollbackConfig() *RollbackConfigApplyConfiguration {
    	return &RollbackConfigApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/nodedaemonendpoints.go

    // with apply.
    type NodeDaemonEndpointsApplyConfiguration struct {
    	KubeletEndpoint *DaemonEndpointApplyConfiguration `json:"kubeletEndpoint,omitempty"`
    }
    
    // NodeDaemonEndpointsApplyConfiguration constructs an declarative configuration of the NodeDaemonEndpoints type for use with
    // apply.
    func NodeDaemonEndpoints() *NodeDaemonEndpointsApplyConfiguration {
    	return &NodeDaemonEndpointsApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.6K bytes
    - Viewed (0)
Back to top