Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 105 for namespace_a (0.34 sec)

  1. common/scripts/metallb-native.yaml

                              type: object
                          type: object
                          x-kubernetes-map-type: atomic
                        type: array
                      namespaces:
                        description: Namespaces list of namespace(s) on which ip pool
                          can be attached.
                        items:
                          type: string
                        type: array
                      priority:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    index*       (string)             Elasticsearch index to store/update events, index is auto-created
    format*      (namespace*|access)  'namespace' reflects current bucket/object list and 'access' reflects a journal of object operations, defaults to 'namespace'
    queue_dir    (path)               staging dir for undelivered messages e.g. '/home/events'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion.go

    		return nil
    	}
    	namespaces := []string{}
    	for _, ns := range r.Namespaces {
    		if ls.Matches(toNamespaceSet(ns.Name, ns.Labels)) {
    			namespaces = append(namespaces, ns.Name)
    		}
    	}
    	// Ensure stable order
    	sort.Strings(namespaces)
    	return namespaces
    }
    
    func nilOrEqual(have *string, expected string) bool {
    	return have == nil || *have == expected
    }
    
    func humanReadableJoin(ss []string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation_test.go

    						Namespaces: nil,
    					}},
    				}},
    			},
    		},
    		expectedErrors: field.ErrorList{
    			field.Required(field.NewPath("spec").Child("rules").Index(0).Child("resourceRules").Index(0).Child("namespaces"), "resource rules that are not cluster scoped must supply at least one namespace"),
    		},
    	}, {
    		name: "ClusterScope is allowed, with no Namespaces",
    		flowSchema: &flowcontrol.FlowSchema{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
Back to top