Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 97 for ControlZ (0.55 sec)

  1. pilot/test/xdstest/endpoints.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package xdstest
    
    import (
    	"fmt"
    	"sort"
    	"testing"
    
    	endpointv3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    
    	"istio.io/istio/pilot/pkg/networking/util"
    )
    
    type LbEpInfo struct {
    	Address string
    	// nolint: structcheck
    	Weight uint32
    }
    
    type LocLbEpInfo struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtDataFlowInfoProvider.kt

        /**
         * All jump expressions.
         * @see [hasJumps] for the definition of jumps.
         */
        public val jumpExpressions: List<KtExpression>,
    
        /**
         * `true` if there are any control-flow statements that jump outside given statements.
         * Jumps include both loop jumps (`break` and `continue`) and `return`s.
         * Conditional blocks (`if`) and `throw`s are not considered as jumps.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/build.gradle.kts

            because("BuildType from platform-native is used in ProjectAccessorsClassPathTest")
        }
        testImplementation(project(":platform-jvm"))
        testImplementation(project(":version-control"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.ant)
        testImplementation(libs.mockitoKotlin)
        testImplementation(libs.jacksonKotlin)
        testImplementation(libs.archunit)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. manifests/charts/gateway/values.yaml

    defaults:
      # Name allows overriding the release name. Generally this should not be set
      name: ""
      # revision declares which revision this gateway is a part of
      revision: ""
    
      # Controls the spec.replicas setting for the Gateway deployment if set.
      # Otherwise defaults to Kubernetes Deployment default (1).
      replicaCount:
    
      kind: Deployment
    
      rbac:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 16:51:35 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. src/runtime/coro.go

    import "unsafe"
    
    // A coro represents extra concurrency without extra parallelism,
    // as would be needed for a coroutine implementation.
    // The coro does not represent a specific coroutine, only the ability
    // to do coroutine-style control transfers.
    // It can be thought of as like a special channel that always has
    // a goroutine blocked on it. If another goroutine calls coroswitch(c),
    // the caller becomes the goroutine blocked in c, and the goroutine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:09:18 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. pilot/pkg/xds/endpoints/ep_filters.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package endpoints
    
    import (
    	"math"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	endpoint "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    	"google.golang.org/protobuf/proto"
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    
    	"istio.io/istio/pilot/pkg/model"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. src/cmd/internal/telemetry/telemetry.go

    		if f.Name == flagName {
    			counter.New(prefix + f.Name + ":" + f.Value.String()).Inc()
    		}
    	})
    }
    
    // Mode returns the current telemetry mode.
    //
    // The telemetry mode is a global value that controls both the local collection
    // and uploading of telemetry data. Possible mode values are:
    //   - "on":    both collection and uploading is enabled
    //   - "local": collection is enabled, but uploading is disabled
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:47:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java

    /**
     * This annotation will mark your class as a Mojo, which is the implementation of a goal in a Maven plugin.
     * <p>
     * The mojo can be annotated with {@code org.apache.maven.api.di.*} annotations to
     * control the lifecycle of the mojo itself, and to inject other beans.
     * </p>
     * <p>
     * The mojo class can also be injected with an {@link Execute} annotation to specify a
     * forked lifecycle.
     * </p>
     * <p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/ExternalResourceResolverDescriptorParseContext.java

    import org.gradle.internal.resource.local.FileResourceRepository;
    import org.gradle.internal.resource.local.LocallyAvailableExternalResource;
    
    import java.io.File;
    
    /**
     * ParserSettings that control the scope of searches carried out during parsing.
     * If the parser asks for a resolver for the currently resolving revision, the resolver scope is only the repository where the module was resolved.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. manifests/charts/ztunnel/values.yaml

      # Default K8S value is 30 seconds
      terminationGracePeriodSeconds: 30
    
      # Revision is set as 'version' label and part of the resource names when installing multiple control planes.
      # Used to locate the XDS and CA, if caAddress or xdsAddress are not set explicitly.
      revision: ""
    
      # The customized CA address to retrieve certificates for the pods in the cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top