Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for projectId (0.24 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "kubeletConfigKey"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    		*out = new(PhotonPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.Projected != nil {
    		in, out := &in.Projected, &out.Projected
    		*out = new(ProjectedVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.PortworxVolume != nil {
    		in, out := &in.PortworxVolume, &out.PortworxVolume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	}
    	if in.PhotonPersistentDisk != nil {
    		in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
    		*out = new(PhotonPersistentDiskVolumeSource)
    		**out = **in
    	}
    	if in.Projected != nil {
    		in, out := &in.Projected, &out.Projected
    		*out = new(ProjectedVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.PortworxVolume != nil {
    		in, out := &in.PortworxVolume, &out.PortworxVolume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

    container-api-endpoint = ${CONTAINER_API_ENDPOINT}
    EOF
      fi
      if [[ -n "${PROJECT_ID:-}" ]]; then
        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    project-id = ${PROJECT_ID}
    EOF
      fi
      if [[ -n "${NETWORK_PROJECT_ID:-}" ]]; then
        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    network-project-id = ${NETWORK_PROJECT_ID}
    EOF
      fi
      if [[ -n "${STACK_TYPE:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    mountPath: /var/run/secrets/tokens name: istio-token {{- with .Values.volumeMounts }} {{- toYaml . | nindent 8 }} {{- end }} priorityClassName: system-node-critical terminationGracePeri: {{ .Values.terminationGracePeri }} volumes: - name: istio-token projected: sources: - serviceAccountToken: path: istio-token expirationSeconds: 43200 audience: istio-ca - name: istiod-ca-cert configMap: name: istio-ca-root-cert {{- with .Values.volumes }} {{- toYaml . | nindent 6}} {{- end }} manifests/charts/ztunnel/templates/NOTES.txt...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/cache/LocalCache.java

        }
    
        @Override
        public Iterator<ReferenceEntry<K, V>> iterator() {
          return new AbstractSequentialIterator<ReferenceEntry<K, V>>(peek()) {
            @CheckForNull
            @Override
            protected ReferenceEntry<K, V> computeNext(ReferenceEntry<K, V> previous) {
              ReferenceEntry<K, V> next = previous.getNextInWriteQueue();
              return (next == head) ? null : next;
            }
          };
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

            new ForwardingListenableFuture<String>() {
              final ListenableFuture<String> delegate = immediateFuture("Should never be seen");
    
              @Override
              protected ListenableFuture<String> delegate() {
                return delegate;
              }
    
              @Override
              public String get() {
                throw new RuntimeException();
              }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

            new ForwardingListenableFuture<String>() {
              final ListenableFuture<String> delegate = immediateFuture("Should never be seen");
    
              @Override
              protected ListenableFuture<String> delegate() {
                return delegate;
              }
    
              @Override
              public String get() {
                throw new RuntimeException();
              }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java

    import org.opensearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public abstract class BsDataConfigCQ extends EsAbstractConditionQuery {
    
        protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class;
    
        // ===================================================================================
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 108.9K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

    }
    
    # Use the gcloud defaults to find the project.  If it is already set in the
    # environment then go with that.
    #
    # Vars set:
    #   PROJECT
    #   NETWORK_PROJECT
    #   PROJECT_REPORTED
    function detect-project() {
      if [[ -z "${PROJECT-}" ]]; then
        PROJECT=$(gcloud config list project --format 'value(core.project)')
      fi
    
      NETWORK_PROJECT=${NETWORK_PROJECT:-${PROJECT}}
    
      if [[ -z "${PROJECT-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top