Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for DaemonSetList (0.23 sec)

  1. pkg/apis/apps/v1/zz_generated.conversion.go

    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1.DaemonSetList)(nil), (*apps.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_DaemonSetList_To_apps_DaemonSetList(a.(*v1.DaemonSetList), b.(*apps.DaemonSetList), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*apps.DaemonSetList)(nil), (*v1.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 66.7K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1beta2/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta2.DaemonSetList)(nil), (*apps.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta2_DaemonSetList_To_apps_DaemonSetList(a.(*v1beta2.DaemonSetList), b.(*apps.DaemonSetList), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*apps.DaemonSetList)(nil), (*v1beta2.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 74.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/zz_generated.deepcopy.go

    func (in *DaemonSetList) DeepCopy() *DaemonSetList {
    	if in == nil {
    		return nil
    	}
    	out := new(DaemonSetList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DaemonSetList) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 23.8K bytes
    - Viewed (0)
  4. pkg/apis/apps/zz_generated.deepcopy.go

    func (in *DaemonSetList) DeepCopy() *DaemonSetList {
    	if in == nil {
    		return nil
    	}
    	out := new(DaemonSetList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DaemonSetList) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 24.7K bytes
    - Viewed (0)
  5. pkg/apis/extensions/register.go

    	// TODO this gets cleaned up when the types are fixed
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&apps.Deployment{},
    		&apps.DeploymentList{},
    		&apps.DeploymentRollback{},
    		&apps.DaemonSetList{},
    		&apps.DaemonSet{},
    		&networking.Ingress{},
    		&networking.IngressList{},
    		&apps.ReplicaSet{},
    		&apps.ReplicaSetList{},
    		&autoscaling.Scale{},
    		&networking.NetworkPolicy{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go

    func (in *DaemonSetList) DeepCopy() *DaemonSetList {
    	if in == nil {
    		return nil
    	}
    	out := new(DaemonSetList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DaemonSetList) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *DaemonSetList) APILifecycleDeprecated() (major, minor int) {
    	return 1, 8
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    func (in *DaemonSetList) APILifecycleReplacement() schema.GroupVersionKind {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/register.go

    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&Deployment{},
    		&DeploymentList{},
    		&DeploymentRollback{},
    		&Scale{},
    		&DaemonSetList{},
    		&DaemonSet{},
    		&Ingress{},
    		&IngressList{},
    		&ReplicaSet{},
    		&ReplicaSetList{},
    		&NetworkPolicy{},
    		&NetworkPolicyList{},
    	)
    	// Add the watch version that applies
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta1.DaemonSetList)(nil), (*apps.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_DaemonSetList_To_apps_DaemonSetList(a.(*v1beta1.DaemonSetList), b.(*apps.DaemonSetList), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*apps.DaemonSetList)(nil), (*v1beta1.DaemonSetList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K bytes
    - Viewed (0)
  10. pkg/api/testing/defaulting_test.go

    		{Group: "extensions", Version: "v1beta1", Kind: "DaemonSetList"}:                                           {},
    		{Group: "apps", Version: "v1beta2", Kind: "DaemonSet"}:                                                     {},
    		{Group: "apps", Version: "v1beta2", Kind: "DaemonSetList"}:                                                 {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top