Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 234 for myname (0.32 sec)

  1. cmd/kubeadm/app/apis/output/types.go

    	ResidualTimeSeconds int64
    
    	// ExternallyManaged defines if the certificate is externally managed.
    	ExternallyManaged bool
    
    	// CAName represents the name of the CA that signed the certificate.
    	// This field is empty for self-signed, root CA certificates.
    	CAName string
    
    	// Missing represents if the certificate is missing.
    	Missing bool
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/output/v1alpha3/zz_generated.conversion.go

    }
    
    func autoConvert_v1alpha3_Certificate_To_output_Certificate(in *Certificate, out *output.Certificate, s conversion.Scope) error {
    	out.Name = in.Name
    	out.ExpirationDate = in.ExpirationDate
    	out.ResidualTimeSeconds = in.ResidualTimeSeconds
    	out.ExternallyManaged = in.ExternallyManaged
    	out.CAName = in.CAName
    	out.Missing = in.Missing
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.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: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. src/cmd/internal/cov/readcovdata.go

    // indicate what to do if errors are detected, and 'matchpkg' is a
    // caller-provided function that can be used to select specific
    // packages by name (if nil, then all packages are included).
    func MakeCovDataReader(vis CovDataVisitor, indirs []string, verbosityLevel int, flags CovDataReaderFlags, matchpkg func(name string) bool) *CovDataReader {
    	return &CovDataReader{
    		vis:            vis,
    		indirs:         indirs,
    		matchpkg:       matchpkg,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    	}
    	return &flowcontrol.GroupSubject{Name: name}, []user.Info{ui}, []user.Info{skipper}
    }
    
    func genServiceAccount(rng *rand.Rand, pfx string) (*flowcontrol.ServiceAccountSubject, []user.Info, []user.Info) {
    	ns := pfx + "-ns"
    	name := pfx + "-n"
    	mname := name
    	if rng.Float32() < 0.05 {
    		mname = "*"
    	}
    	mui := &user.DefaultInfo{
    		Name:   fmt.Sprintf("system:serviceaccount:%s:%s", ns, name),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.values.gen.yaml

    {
      "global": {
        "autoscalingv2API": true,
        "caAddress": "",
        "caName": "",
        "certSigners": [],
        "configCluster": false,
        "configValidation": true,
        "defaultPodDisruptionBudget": {
          "enabled": true
        },
        "defaultResources": {
          "requests": {
            "cpu": "10m"
          }
        },
        "enabled": false,
        "externalIstiod": false,
        "hub": "gcr.io/istio-testing",
        "imagePullPolicy": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.values.gen.yaml

    {
      "global": {
        "autoscalingv2API": true,
        "caAddress": "",
        "caName": "",
        "certSigners": [],
        "configCluster": false,
        "configValidation": true,
        "defaultPodDisruptionBudget": {
          "enabled": true
        },
        "defaultResources": {
          "requests": {
            "cpu": "10m"
          }
        },
        "enabled": false,
        "externalIstiod": false,
        "hub": "gcr.io/istio-testing",
        "imagePullPolicy": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello.yaml.0.values.gen.yaml

    {
      "global": {
        "autoscalingv2API": true,
        "caAddress": "",
        "caName": "",
        "certSigners": [],
        "configCluster": false,
        "configValidation": true,
        "defaultPodDisruptionBudget": {
          "enabled": true
        },
        "defaultResources": {
          "requests": {
            "cpu": "10m"
          }
        },
        "enabled": false,
        "externalIstiod": false,
        "hub": "gcr.io/istio-testing",
        "imagePullPolicy": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.12.values.gen.yaml

    {
      "global": {
        "autoscalingv2API": true,
        "caAddress": "",
        "caName": "",
        "certSigners": [],
        "configCluster": false,
        "configValidation": true,
        "defaultPodDisruptionBudget": {
          "enabled": true
        },
        "defaultResources": {
          "requests": {
            "cpu": "10m"
          }
        },
        "enabled": false,
        "externalIstiod": false,
        "hub": "gcr.io/istio-testing",
        "imagePullPolicy": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. src/go/internal/gcimporter/iimport.go

    }
    
    func (p *iimporter) doDecl(pkg *types.Package, name string) {
    	// See if we've already imported this declaration.
    	if obj := pkg.Scope().Lookup(name); obj != nil {
    		return
    	}
    
    	off, ok := p.pkgIndex[pkg][name]
    	if !ok {
    		errorf("%v.%v not in index", pkg, name)
    	}
    
    	r := &importReader{p: p, currPkg: pkg}
    	r.declReader.Reset(p.declData[off:])
    
    	r.obj(name)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top