Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for above (0.12 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    // pod's hosts file.
    message HostAlias {
      // IP address of the host file entry.
      optional string ip = 1;
    
      // Hostnames for the above IP address.
      repeated string hostnames = 2;
    }
    
    // Represents a host path mapped into a pod.
    // Host path volumes do not support ownership management or SELinux relabeling.
    message HostPathVolumeSource {
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top