Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for chapAuthSession (0.24 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	DiscoveryCHAPAuth bool `json:"chapAuthDiscovery,omitempty" protobuf:"varint,8,opt,name=chapAuthDiscovery"`
    	// chapAuthSession defines whether support iSCSI Session CHAP authentication
    	// +optional
    	SessionCHAPAuth bool `json:"chapAuthSession,omitempty" protobuf:"varint,11,opt,name=chapAuthSession"`
    	// secretRef is the CHAP Secret for iSCSI target and initiator authentication
    	// +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)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
      // +optional
      optional bool chapAuthDiscovery = 8;
    
      // chapAuthSession defines whether support iSCSI Session CHAP authentication
      // +optional
      optional bool chapAuthSession = 11;
    
      // secretRef is the CHAP Secret for iSCSI target and initiator authentication
      // +optional
      optional SecretReference secretRef = 10;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"chapAuthDiscovery": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
    	"chapAuthSession":   "chapAuthSession defines whether support iSCSI Session CHAP authentication",
    	"secretRef":         "secretRef is the CHAP Secret for iSCSI target and initiator authentication",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
      // +optional
      optional bool chapAuthDiscovery = 8;
    
      // chapAuthSession defines whether support iSCSI Session CHAP authentication
      // +optional
      optional bool chapAuthSession = 11;
    
      // secretRef is the CHAP Secret for iSCSI target and initiator authentication
      // +optional
      optional SecretReference secretRef = 10;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              "chapAuthDiscovery": {
                "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
                "type": "boolean"
              },
              "chapAuthSession": {
                "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication",
                "type": "boolean"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
                "type": "boolean"
              },
              "chapAuthSession": {
                "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication",
                "type": "boolean"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top