Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 80 for openhft (0.21 sec)

  1. releasenotes/notes/fix-custom-injection-openshift.yaml

    area: installation
    docs:
    - 'https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#customizing-injection'
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 19:52:06 UTC 2023
    - 345 bytes
    - Viewed (0)
  2. releasenotes/notes/fix-peer-veth-lookup-on-openshift.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 17:04:00 UTC 2023
    - 202 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/hello-openshift.yaml

    Jonh Wendell <******@****.***> 1711488610 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 21:30:10 UTC 2024
    - 482 bytes
    - Viewed (0)
  4. pkg/platform/platform.go

    // limitations under the License.
    
    package platform
    
    import "istio.io/istio/pkg/env"
    
    const (
    	Default   = ""
    	OpenShift = "openshift"
    	GCP       = "gcp"
    )
    
    var Platform = env.Register(
    	"PLATFORM",
    	Default,
    	"Platform where Istio is deployed. Possible values are \"openshift\" and \"gcp\"",
    )
    
    // IsDefault returns true if the platform is the Default one
    func IsDefault() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 21:30:10 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. src/internal/syscall/unix/at_libc2.go

    }
    
    func Openat(dirfd int, path string, flags int, perm uint32) (int, error) {
    	return openat(dirfd, path, flags, perm)
    }
    
    func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error {
    	return fstatat(dirfd, path, stat, flags)
    }
    
    //go:linkname unlinkat syscall.unlinkat
    func unlinkat(dirfd int, path string, flags int) error
    
    //go:linkname openat syscall.openat
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 31 16:59:38 UTC 2022
    - 927 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-openshift.yaml.injected

    Jonh Wendell <******@****.***> 1711488610 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 21:30:10 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. helm/minio/templates/securitycontextconstraints.yaml

    {{- if and .Values.securityContext.enabled .Values.persistence.enabled (.Capabilities.APIVersions.Has "security.openshift.io/v1") }}
    apiVersion: security.openshift.io/v1
    kind: SecurityContextConstraints
    metadata:
      name: {{ template "minio.fullname" . }}
      labels:
        app: {{ template "minio.name" . }}
        chart: {{ template "minio.chart" . }}
        release: {{ .Release.Name }}
        heritage: {{ .Release.Service }}
    allowHostDirVolumePlugin: false
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Aug 20 22:30:54 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  8. releasenotes/notes/global-nad.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    docs:
    - 'https://istio.io/latest/docs/setup/platform-setup/openshift/'
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 28 21:00:31 UTC 2023
    - 325 bytes
    - Viewed (0)
  9. operator/cmd/mesh/profile-diff_test.go

    		},
    		{
    			args:           fmt.Sprintf("profile diff demo demo --manifests %s", snapshotCharts),
    			expectedString: "Profiles are identical",
    		},
    		{
    			args:           fmt.Sprintf("profile diff openshift openshift --manifests %s", snapshotCharts),
    			expectedString: "Profiles are identical",
    		},
    	}
    
    	for i, c := range cases {
    		t.Run(fmt.Sprintf("case %d %q", i, c.args), func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. manifests/charts/ztunnel/templates/rbac.yaml

    ---
    {{- if (eq .Values.platform "openshift") }}
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRole
    metadata:
      name: ztunnel
      labels:
        app: ztunnel
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
    rules:
    - apiGroups: ["security.openshift.io"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 04 01:17:57 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top