Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for capsule (0.21 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The mode defines the action the controller will take when a pod is detected as broken.
    	// If labelPods is true, the controller will label all broken pods with <brokenPodLabelKey>=<brokenPodLabelValue>.
    	// This is only capable of identifying broken pods; the user is responsible for fixing them (generally, by deleting them).
    	// Note this gives the DaemonSet a relatively high privilege, as modifying pod metadata/status can have wider impacts.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

    Although clusters are enabled to support dual-stack networking, Pods and Services continue to default to single-stack.
    To use dual-stack networking: Kubernetes nodes have routable IPv4/IPv6 network interfaces, a dual-stack capable CNI network plugin is used, Pods are configured to be dual-stack and Services have their `.spec.ipFamilyPolicy` field set to either `PreferDualStack` or `RequireDualStack`.
    
    ### HorizontalPodAutoscaler v2 graduates to GA
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.tao.intent-module-archive">
        <glob pattern="*.tao"/>
      </mime-type>
    
      <mime-type type="application/vnd.tcpdump.pcap">
        <_comment>TCPDump pcap packet capture</_comment>
        <magic priority="50">
          <match value="0xa1b2c3d4" type="big32" offset="0" />
          <match value="0xd4c3b2a1" type="big32" offset="0" />
        </magic>
        <glob pattern="*.pcap"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    	// The backend's stackframe pass prunes away entries from the fn's
    	// Dcl list, including PARAMOUT nodes that correspond to output
    	// params passed in registers. Walk the Dcl list and capture these
    	// nodes to a side list, so that we'll have them available during
    	// DWARF-gen later on. See issue 48573 for more details.
    	var debugInfo ssa.FuncDebug
    	for _, n := range fn.Dcl {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	NamespacePublic = "kube-public"
    	// NamespaceNodeLease is the namespace where we place node lease objects (used for node heartbeats)
    	NamespaceNodeLease = "kube-node-lease"
    	// TerminationMessagePathDefault means the default path to capture the application termination message running in a container
    	TerminationMessagePathDefault = "/dev/termination-log"
    )
    
    // Volume represents a named volume in a pod that may be accessed by any containers in the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * Protobuf serialization does not distinguish between `[]` and `null`. ([#45294](https://github.com/kubernetes/kubernetes/pull/45294), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-65810`](https://youtrack.jetbrains.com/issue/KT-65810) PowerAssert: Infix transformation doesn't capture full context
    - [`KT-65640`](https://youtrack.jetbrains.com/issue/KT-65640) PowerAssert: Infix function not aligned correctly
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// inside a container.
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    }
    
    const (
    	// TerminationMessagePathDefault means the default path to capture the application termination message running in a container
    	TerminationMessagePathDefault string = "/dev/termination-log"
    )
    
    // A single application container that you want to run within a pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top