Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 135 for crd_name (1.74 sec)

  1. operator/pkg/helmreconciler/wait.go

    	var crdNames []string
    	for _, o := range object.KindObjects(objects, name.CRDStr) {
    		crdNames = append(crdNames, o.Name)
    	}
    	if len(crdNames) == 0 {
    		return nil
    	}
    
    	errPoll := wait.PollUntilContextTimeout(context.Background(), cRDPollInterval, cRDPollTimeout, false, func(context.Context) (bool, error) {
    	descriptor:
    		for _, crdName := range crdNames {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 03:13:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  2. pkg/kubelet/container/helpers_test.go

    				},
    			},
    			expectedSubPath:   "foo/$(POD_NAME)/$(ANNOTATION)",
    			expectedMountPath: "",
    			expectedOk:        false,
    		},
    		{
    			name: "subpaths with missing env variables",
    			container: &v1.Container{
    				VolumeMounts: []v1.VolumeMount{{SubPathExpr: "foo/$(ODD_NAME)/$(POD_NAME)"}},
    			},
    			envs: []EnvVar{
    				{
    					Name:  "ODD_NAME",
    					Value: "bar",
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 01:55:46 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. tests/integration/security/sds_ingress/ingress_test.go

    						// Verify the call works
    						ingressutil.SendRequestOrFail(t, ing, host, credName, ingressutil.TLS, tlsContextA,
    							ingressutil.ExpectedResponse{StatusCode: http.StatusOK})
    
    						// Now rotate the key/cert
    						ingressutil.RotateSecrets(t, credName, ingressutil.TLS,
    							ingressutil.IngressCredentialB, false)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. src/cmd/go/main.go

    			telemetry.Inc("go/subcommand:" + strings.ReplaceAll(cfg.CmdName, " ", "-") + "-" + strings.Join(args[used:], "-"))
    			help.Help(os.Stdout, append(slices.Clip(args[:used]), args[used+1:]...))
    			base.Exit()
    		}
    		helpArg := ""
    		if used > 0 {
    			helpArg += " " + strings.Join(args[:used], " ")
    		}
    		cmdName := cfg.CmdName
    		if cmdName == "" {
    			cmdName = args[0]
    		}
    		telemetry.Inc("go/subcommand:unknown")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:09:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. tests/integration/security/sds_ingress/util/util.go

    func CreateIngressKubeSecret(t framework.TestContext, credName string,
    	ingressType CallType, ingressCred IngressCredential, isCompoundAndNotGeneric bool, clusters ...cluster.Cluster,
    ) {
    	t.Helper()
    
    	// Get namespace for ingress gateway pod.
    	istioCfg := istio.DefaultConfigOrFail(t, t)
    	systemNS := namespace.ClaimOrFail(t, t, istioCfg.SystemNamespace)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/converter_gen.cc

                "  auto {0} = Convert{1}ForOptionWriter(op.{2}(), fbb);\n",
                arg_name, mlir::tblgen::Attribute(arg_def).getAttrDefName(),
                op.getGetterName(arg_name));
            options.push_back(arg_name.str());
          }
        }
    
        // Add options due to derived attributes.
        for (const auto &val : def->getValues()) {
          if (auto *record = dyn_cast<RecordRecTy>(val.getType())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/HttpAuthenticationDependencyResolutionIntegrationTest.groovy

            where:
            authScheme | credsName | creds
            BASIC      | 'missing' | ''
            DIGEST     | 'missing' | ''
            NTLM       | 'missing' | ''
            BASIC      | 'bad'     | badCredentials
            DIGEST     | 'bad'     | badCredentials
            NTLM       | 'bad'     | badCredentials
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  8. plugin/pkg/admission/security/podsecurity/testdata/pod_baseline.yaml

        - /monitor
        - --stackdriver-prefix=container.googleapis.com/internal/addons
        - --api-override=https://test-monitoring.sandbox.googleapis.com/
        - --pod-id=$(POD_NAME)
        - --namespace-id=$(POD_NAMESPACE)
        - --v=2
        env:
        - name: POD_NAME
          valueFrom:
            fieldRef:
              apiVersion: v1
              fieldPath: metadata.name
        - name: POD_NAMESPACE
          valueFrom:
            fieldRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/region_control_flow_to_functional.cc

        // regions into new functions. Replace tf.yield with a regular return.
        cond_name = GetName(while_region, "_cond");
        cond_name = ExtractSingleBlockRegion(symbol_table, while_region.getCond(),
                                             cond_name, extern_values, worklist,
                                             /*extern_values_passthrough=*/false,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  10. plugin/pkg/admission/security/podsecurity/testdata/pod_restricted.yaml

        - /monitor
        - --stackdriver-prefix=container.googleapis.com/internal/addons
        - --api-override=https://test-monitoring.sandbox.googleapis.com/
        - --pod-id=$(POD_NAME)
        - --namespace-id=$(POD_NAMESPACE)
        - --v=2
        env:
        - name: POD_NAME
          valueFrom:
            fieldRef:
              apiVersion: v1
              fieldPath: metadata.name
        - name: POD_NAMESPACE
          valueFrom:
            fieldRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.3K bytes
    - Viewed (0)
Back to top