Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for HostAlias (0.77 sec)

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

    var xxx_messageInfo_HTTPHeader proto.InternalMessageInfo
    
    func (m *HostAlias) Reset()      { *m = HostAlias{} }
    func (*HostAlias) ProtoMessage() {}
    func (*HostAlias) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{71}
    }
    func (m *HostAlias) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *HostAlias) 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

              }
            },
            "required": [
              "name",
              "value"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.HostAlias": {
            "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
            "properties": {
              "hostnames": {
    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. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.HTTPHeader":                                                                         schema_k8sio_api_core_v1_HTTPHeader(ref),
    		"k8s.io/api/core/v1.HostAlias":                                                                          schema_k8sio_api_core_v1_HostAlias(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "name",
            "value"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.HostAlias": {
          "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
          "properties": {
            "hostnames": {
    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