package namespace
import "k8s.io/kubernetes/pkg/registry/core/namespace"
Package namespace provides Registry interface and it's REST implementation for storing Namespace api objects.
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchNamespace(label labels.Selector, field fields.Selector) apistorage.SelectionPredicate
- func NamespaceToSelectableFields(namespace *api.Namespace) fields.Set
Variables ¶
var FinalizeStrategy = namespaceFinalizeStrategy{Strategy}
var StatusStrategy = namespaceStatusStrategy{Strategy}
var Strategy = namespaceStrategy{legacyscheme.Scheme, names.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating Namespace objects via the REST API.
Functions ¶
func GetAttrs ¶
GetAttrs returns labels and fields of a given object for filtering purposes.
func MatchNamespace ¶
func MatchNamespace(label labels.Selector, field fields.Selector) apistorage.SelectionPredicate
MatchNamespace returns a generic matcher for a given label and field selector.
func NamespaceToSelectableFields ¶
NamespaceToSelectableFields returns a field set that represents the object
Source Files ¶
doc.go strategy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/registry/core/namespace/storage |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 3 hours ago –
Tools for package owners.