Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 95 for PodTemplateSpec (0.64 sec)

  1. pkg/controller/replicaset/replica_set_test.go

    			},
    			ResourceVersion: "18",
    		},
    		Spec: apps.ReplicaSetSpec{
    			Replicas: pointer.Int32(int32(replicas)),
    			Selector: &metav1.LabelSelector{MatchLabels: selectorMap},
    			Template: v1.PodTemplateSpec{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						"name": "foo",
    						"type": "production",
    					},
    				},
    				Spec: v1.PodSpec{
    					Containers: []v1.Container{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of pod templates
      repeated PodTemplate items = 2;
    }
    
    // PodTemplateSpec describes the data a pod should have when created from a template
    message PodTemplateSpec {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Status represents the current information about a pod. This data may not be up
    	// to date.
    	// +optional
    	Status PodStatus
    }
    
    // PodTemplateSpec describes the data a pod should have when created from a template
    type PodTemplateSpec struct {
    	// Metadata of the pods created from this template.
    	// +optional
    	metav1.ObjectMeta
    
    	// Spec defines the behavior of a pod.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *PodTemplateSpec) Reset()      { *m = PodTemplateSpec{} }
    func (*PodTemplateSpec) ProtoMessage() {}
    func (*PodTemplateSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{154}
    }
    func (m *PodTemplateSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodTemplateSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1/generated.pb.go

    		`ManualSelector:` + valueToStringGenerated(this.ManualSelector) + `,`,
    		`Template:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Template), "PodTemplateSpec", "v11.PodTemplateSpec", 1), `&`, ``, 1) + `,`,
    		`BackoffLimit:` + valueToStringGenerated(this.BackoffLimit) + `,`,
    		`TTLSecondsAfterFinished:` + valueToStringGenerated(this.TTLSecondsAfterFinished) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of pod templates
      repeated PodTemplate items = 2;
    }
    
    // PodTemplateSpec describes the data a pod should have when created from a template
    message PodTemplateSpec {
      // 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
    - 280.3K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top