Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,315 for _obj (0.03 sec)

  1. src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj

    Yao Zhang <******@****.***> 1441890919 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 12 04:50:32 UTC 2015
    - 4K bytes
    - Viewed (0)
  2. src/debug/elf/testdata/go-relocation-test-gcc620-sparc64.obj

    James Clarke <******@****.***> 1476209325 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 21:52:37 UTC 2016
    - 5.8K bytes
    - Viewed (0)
  3. cmd/batch-handlers_gen.go

    				err = msgp.WrapError(err, "Failed")
    				return
    			}
    		case "lbkt":
    			z.Bucket, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Bucket")
    				return
    			}
    		case "lobj":
    			z.Object, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Object")
    				return
    			}
    		case "ob":
    			z.Objects, err = dc.ReadInt64()
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 20:27:52 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3K bytes
    - Viewed (0)
  5. pkg/controller/deployment/progress.go

    	if after < time.Second {
    		logger.V(4).Info("Queueing up deployment for a progress check now", "deployment", klog.KObj(d))
    		dc.enqueueRateLimited(d)
    		return time.Duration(0)
    	}
    	logger.V(4).Info("Queueing up deployment for a progress check", "deployment", klog.KObj(d), "queueAfter", int(after.Seconds()))
    	// Add a second to avoid milliseconds skew in AddAfter.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 11:00:44 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.9K bytes
    - Viewed (0)
  7. pkg/registry/core/serviceaccount/storage/token.go

    	Version: authenticationapiv1.SchemeGroupVersion.Version,
    	Kind:    "TokenRequest",
    }
    
    func (r *TokenREST) Create(ctx context.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error) {
    	req := obj.(*authenticationapi.TokenRequest)
    
    	// Get the namespace from the context (populated from the URL).
    	namespace, ok := genericapirequest.NamespaceFrom(ctx)
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 05 10:24:31 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    func (e *Store) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error) {
    	if utilfeature.DefaultFeatureGate.Enabled(features.RetryGenerateName) && needsNameGeneration(obj) {
    		return e.createWithGenerateNameRetry(ctx, obj, createValidation, options)
    	}
    
    	return e.create(ctx, obj, createValidation, options)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/defaults.go

    	if obj.TimeoutSeconds == 0 {
    		obj.TimeoutSeconds = 1
    	}
    	if obj.PeriodSeconds == 0 {
    		obj.PeriodSeconds = 10
    	}
    	if obj.SuccessThreshold == 0 {
    		obj.SuccessThreshold = 1
    	}
    	if obj.FailureThreshold == 0 {
    		obj.FailureThreshold = 3
    	}
    }
    func SetDefaults_SecretVolumeSource(obj *v1.SecretVolumeSource) {
    	if obj.DefaultMode == nil {
    		perm := int32(v1.SecretVolumeSourceDefaultMode)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/crdclient/types.gen.go

    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    				Annotations:       obj.Annotations,
    				ResourceVersion:   obj.ResourceVersion,
    				CreationTimestamp: obj.CreationTimestamp.Time,
    				OwnerReferences:   obj.OwnerReferences,
    				UID:               string(obj.UID),
    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
Back to top