Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,256 for yamlv3 (0.12 sec)

  1. pkg/config/analysis/analyzers/multicluster_analyzers_test.go

    	return f.clusterID
    }
    
    func addStore(sa *local.IstiodAnalyzer, clusterName string, yamls []string) error {
    	client := &fakeClientImpl{
    		CLIClient: kube.NewFakeClient(),
    		clusterID: cluster.ID(clusterName),
    	}
    	// Gather test files
    	src := file.NewKubeSource(collections.All)
    	for i, yamlFile := range yamls {
    		data, err := os.ReadFile(yamlFile)
    		if err != nil {
    			return err
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. LICENSES/vendor/gopkg.in/yaml.v3/LICENSE

    = vendor/gopkg.in/yaml.v3 licensed under: =
    
    
    This project is covered by two different licenses: MIT and Apache.
    
    #### MIT License ####
    
    The following files were ported to Go from C files of libyaml, and thus
    are still covered by their original MIT license, with the additional
    copyright staring in 2011 when the project was ported over:
    
        apic.go emitterc.go parserc.go readerc.go scannerc.go
        writerc.go yamlh.go yamlprivateh.go
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 13 19:52:57 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  3. samples/bookinfo/platform/kube/bookinfo.yaml

    #
    #   kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml
    #
    # Alternatively, you can deploy any resource separately:
    #
    #   kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml -l service=reviews # reviews Service
    #   kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml -l account=reviews # reviews ServiceAccount
    #   kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml -l app=reviews,version=v3 # reviews-v3 Deployment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/pod.yaml

    # Copy of pod.yaml without file extension for test
    apiVersion: v1
    kind: Pod
    metadata:
      name: nginx
      labels:
        name: nginx
    spec:
      containers:
      - name: nginx
        image: nginx
        ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 21 15:08:30 UTC 2018
    - 214 bytes
    - Viewed (0)
  5. releasenotes/notes/50791.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 50790
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 16:16:40 UTC 2024
    - 219 bytes
    - Viewed (0)
  6. operator/pkg/manifest/shared.go

    	if psf != "" {
    		profile = psf
    	}
    	return fy, profile, nil
    }
    
    // ParseYAMLFiles parses the given slice of filenames containing YAML and merges them into a single IstioOperator
    // format YAML strings. It returns the overlay YAML, the profile name and error result.
    func ParseYAMLFiles(inFilenames []string, force bool, l clog.Logger) (overlayYAML string, profile string, err error) {
    	if inFilenames == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/invalid.yaml

    this causes a parse error, it's not yaml!...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 29 03:04:35 UTC 2020
    - 41 bytes
    - Viewed (0)
  8. manifests/charts/base/templates/crds.yaml

    {{- if .Values.base.enableCRDTemplates }}
    {{ .Files.Get "crds/crd-all.gen.yaml" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 18 04:16:48 UTC 2023
    - 94 bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/g3doc/_index.yaml

    book_path: /mlir/_book.yaml
    project_path: /mlir/_project.yaml
    description: An intermediate representation and compiler framework, MLIR unifies the
     infrastructure for high-performance ML models in TensorFlow.
    landing_page:
      custom_css_path: /site-assets/css/style.css
      rows:
      - heading: MLIR unifies the infrastructure for high-performance ML models in TensorFlow.
        items:
        - description: >
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  10. releasenotes/notes/25280.yaml

    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 464 bytes
    - Viewed (0)
Back to top