Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for targetWWNs (0.23 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *FCVolumeSource) DeepCopyInto(out *FCVolumeSource) {
    	*out = *in
    	if in.TargetWWNs != nil {
    		in, out := &in.TargetWWNs, &out.TargetWWNs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Lun != nil {
    		in, out := &in.Lun, &out.Lun
    		*out = new(int32)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *FCVolumeSource) DeepCopyInto(out *FCVolumeSource) {
    	*out = *in
    	if in.TargetWWNs != nil {
    		in, out := &in.TargetWWNs, &out.TargetWWNs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Lun != nil {
    		in, out := &in.Lun, &out.Lun
    		*out = new(int32)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "boolean"
            },
            "targetWWNs": {
              "description": "Optional: FC target worldwide names (WWNs)",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "wwids": {
              "description": "Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top