Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 102 for PodList (0.26 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    
    var xxx_messageInfo_PodIP proto.InternalMessageInfo
    
    func (m *PodList) Reset()      { *m = PodList{} }
    func (*PodList) ProtoMessage() {}
    func (*PodList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{138}
    }
    func (m *PodList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

                "description": "IP is the IP address assigned to the pod",
                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PodList": {
            "description": "PodList is a list of Pods.",
            "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)
  3. src/cmd/go/proxy_test.go

    		go func() {
    			log.Fatalf("go proxy: http.Serve: %v", http.Serve(l, http.HandlerFunc(proxyHandler)))
    		}()
    
    		// Prepopulate main sumdb.
    		for _, mod := range modList {
    			sumdbOps.Lookup(nil, mod)
    		}
    	})
    }
    
    var modList []module.Version
    
    func readModList() {
    	files, err := os.ReadDir("testdata/mod")
    	if err != nil {
    		log.Fatal(err)
    	}
    	for _, f := range files {
    		name := f.Name()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 03 09:56:24 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

    // 	IP: An IP address allocated to the pod. Routable at least within the cluster.
    message PodIP {
      // ip is an IP address (IPv4 or IPv6) assigned to the pod
      optional string ip = 1;
    }
    
    // PodList is a list of Pods.
    message PodList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      // +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)
  5. pkg/apis/core/types.go

    const (
    	ContainerRestartPolicyAlways ContainerRestartPolicy = "Always"
    )
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // PodList is a list of Pods.
    type PodList struct {
    	metav1.TypeMeta
    	// +optional
    	metav1.ListMeta
    
    	Items []Pod
    }
    
    // DNSPolicy defines how a pod's DNS will be configured.
    type DNSPolicy string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_PodList = map[string]string{
    	"":         "PodList is a list of Pods.",
    	"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
    	"items":    "List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md",
    }
    
    func (PodList) SwaggerDoc() map[string]string {
    	return map_PodList
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // PodIP represents a single IP address allocated to the pod.
    message PodIP {
      // IP is the IP address assigned to the pod
      optional string ip = 1;
    }
    
    // PodList is a list of Pods.
    message PodList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      // +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)
  8. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    // PodList is a list of Pods.
    type PodList struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard list metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    	// +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)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "IP is the IP address assigned to the pod",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.PodList": {
          "description": "PodList is a list of Pods.",
          "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)
  10. api/openapi-spec/swagger.json

              "description": "IP is the IP address assigned to the pod",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.PodList": {
          "description": "PodList is a list of Pods.",
          "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