Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 575 for toTokens (0.13 sec)

  1. tools/packaging/common/gcp_envoy_bootstrap.json

                {{ if .sts }}
                  "sts_service": {
                    "token_exchange_service_uri": "http://localhost:{{ .sts_port }}/token",
                    "subject_token_path": "./var/run/secrets/tokens/istio-token",
                    "subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
                    "scope": "https://www.googleapis.com/auth/cloud-platform"
                  }
                {{ else }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/test_google.cc

    ==============================================================================*/
    
    // Generated by the tf_library build rule.  DO NOT EDIT!
    //
    // This file contains a test and benchmark for the function generated by
    // tfcompile.  All tokens of the form `{{TFCOMPILE_*}}` must be rewritten to
    // real values before this file can be compiled.
    //
    //    TFCOMPILE_HEADER    : Path to the header file generated by tfcompile.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/profile/JdkVersionProfileActivator.java

            }
            if (!rangeValue.closed) {
                return isLeft ? -1 : 1;
            }
            return 0;
        }
    
        private static void addZeroTokens(List<String> tokens, int max) {
            while (tokens.size() < max) {
                tokens.add("0");
            }
        }
    
        private static boolean isRange(String value) {
            return value.startsWith("[") || value.startsWith("(");
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 16:51:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/JdkVersionProfileActivator.java

            }
            if (!rangeValue.closed) {
                return isLeft ? -1 : 1;
            }
            return 0;
        }
    
        private static void addZeroTokens(List<String> tokens, int max) {
            while (tokens.size() < max) {
                tokens.add("0");
            }
        }
    
        private static boolean isRange(String value) {
            return value.startsWith("[") || value.startsWith("(");
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 16:51:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. releasenotes/notes/24905.yaml

    kind: feature
    area: istioctl
    issue:
      - 24905
    
    releaseNotes:
    - |
      **Added** `istioctl experimental version` and `proxy-status` now use token security.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 31 17:27:25 UTC 2020
    - 257 bytes
    - Viewed (0)
  6. pkg/kube/rpc_creds.go

    	"istio.io/istio/pkg/log"
    )
    
    type tokenSupplier struct {
    	// The token itself.  (These are public in case we need to serialize)
    	Token   string
    	Expires time.Time
    
    	// regenerate tokens using this
    	mu                  sync.RWMutex
    	tokenNamespace      string
    	tokenServiceAccount string
    	audiences           []string
    	expirationSeconds   int64
    	kubeClient          Client
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. tensorflow/compiler/aot/test.cc

    ==============================================================================*/
    
    // Generated by the tf_library build rule.  DO NOT EDIT!
    //
    // This file contains a test and benchmark for the function generated by
    // tfcompile.  All tokens of the form `{{TFCOMPILE_*}}` must be rewritten to
    // real values before this file can be compiled.
    //
    //    TFCOMPILE_HEADER    : Path to the header file generated by tfcompile.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. pkg/kubeapiserver/default_storage_factory_builder.go

    	for _, override := range c.EtcdServersOverrides {
    		tokens := strings.Split(override, "#")
    		apiresource := strings.Split(tokens[0], "/")
    
    		group := apiresource[0]
    		resource := apiresource[1]
    		groupResource := schema.GroupResource{Group: group, Resource: resource}
    
    		servers := strings.Split(tokens[1], ";")
    		storageFactory.SetEtcdLocation(groupResource, servers)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. pkg/controller/serviceaccount/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package serviceaccount provides implementations
    // to manage service accounts and service account tokens
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 16 17:48:21 UTC 2016
    - 762 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/etcd.go

    	}
    
    	for _, override := range s.EtcdServersOverrides {
    		tokens := strings.Split(override, "#")
    		if len(tokens) != 2 {
    			allErrors = append(allErrors, fmt.Errorf("--etcd-servers-overrides invalid, must be of format: group/resource#servers, where servers are URLs, semicolon separated"))
    			continue
    		}
    
    		apiresource := strings.Split(tokens[0], "/")
    		if len(apiresource) != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 15:02:16 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top