Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for uid4 (0.04 sec)

  1. docs/metrics/prometheus/grafana/minio-dashboard.json

    1. {
    2. "annotations": {
    3. "list": [
    4. {
    5. "builtIn": 1,
    6. "datasource": {
    7. "type": "datasource",
    8. "uid": "grafana"
    9. },
    10. "enable": true,
    11. "hide": true,
    12. "iconColor": "rgba(0, 211, 255, 1)",
    13. "name": "Annotations & Alerts",
    14. "target": {
    15. "limit": 100,
    16. "matchAny": false,
    17. "tags": [],
    18. "type": "dashboard"
    19. },
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 14:51:03 UTC 2024
    - 93K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

    1. {
    2. "annotations": {
    3. "list": [
    4. {
    5. "builtIn": 1,
    6. "datasource": {
    7. "type": "datasource",
    8. "uid": "grafana"
    9. },
    10. "enable": true,
    11. "hide": true,
    12. "iconColor": "rgba(0, 211, 255, 1)",
    13. "name": "Annotations & Alerts",
    14. "type": "dashboard"
    15. }
    16. ]
    17. },
    18. "__inputs": [
    19. {
    20. "name": "DS_PROMETHEUS",
    21. "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)
  3. docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json

    1. {
    2. "annotations": {
    3. "list": [
    4. {
    5. "builtIn": 1,
    6. "datasource": {
    7. "type": "datasource",
    8. "uid": "grafana"
    9. },
    10. "enable": true,
    11. "hide": true,
    12. "iconColor": "rgba(0, 211, 255, 1)",
    13. "name": "Annotations & Alerts",
    14. "type": "dashboard"
    15. }
    16. ]
    17. },
    18. "__inputs": [
    19. {
    20. "name": "DS_PROMETHEUS",
    21. "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)
  4. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    1. // Name of the referent.
    2. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
    3. optional string name = 3;
    4.  
    5. // UID of the referent.
    6. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
    7. optional string uid = 4;
    8.  
    9. // If true, this reference points to the managing controller.
    10. // +optional
    11. 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)
  5. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    1. <html>
    2. <head>
    3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbSessionImpl.java

    1. + this.targetDomain + ",uid=" + this.uid + ",connectionState=" + this.connectionState + ",usage=" + this.usageCount.get() + "]";
    2. }
    3.  
    4.  
    5. void setUid ( int uid ) {
    6. this.uid = uid;
    7. }
    8.  
    9.  
    10. void setSessionSetup ( Smb2SessionSetupResponse response ) {
    11. 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)
  7. cmd/sts-handlers_test.go

    1. },
    2. ldapUserPolicyMappings: map[string][]string{
    3. "uid=dillon,ou=people,ou=swengg,dc=min,dc=io": {"mypolicy"},
    4. "uid=liza,ou=people,ou=swengg,dc=min,dc=io": {"consoleAdmin"},
    5. },
    6. ldapGroupPolicyMappings: map[string][]string{
    7. "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)
  8. tests/migrate_test.go

    1. return
    2. }
    3.  
    4. type Event struct {
    5. ID uint `gorm:"primarykey"`
    6. UID uint32
    7. }
    8.  
    9. type Event1 struct {
    10. ID uint `gorm:"primarykey"`
    11. UID uint32 `gorm:"not null;autoIncrement"`
    12. }
    13.  
    14. type Event2 struct {
    15. ID uint `gorm:"primarykey"`
    16. UID uint16 `gorm:"not null;autoIncrement"`
    17. }
    18.  
    19. var err error
    20. 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)
  9. istioctl/pkg/describe/describe.go

    1. if container.SecurityContext != nil && container.SecurityContext.RunAsUser != nil {
    2. if *container.SecurityContext.RunAsUser == UserID {
    3. fmt.Fprintf(writer, "WARNING: User ID (UID) 1337 is reserved for the sidecar proxy.\n")
    4. }
    5. }
    6. }
    7. }
    8.  
    9. fmt.Fprintf(writer, "Pod: %s\n", kname(pod.ObjectMeta))
    10. fmt.Fprintf(writer, " Pod Revision: %s\n", revision)
    11. 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)
  10. cmd/admin-handlers-users.go

    1. return
    2. }
    3. userAccounts := make(map[string]madmin.AddOrUpdateUserReq)
    4. for u, uid := range userIdentities {
    5. userAccounts[u] = madmin.AddOrUpdateUserReq{
    6. SecretKey: uid.Credentials.SecretKey,
    7. Status: func() madmin.AccountStatus {
    8. // Export current credential status
    9. if uid.Credentials.Status == auth.AccountOff {
    10. return madmin.AccountDisabled
    11. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 03 23:11:02 UTC 2024
    - 85.1K bytes
    - Viewed (0)
Back to top