|
@@ -3,7 +3,10 @@ package fieldstrings
|
|
|
// These strings are the central source of filter fields across all types of
|
|
// These strings are the central source of filter fields across all types of
|
|
|
// filters. Many filter types share fields; defining common consts means that
|
|
// filters. Many filter types share fields; defining common consts means that
|
|
|
// there should be no drift between types.
|
|
// there should be no drift between types.
|
|
|
|
|
+// filter=uid:"1234-5678"
|
|
|
const (
|
|
const (
|
|
|
|
|
+ FieldUID string = "uid"
|
|
|
|
|
+
|
|
|
FieldClusterID string = "cluster"
|
|
FieldClusterID string = "cluster"
|
|
|
FieldNode string = "node"
|
|
FieldNode string = "node"
|
|
|
FieldNamespace string = "namespace"
|
|
FieldNamespace string = "namespace"
|
|
@@ -16,6 +19,9 @@ const (
|
|
|
FieldLabel string = "label"
|
|
FieldLabel string = "label"
|
|
|
FieldAnnotation string = "annotation"
|
|
FieldAnnotation string = "annotation"
|
|
|
FieldNodeLabel string = "nodeLabel"
|
|
FieldNodeLabel string = "nodeLabel"
|
|
|
|
|
+ FieldNamespaceLabel string = "namespaceLabel"
|
|
|
|
|
+
|
|
|
|
|
+ FieldResourceQuota string = "resourcequota"
|
|
|
|
|
|
|
|
FieldName string = "name"
|
|
FieldName string = "name"
|
|
|
FieldType string = "assetType"
|
|
FieldType string = "assetType"
|