Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 148 of 148 for myname (0.15 sec)

  1. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "name",
            "expression"
          ],
          "type": "object"
        },
        "io.k8s.api.admissionregistration.v1.MatchResources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod.  The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. src/cmd/dist/test.go

    	gcflags := gogcflags
    	name := testName(pkg, "")
    	if t.runRx == nil || t.runRx.MatchString(name) == t.runRxWant {
    		stdMatches = append(stdMatches, pkg)
    	}
    	t.addTest(name, stdTestHeading, func(dt *distTest) error {
    		if ranGoTest {
    			return nil
    		}
    		t.runPending(dt)
    		timelog("start", dt.name)
    		defer timelog("end", dt.name)
    		ranGoTest = true
    
    		timeoutSec := 180 * time.Second
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue configCluster = 64;
    
      // The name of the CA for workloads.
      // For example, when caName=GkeWorkloadCertificate, GKE workload certificates
      // will be used as the certificates for workloads.
      // The default value is "" and when caName="", the CA will be configured by other
      // mechanisms (e.g., environmental variable CA_PROVIDER).
      string caName = 65;
    
      // TODO: remove this?
      // No longer used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/FirReferenceResolveHelper.kt

    import org.jetbrains.kotlin.fir.symbols.impl.FirClassLikeSymbol
    import org.jetbrains.kotlin.fir.types.*
    import org.jetbrains.kotlin.lexer.KtTokens
    import org.jetbrains.kotlin.name.ClassId
    import org.jetbrains.kotlin.name.FqName
    import org.jetbrains.kotlin.name.Name
    import org.jetbrains.kotlin.psi
    import org.jetbrains.kotlin.psi.*
    import org.jetbrains.kotlin.psi.psiUtil.*
    import org.jetbrains.kotlin.psi.stubs.elements.KtStubElementTypes
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 37K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    			t.Errorf("%s: output subject common name and template subject common name don't match", test.name)
    		} else if len(out.Subject.Organization) != len(template.Subject.Organization) {
    			t.Errorf("%s: output subject organisation and template subject organisation don't match", test.name)
    		} else if len(out.DNSNames) != len(template.DNSNames) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. pilot/pkg/model/push_context_test.go

    				{Name: "alias", ExternalName: "concrete"},
    			},
    			output: []service{
    				{Name: "concrete", Aliases: host.Names{"alias"}},
    				{Name: "alias", ExternalName: "concrete"},
    			},
    		},
    		{
    			name: "multiple alias",
    			input: []service{
    				{Name: "concrete"},
    				{Name: "alias1", ExternalName: "concrete"},
    				{Name: "alias2", ExternalName: "concrete"},
    			},
    			output: []service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/exec.go

    	}
    	var srcfiles []string
    	for _, name := range strings.Split(string(list), "\n") {
    		if name == "" { // end of list
    			continue
    		}
    		if strings.HasPrefix(name, "./") {
    			srcfiles = append(srcfiles, name[2:])
    			continue
    		}
    		if err := b.loadCachedObjdirFile(a, c, name); err != nil {
    			return err
    		}
    		srcfiles = append(srcfiles, a.Objdir+name)
    	}
    	buildVetConfig(a, srcfiles)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top