Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ra (0.16 sec)

  1. common/scripts/run.sh

    WD=$(dirname "$0")
    WD=$(cd "$WD"; pwd)
    
    export FOR_BUILD_CONTAINER=1
    # shellcheck disable=SC1090,SC1091
    source "${WD}/setup_env.sh"
    
    
    MOUNT_SOURCE="${MOUNT_SOURCE:-${PWD}}"
    MOUNT_DEST="${MOUNT_DEST:-/work}"
    
    read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
    
    [[ -t 1 ]] && DOCKER_RUN_OPTIONS+=("-it")
    [[ ${UID} -ne 0 ]] && DOCKER_RUN_OPTIONS+=(-u "${UID}:${DOCKER_GID}")
    
    Shell Script
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Aug 11 02:34:11 GMT 2023
    - 2.2K bytes
    - Viewed (1)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

      names:
        categories:
        - istio-io
        - security-istio-io
        kind: RequestAuthentication
        listKind: RequestAuthenticationList
        plural: requestauthentications
        shortNames:
        - ra
        singular: requestauthentication
      scope: Namespaced
      versions:
      - name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

      names:
        categories:
        - istio-io
        - security-istio-io
        kind: RequestAuthentication
        listKind: RequestAuthenticationList
        plural: requestauthentications
        shortNames:
        - ra
        singular: requestauthentication
      scope: Namespaced
      versions:
      - name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    security release: istio name: requestauthenticatio.security.istio.io spec: group: security.istio.io names: categories: - istio-io - security-istio-io kind: RequestAuthenticatio listKind: RequestAuthenticatio plural: requestauthenticatio shortNames: - ra singular: requestauthenticatio scope: Namespaced versions: - name: v1 schema: openAPIV3Schema: properties: spec: description: 'Request authentication configuration for workloads. See more details at: https://istio.io/docs/reference/config/security/...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top