Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 116 for stateful (0.24 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/serialize/Codecs.kt

            // we can still get them for the other codecs, for instance,
            // with deeply nested Lists, deeply nested Maps, etc.
            // The reentrant codec is stateful, and cannot be cached because of it.
            bind(reentrant(BeanCodec))
        }.build()
    
        fun userTypesCodec(): Codec<Any?> = userTypesBindings.completeWithStatefulCodecs()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/macho.go

    // ELF R_X86_64_RELATIVE).
    // For now, the only kind of entry we support is that the data is an absolute
    // address. That seems all we need.
    // In the binary it uses a compact stateful bytecode encoding. So we record
    // entries as we go and build the table at the end.
    type machoRebaseRecord struct {
    	sym loader.Sym
    	off int64
    }
    
    var machorebase []machoRebaseRecord
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"metadata": "Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    	"items":    "Items is the list of stateful sets.",
    }
    
    func (StatefulSetList) SwaggerDoc() map[string]string {
    	return map_StatefulSetList
    }
    
    var map_StatefulSetOrdinals = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_builder.go

    	"istio.io/istio/pilot/pkg/xds/requestidextension"
    	"istio.io/istio/pkg/config/protocol"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/proto"
    	"istio.io/istio/pkg/wellknown"
    )
    
    // A stateful listener builder
    // Support the below intentions
    // 1. Use separate inbound capture listener(:15006) and outbound capture listener(:15001)
    // 2. The above listeners use bind_to_port sub listeners or filter chains.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  5. helm/minio/values.yaml

    ## Node labels for pod assignment
    ## Ref: https://kubernetes.io/docs/user-guide/node-selection/
    ##
    nodeSelector: {}
    tolerations: []
    affinity: {}
    topologySpreadConstraints: []
    
    ## Add stateful containers to have security context, if enabled MinIO will run as this
    ## user and group NOTE: securityContext is only enabled if persistence.enabled=true
    securityContext:
      enabled: true
      runAsUser: 1000
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/httproute_test.go

    							r.TypedPerFilterConfig["envoy.filters.http.stateful_session"] != nil {
    							t.Fatalf("stateful session config is not expected but found for %s, %s", vh.Name, r.Name)
    						}
    					} else {
    						if r.TypedPerFilterConfig == nil && r.TypedPerFilterConfig["envoy.filters.http.stateful_session"] == nil {
    							t.Fatalf("expected stateful session config but not found for %s, %s", vh.Name, r.Name)
    						}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apps/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is the list of stateful sets.
      repeated StatefulSet items = 2;
    }
    
    // StatefulSetOrdinals describes the policy used for replica ordinal assignment
    // in this StatefulSet.
    message StatefulSetOrdinals {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items is the list of stateful sets.
      repeated StatefulSet items = 2;
    }
    
    // StatefulSetOrdinals describes the policy used for replica ordinal assignment
    // in this StatefulSet.
    message StatefulSetOrdinals {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  9. pkg/adsc/delta.go

    	Config
    }
    
    type Resource struct {
    	Name    string
    	Version string
    	Entity  proto.Message
    }
    
    type HandlerFunc func(ctx HandlerContext, res *Resource, event Event)
    
    // Client is a stateful ADS (Aggregated Discovery Service) client designed to handle delta updates from an xDS server.
    // Central to this client is a dynamic 'tree' of resources, representing the relationships and states of resources in the service mesh.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

        }
    
        // This pass should be always at the end of the model
        // conversion (even after quantization). Some TFL ops like unidirectional
        // sequence lstm will have stateful operands and some optimization passes
        // will merge those operands if they have identical values & types. However,
        // it's not desired by TFL. This pass serves as a "fix" pass to split the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top