Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for templatize (0.39 sec)

  1. pkg/apis/core/validation/validation_test.go

    				Selector: validSelector,
    				Template: &validPodTemplate.Template,
    			},
    		},
    		update: core.ReplicationController{
    			ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    			Spec: core.ReplicationControllerSpec{
    				Replicas: 3,
    				Selector: validSelector,
    				Template: &validPodTemplate.Template,
    			},
    		},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"html/template": {
    		{"(*Error).Error", Method, 0},
    		{"(*Template).AddParseTree", Method, 0},
    		{"(*Template).Clone", Method, 0},
    		{"(*Template).DefinedTemplates", Method, 6},
    		{"(*Template).Delims", Method, 0},
    		{"(*Template).Execute", Method, 0},
    		{"(*Template).ExecuteTemplate", Method, 0},
    		{"(*Template).Funcs", Method, 0},
    		{"(*Template).Lookup", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

    ---
    apiVersion: v1
    data:
      config: |-
        # defaultTemplates defines the default template to use for pods that do not explicitly specify a template
        defaultTemplates: [sidecar]
        policy: enabled
        alwaysInjectSelector:
          []
        neverInjectSelector:
          []
        injectedAnnotations:
        template: "{{ Template_Version_And_Istio_Version_Mismatched_Check_Installation }}"
        templates:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "template": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.PodTemplateSpec"
                  }
                ],
                "default": {},
                "description": "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\"."
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        description: Number of seconds after which the probe times out.
                        format: int32
                        type: integer
                    type: object
                  template:
                    description: Template to be used for the generation of `WorkloadEntry`
                      resources that belong to this `WorkloadGroup`.
                    properties:
                      address:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                        description: Number of seconds after which the probe times out.
                        format: int32
                        type: integer
                    type: object
                  template:
                    description: Template to be used for the generation of `WorkloadEntry`
                      resources that belong to this `WorkloadGroup`.
                    properties:
                      address:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - github.com/Microsoft/hcsshim: [672e52e → 5eafd15](https://github.com/Microsoft/hcsshim/compare/672e52e...5eafd15)
    - github.com/alecthomas/template: [a0175ee → fb15b89](https://github.com/alecthomas/template/compare/a0175ee...fb15b89)
    - github.com/alecthomas/units: [2efee85 → c3de453](https://github.com/alecthomas/units/compare/2efee85...c3de453)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

            description: |-
              GatewayClass describes a class of Gateways available to the user for creating
              Gateway resources.
    
    
              It is recommended that this resource be used as a template for Gateways. This
              means that a Gateway is based on the state of the GatewayClass at the time it
              was created and changes to the GatewayClass or associated parameters are not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. RELEASE.md

            infrastructure after successfully completing training, instead of
            throwing a RuntimeError.
        *   Restandardize `DenseVariational` as simpler template for other
            probabilistic layers.
        *   `tf.data` now supports `tf.SparseTensor` components in dataset elements.
        *   It is now possible to iterate over `Tensor`s.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "default": {},
                "description": "Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here."
              }
            },
            "required": [
              "spec"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top