Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 301 for indices (0.2 sec)

  1. staging/src/k8s.io/api/discovery/v1beta1/generated.proto

      // * kubernetes.io/hostname: the value indicates the hostname of the node
      //   where the endpoint is located. This should match the corresponding
      //   node label.
      // * topology.kubernetes.io/zone: the value indicates the zone where the
      //   endpoint is located. This should match the corresponding node label.
      // * topology.kubernetes.io/region: the value indicates the region where the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. src/internal/trace/event/event.go

    	// in the ArgTypes variable.
    	Args []string
    
    	// StringIDs indicates which of the arguments are string IDs.
    	StringIDs []int
    
    	// StackIDs indicates which of the arguments are stack IDs.
    	//
    	// The list is not sorted. The first index always refers to
    	// the main stack for the current execution context of the event.
    	StackIDs []int
    
    	// StartEv indicates the event type of the corresponding "start"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. src/internal/syscall/windows/version_windows.go

    	supportTCPKeepAliveCount = optSupported(TCP_KEEPCNT)
    })
    
    // SupportTCPKeepAliveInterval indicates whether TCP_KEEPIDLE is supported.
    // The minimal requirement is Windows 10.0.16299.
    func SupportTCPKeepAliveIdle() bool {
    	initTCPKeepAlive()
    	return supportTCPKeepAliveIdle
    }
    
    // SupportTCPKeepAliveInterval indicates whether TCP_KEEPINTVL is supported.
    // The minimal requirement is Windows 10.0.16299.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. pkg/apis/apiserverinternal/types.go

    	ServedVersions []string
    }
    
    // StorageVersionConditionType Indicates the storage version condition type
    type StorageVersionConditionType string
    
    const (
    	//AllEncodingVersionsEqual Indicates that encoding storage versions reported by all servers are equal.
    	AllEncodingVersionsEqual StorageVersionConditionType = "AllEncodingVersionsEqual"
    )
    
    // ConditionStatus indicates status of condition from "True", "False", or "Unknown"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

      // * kubernetes.io/hostname: the value indicates the hostname of the node
      //   where the endpoint is located. This should match the corresponding
      //   node label.
      // * topology.kubernetes.io/zone: the value indicates the zone where the
      //   endpoint is located. This should match the corresponding node label.
      // * topology.kubernetes.io/region: the value indicates the region where the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. src/cmd/internal/objabi/pkgspecial.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package objabi
    
    import "sync"
    
    // PkgSpecial indicates special build properties of a given runtime-related
    // package.
    type PkgSpecial struct {
    	// Runtime indicates that this package is "runtime" or imported by
    	// "runtime". This has several effects (which maybe should be split out):
    	//
    	// - Implicit allocation is disallowed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 02:32:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. pkg/kubelet/container/testing/mockdirentry.go

    func (m *MockDirEntry) Info() (fs.FileInfo, error) {
    	m.ctrl.T.Helper()
    	ret := m.ctrl.Call(m, "Info")
    	ret0, _ := ret[0].(fs.FileInfo)
    	ret1, _ := ret[1].(error)
    	return ret0, ret1
    }
    
    // Info indicates an expected call of Info.
    func (mr *MockDirEntryMockRecorder) Info() *gomock.Call {
    	mr.mock.ctrl.T.Helper()
    	return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Info", reflect.TypeOf((*MockDirEntry)(nil).Info))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. security/pkg/server/ca/monitoring.go

    		"The unix timestamp, in seconds, when Citadel root cert will expire. "+
    			"A negative time indicates the cert is expired.",
    	)
    	rootCertExpirySeconds = monitoring.NewDerivedGauge(
    		"citadel_server_root_cert_expiry_seconds",
    		"The time remaining, in seconds, before the root certificate will expire. "+
    			"A negative value indicates the cert is expired.",
    	)
    	certChainExpiryTimestamp = monitoring.NewGauge(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:09 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. pkg/volume/util/types/types.go

    	}
    	// Handle panic, if any, from operationFunc()
    	defer runtime.RecoverFromPanic(&detailedErr)
    
    	context = o.OperationFunc()
    	return context.EventErr, context.DetailedErr
    }
    
    // FailedPrecondition error indicates CSI operation returned failed precondition
    // error
    type FailedPrecondition struct {
    	msg string
    }
    
    func (err *FailedPrecondition) Error() string {
    	return err.msg
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 17:23:56 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/policy_decision.go

    const (
    	// AuditAnnotationActionPublish indicates that the audit annotation should be
    	// published with the audit event.
    	AuditAnnotationActionPublish PolicyAuditAnnotationAction = "publish"
    	// AuditAnnotationActionError indicates that the valueExpression resulted
    	// in an error.
    	AuditAnnotationActionError PolicyAuditAnnotationAction = "error"
    	// AuditAnnotationActionExclude indicates that the audit annotation should be excluded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top