Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fc (0.15 sec)

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

    // Fibre Channel volumes support ownership management and SELinux relabeling.
    message FCVolumeSource {
      // targetWWNs is Optional: FC target worldwide names (WWNs)
      // +optional
      repeated string targetWWNs = 1;
    
      // lun is Optional: FC target lun number
      // +optional
      optional int32 lun = 2;
    
      // fsType is the filesystem type to mount.
    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)
  2. CHANGELOG/CHANGELOG-1.8.md

    * Added field CollisionCount to StatefulSetStatus in both apps/v1beta1 and apps/v1beta2 ([#49983](https://github.com/kubernetes/kubernetes/pull/49983), [@liyinan926](https://github.com/liyinan926))
    * FC volume plugin: Support WWID for volume identifier ([#48741](https://github.com/kubernetes/kubernetes/pull/48741), [@mtanino](https://github.com/mtanino))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top