Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 83 for predefined (0.31 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // +genclient
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    // PodTemplate describes a template for creating copies of a predefined pod.
    type PodTemplate struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. src/flag/flag.go

    	flag := &Flag{name, usage, value, value.String()}
    	_, alreadythere := f.formal[name]
    	if alreadythere {
    		var msg string
    		if f.name == "" {
    			msg = f.sprintf("flag redefined: %s", name)
    		} else {
    			msg = f.sprintf("%s flag redefined: %s", f.name, name)
    		}
    		panic(msg) // Happens only if flags are declared with identical names
    	}
    	if pos := f.undef[name]; pos != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:38:24 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_
    
    #include <utility>  // For ::std::pair.
    
    // The compiler used in Symbian has a bug that prevents us from declaring the
    // tuple template as a friend (it complains that tuple is redefined).  This
    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  4. src/encoding/xml/marshal_test.go

    			{Name{"space", "x"}, "value"},
    		}},
    	},
    	want: `<foo xmlns="space" xmlns:_xmlns="xmlns" _xmlns:a="space" _xmlns:b="space" xmlns:space="space" space:x="value">`,
    }, {
    	desc: "nested element redefines name space",
    	toks: []Token{
    		StartElement{Name{"", "foo"}, []Attr{
    			{Name{"xmlns", "x"}, "space"},
    		}},
    		StartElement{Name{"space", "foo"}, []Attr{
    			{Name{"xmlns", "y"}, "space"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route_test.go

    				virtualServiceWithNestedWildcardHost,
    				virtualServiceWithGoogleWildcardHost,
    			},
    			Services: []*model.Service{exampleWildcardService, exampleNestedWildcardService},
    		})
    
    		// Redefine the service registry for this test
    		serviceRegistry := map[host.Name]*model.Service{
    			"*.example.org":             exampleWildcardService,
    			"goodbye.hello.example.org": exampleNestedWildcardService,
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/elf.go

    	s.AddBytes(desc)
    	for len(s.Data())%4 != 0 {
    		s.AddUint8(0)
    	}
    	s.SetSize(int64(len(s.Data())))
    	s.SetAlign(4)
    }
    
    func (ctxt *Link) doelf() {
    	ldr := ctxt.loader
    
    	/* predefine strings we need for section headers */
    
    	addshstr := func(s string) int {
    		off := len(elfshstrdat)
    		elfshstrdat = append(elfshstrdat, s...)
    		elfshstrdat = append(elfshstrdat, 0)
    		return off
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PodTemplate": {
            "description": "PodTemplate describes a template for creating copies of a predefined pod.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.PodTemplate": {
          "description": "PodTemplate describes a template for creating copies of a predefined pod.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "PodTemplate describes a template for creating copies of a predefined pod.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"kind": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.PodTemplate": {
          "description": "PodTemplate describes a template for creating copies of a predefined pod.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top