- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for uid4 (0.04 sec)
-
docs/metrics/prometheus/grafana/minio-dashboard.json
- {
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": {
- "type": "datasource",
- "uid": "grafana"
- },
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "target": {
- "limit": 100,
- "matchAny": false,
- "tags": [],
- "type": "dashboard"
- },
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 24 14:51:03 UTC 2024 - 93K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-node.json
- {
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": {
- "type": "datasource",
- "uid": "grafana"
- },
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "__inputs": [
- {
- "name": "DS_PROMETHEUS",
- "label": "Prometheus",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:54 UTC 2024 - 57.4K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json
- {
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": {
- "type": "datasource",
- "uid": "grafana"
- },
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "__inputs": [
- {
- "name": "DS_PROMETHEUS",
- "label": "Prometheus",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 28 17:15:39 UTC 2024 - 71.1K bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
- // Name of the referent.
- // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
- optional string name = 3;
- // UID of the referent.
- // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
- optional string uid = 4;
- // If true, this reference points to the managing controller.
- // +optional
- optional bool controller = 6;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 53.3K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample2.eml
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 91.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
- + this.targetDomain + ",uid=" + this.uid + ",connectionState=" + this.connectionState + ",usage=" + this.usageCount.get() + "]";
- }
- void setUid ( int uid ) {
- this.uid = uid;
- }
- void setSessionSetup ( Smb2SessionSetupResponse response ) {
- this.extendedSecurity = true;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0) -
cmd/sts-handlers_test.go
- },
- ldapUserPolicyMappings: map[string][]string{
- "uid=dillon,ou=people,ou=swengg,dc=min,dc=io": {"mypolicy"},
- "uid=liza,ou=people,ou=swengg,dc=min,dc=io": {"consoleAdmin"},
- },
- ldapGroupPolicyMappings: map[string][]string{
- "cn=projectb,ou=groups,ou=swengg,dc=min,dc=io": {"mypolicy"},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 97.1K bytes - Viewed (1) -
tests/migrate_test.go
- return
- }
- type Event struct {
- ID uint `gorm:"primarykey"`
- UID uint32
- }
- type Event1 struct {
- ID uint `gorm:"primarykey"`
- UID uint32 `gorm:"not null;autoIncrement"`
- }
- type Event2 struct {
- ID uint `gorm:"primarykey"`
- UID uint16 `gorm:"not null;autoIncrement"`
- }
- var err error
- err = DB.Migrator().DropTable(&Event{})
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Mar 18 11:24:16 UTC 2024 - 56.2K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
- if container.SecurityContext != nil && container.SecurityContext.RunAsUser != nil {
- if *container.SecurityContext.RunAsUser == UserID {
- fmt.Fprintf(writer, "WARNING: User ID (UID) 1337 is reserved for the sidecar proxy.\n")
- }
- }
- }
- }
- fmt.Fprintf(writer, "Pod: %s\n", kname(pod.ObjectMeta))
- fmt.Fprintf(writer, " Pod Revision: %s\n", revision)
- if len(ports) > 0 {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
cmd/admin-handlers-users.go
- return
- }
- userAccounts := make(map[string]madmin.AddOrUpdateUserReq)
- for u, uid := range userIdentities {
- userAccounts[u] = madmin.AddOrUpdateUserReq{
- SecretKey: uid.Credentials.SecretKey,
- Status: func() madmin.AccountStatus {
- // Export current credential status
- if uid.Credentials.Status == auth.AccountOff {
- return madmin.AccountDisabled
- }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 03 23:11:02 UTC 2024 - 85.1K bytes - Viewed (0)