Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for PodTemplateSpec (0.33 sec)

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

    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
    	Items []Pod `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // PodTemplateSpec describes the data a pod should have when created from a template
    type PodTemplateSpec struct {
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "required": [
              "containers"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PodTemplateSpec": {
            "description": "PodTemplateSpec describes the data a pod should have when created from a template",
            "properties": {
              "metadata": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"items":    "List of pod templates",
    }
    
    func (PodTemplateList) SwaggerDoc() map[string]string {
    	return map_PodTemplateList
    }
    
    var map_PodTemplateSpec = map[string]string{
    	"":         "PodTemplateSpec describes the data a pod should have when created from a template",
    	"metadata": "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
    - 254.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            },
            "required": [
              "containers"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PodTemplateSpec": {
            "description": "PodTemplateSpec describes the data a pod should have when created from a template",
            "properties": {
              "metadata": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	}
    	return allErrs
    }
    
    // Validates the given template and ensures that it is in accordance with the desired selector and replicas.
    func ValidatePodTemplateSpecForRC(template *core.PodTemplateSpec, selectorMap map[string]string, replicas int32, fldPath *field.Path, opts PodValidationOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if template == nil {
    		allErrs = append(allErrs, field.Required(fldPath, ""))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

            {
              "group": "",
              "kind": "PodTemplateList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.core.v1.PodTemplateSpec": {
          "description": "PodTemplateSpec describes the data a pod should have when created from a template",
          "properties": {
            "metadata": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

              {
                "group": "",
                "kind": "PodTemplateList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.core.v1.PodTemplateSpec": {
            "description": "PodTemplateSpec describes the data a pod should have when created from a template",
            "properties": {
              "metadata": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top