Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 272 for mod$ (0.1 sec)

  1. pkg/volume/csi/csi_mounter_test.go

    				t.Fatal("failed to create CSI mounter")
    			}
    
    			csiMounter := mounter.(*csiMountMgr)
    			csiMounter.csiClient = setupClient(t, true)
    
    			if csiMounter.volumeLifecycleMode != tc.mode {
    				t.Fatal("unexpected volume mode: ", csiMounter.volumeLifecycleMode)
    			}
    
    			attachID := getAttachmentName(csiMounter.volumeID, string(csiMounter.driverName), string(plug.host.GetNodeName()))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    		tlsParamsOrNew(ctx).TlsMaximumProtocolVersion = convertTLSProtocol(serverTLSSettings.MaxProtocolVersion)
    	}
    }
    
    func isSimpleOrMutual(mode networking.ServerTLSSettings_TLSmode) bool {
    	return mode == networking.ServerTLSSettings_SIMPLE || mode == networking.ServerTLSSettings_MUTUAL || mode == networking.ServerTLSSettings_OPTIONAL_MUTUAL
    }
    
    func tlsParamsOrNew(tlsContext *auth.CommonTlsContext) *auth.TlsParameters {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    				v1.ReadOnlyMany,
    			},
    			VolumeMode: &mode,
    			ClaimRef:   &v1.ObjectReference{Namespace: "ns", Name: "pvc-volume-name"},
    		},
    	}
    
    	gcepvc := &v1.PersistentVolumeClaim{
    		ObjectMeta: metav1.ObjectMeta{UID: "pvc-001", Name: "pvc-volume-name", Namespace: "ns"},
    		Spec: v1.PersistentVolumeClaimSpec{
    			VolumeName: "volume-name",
    			VolumeMode: &mode,
    		},
    		Status: v1.PersistentVolumeClaimStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		pol.Spec.Mtls = &auth.PeerAuthentication_MutualTLS{
    			Mode: auth.PeerAuthentication_MutualTLS_PERMISSIVE,
    		}
    	})
    	s.assertEvent(t, xdsConvertedStaticStrict)
    
    	s.addPolicy(t, "namespace", testNS, nil, gvk.PeerAuthentication, func(c controllers.Object) {
    		pol := c.(*clientsecurityv1beta1.PeerAuthentication)
    		pol.Spec.Mtls = &auth.PeerAuthentication_MutualTLS{
    			Mode: auth.PeerAuthentication_MutualTLS_STRICT,
    		}
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  5. src/go/printer/nodes.go

    //     is 5 (use spaces to distinguish precedence) in Normal mode
    //     and 4 (never use spaces) in Compact mode.
    //
    //  3. If there are no level 4 operators or no level 5 operators, then the
    //     cutoff is 6 (always use spaces) in Normal mode
    //     and 4 (never use spaces) in Compact mode.
    func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) {
    	prec := x.Op.Precedence()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                      "secretName": "secretNameValue",
                      "items": [
                        {
                          "key": "keyValue",
                          "path": "pathValue",
                          "mode": 3
                        }
                      ],
                      "defaultMode": 3,
                      "optional": true
                    },
                    "nfs": {
                      "server": "serverValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                            },
                            "mode": 4
                          }
                        ]
                      },
                      "configMap": {
                        "name": "nameValue",
                        "items": [
                          {
                            "key": "keyValue",
                            "path": "pathValue",
                            "mode": 3
                          }
                        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                      "secretName": "secretNameValue",
                      "items": [
                        {
                          "key": "keyValue",
                          "path": "pathValue",
                          "mode": 3
                        }
                      ],
                      "defaultMode": 3,
                      "optional": true
                    },
                    "nfs": {
                      "server": "serverValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

                            },
                            "mode": 4
                          }
                        ]
                      },
                      "configMap": {
                        "name": "nameValue",
                        "items": [
                          {
                            "key": "keyValue",
                            "path": "pathValue",
                            "mode": 3
                          }
                        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    			name:           "privileged proxy; explicit REDIRECT mode; any ports",
    			unprivileged:   false,
    			mode:           model.InterceptionRedirect,
    			ports:          anyPorts,
    			expectListener: true,
    		},
    		{
    			name:           "privileged proxy; explicit TPROXY mode; any ports",
    			unprivileged:   false,
    			mode:           model.InterceptionTproxy,
    			ports:          anyPorts,
    			expectListener: true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top