Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Manifest (0.27 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

            a: {}
      versions:
      - name: v1beta1
        served: true
        storage: true
    `
    
    	// decode CRD manifest
    	obj, _, err := clientschema.Codecs.UniversalDeserializer().Decode([]byte(manifest), nil, nil)
    	if err != nil {
    		t.Fatalf("failed decoding of: %v\n\n%s", err, manifest)
    	}
    	betaCRD := obj.(*apiextensionsv1beta1.CustomResourceDefinition)
    	name := betaCRD.Name
    
    	// save schema for later
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  2. .teamcity/.mvn/wrapper/maven-wrapper.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Implementation-Title: maven-wrapper Implementation-Version: 0.5.6 Archiver-Version: Provisio Archiver Built-By: manfred Specification-Title: maven-wrapper Implementation-Vendor-Id: io.takari Created-By: Takari Inc. Build-Jdk: 1.8.0_232 Specification-Version: 0.5.6 META-INF/maven/io.takari/maven-wrapper/pom.properties version=0.5.6 groupId=io.takari artifactId=maven-wrapper org/apache/maven/wrapper/BootstrapMainStarter.class package org.apache.maven.wrapper;...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    Manifest files within `META-INF` are normalized to ignore comments, whitespace and order differences.
    Manifest attribute names are compared case-and-order insensitively.
    Manifest properties files are normalized according to <<#sec:property_file_normalization,Properties File Normalization>>.
    
    .Ignore `META-INF` manifest attributes
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Implementation-Title: Gradle Wrapper org/gradle/wrapper/GradleWrapperMain.class package org.gradle.wrapper; public synchronized class GradleWrapperMain { public static final String GRADLE_USER_HOME_OPTION = g; public static final String GRADLE_USER_HOME_DETAILED_OPTION = gradle-user-home; public static final String GRADLE_QUIET_OPTION = q; public static final String GRADLE_QUIET_DETAILED_OPTION = quiet; public void GradleWrapperMain(); public static void...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.java.archives.Manifest.from(java.lang.Object, groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Manifest.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    1.6.11-install.yaml # GENERATED by running "istioctl manifest generate -f minimal.yaml" on version 1.6.11 istioctl where "minimal.yaml" is: #apiVersion: install.istio.io/v1alpha1 #kind: IstioOperator #spec: # hub: gcr.io/istio-release # revision: 1-6-11 # components: # base: # enabled: false # pilot: # enabled: true # ingressGateways: # # values: # global: # proxy: # resources: # requests: # cpu: 10m # memory: 40Mi # # addonComponents: # prometheus: # enabled: false # AddonComponents grafana component...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  7. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="com.android.tools.build" name="manifest-merger" version="26.0.0">
             <artifact name="manifest-merger-26.0.0.jar">
                <sha256 value="c9d5760c634e288528136702100c031acb08d4d6d04587863216b51d74897509" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.31.md

    ### Container Images
    
    All container images are available as manifest lists and support the described
    architectures. It is also possible to pull a specific architecture directly by
    adding the "-$ARCH" suffix  to the container image name.
    
    name | architectures
    ---- | -------------
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  9. cluster/gce/windows/k8s-node-setup.psm1

      $kubeproxy_args = $kubeproxy_args_str.Split(" ")
      Log-Output "kubeproxy_args from metadata: ${kubeproxy_args}"
    
      # kubeproxy is started on Linux nodes using
      # kube-manifests/kubernetes/gci-trusty/kube-proxy.manifest, which is
      # generated by start-kube-proxy in configure-helper.sh and contains e.g.:
      #   kube-proxy --master=https://35.239.84.171
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    1.7.6-install.yaml # GENERATED by running "istioctl manifest generate -f minimal.yaml" on version 1.7.6 istioctl where "minimal.yaml" is: #apiVersion: install.istio.io/v1alpha1 #kind: IstioOperator #spec: # hub: gcr.io/istio-release # revision: 1-7-6 # components: # base: # enabled: false # pilot: # enabled: true # ingressGateways: # - name: istio-ingressgateway # enabled: false # # values: # global: # proxy: # resources: # requests: # cpu: 10m # memory: 40Mi apiVersion: networking.istio.io/v1alpha3...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
Back to top