Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 56 for pgversion (0.16 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    	}
    	// Make sure the ControllerRefs are correct.
    	for _, controllerRef := range fakePodControl.ControllerRefs {
    		if got, want := controllerRef.APIVersion, "apps/v1"; got != want {
    			return fmt.Errorf("controllerRef.APIVersion = %q, want %q", got, want)
    		}
    		if got, want := controllerRef.Kind, "DaemonSet"; got != want {
    			return fmt.Errorf("controllerRef.Kind = %q, want %q", got, want)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		Standard:     make(map[string]bool),
    	}
    	if a.Package.Module != nil {
    		v := a.Package.Module.GoVersion
    		if v == "" {
    			v = gover.DefaultGoModVersion
    		}
    		vcfg.GoVersion = "go" + v
    
    		if a.Package.Module.Error == nil {
    			vcfg.ModulePath = a.Package.Module.Path
    			vcfg.ModuleVersion = a.Package.Module.Version
    		}
    	}
    	a.vetCfg = vcfg
    	for i, raw := range a.Package.Internal.RawImports {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

    apiVersion: v1
    kind: ServiceAccount
    automountServiceAccountToken: false
    metadata:
      labels:
        helm.sh/chart: grafana-8.0.1
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
      name: grafana
      namespace: istio-system
    ---
    # Source: grafana/templates/configmap.yaml
    apiVersion: v1
    kind: ConfigMap
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    	var l int
    	_ = l
    	i -= len(m.Kind)
    	copy(dAtA[i:], m.Kind)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ParamRef) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    	var l int
    	_ = l
    	i -= len(m.Kind)
    	copy(dAtA[i:], m.Kind)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ParamRef) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

            val reference: KaSymbol
            val version: Version
            val currentVersion: String
            val message: String
        }
    
        interface VersionRequirementDeprecation : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = VersionRequirementDeprecation::class
            val reference: KaSymbol
            val version: Version
            val currentVersion: String
            val message: String
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  7. pkg/registry/batch/job/strategy_test.go

    	var (
    		v1Ctx           = genericapirequest.WithRequestInfo(genericapirequest.NewContext(), &genericapirequest.RequestInfo{APIGroup: "batch", APIVersion: "v1", Resource: "jobs"})
    		otherVersionCtx = genericapirequest.WithRequestInfo(genericapirequest.NewContext(), &genericapirequest.RequestInfo{APIGroup: "batch", APIVersion: "v100", Resource: "jobs"})
    	)
    	if got, want := gcds.DefaultGarbageCollectionPolicy(v1Ctx), rest.OrphanDependents; got != want {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    ) : KaAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KaFirDiagnostic.TypealiasExpansionDeprecation
    
    internal class ApiNotAvailableImpl(
        override val sinceKotlinVersion: ApiVersion,
        override val currentVersion: ApiVersion,
        firDiagnostic: KtPsiDiagnostic,
        token: KaLifetimeToken,
    ) : KaAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KaFirDiagnostic.ApiNotAvailable
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 227.2K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    		TypeMeta: metav1.TypeMeta{
    			Kind:       "StorageVersionMigration",
    			APIVersion: "storagemigration.k8s.io/v1alpha1",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "print-test",
    		},
    		Spec: storagemigration.StorageVersionMigrationSpec{
    			Resource: storagemigration.GroupVersionResource{
    				Group:    "test-group",
    				Version:  "test-version",
    				Resource: "test-resource",
    			},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.5.md

    * Updated Elasticsearch image from version 1.5.1 to version 2.4.1. Updated Kibana image from version 4.0.2 to version 4.6.1. ([#34562](https://github.com/kubernetes/kubernetes/pull/34562), [@Crassirostris](https://github.com/Crassirostris))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top