Get desktop application:
View/edit binary Protocol Buffers messages
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
Used in:
key is the label key that the selector applies to. @gotags: bson:"match_lablels" json:"match_lablels"
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. @gotags: bson:"operator" json:"operator"
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic @gotags: bson:"values" json:"values"
对象Id @gotags: bson:"_id" json:"id"
创建时间 @gotags: bson:"create_at" json:"create_at"
更新时间 @gotags: bson:"update_at" json:"update_at"
更新人 @gotags: bson:"update_by" json:"update_by"
A label selector operator is the set of operators that can be used in a selector requirement.
Used in:
对象所在域 @gotags: bson:"domain" json:"domain"
对象所在空间 @gotags: bson:"namespace" json:"namespace"
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +structType=atomic
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. @gotags: bson:"match_lablels" json:"match_lablels"
matchExpressions is a list of label selector requirements. The requirements are ANDed. @gotags: bson:"match_lablels" json:"match_expressions"
默认Namespace可见
域内可见
全局可见