Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptedClusterObject ¶
type AcceptedClusterObject struct { ClusterObjectSelector Justification string `json:"justification" yaml:"justification"` }
AcceptedClusterObject contains generalized properties for accepting object.
type AcceptedNamespacedObject ¶
type AcceptedNamespacedObject struct { NamespacedObjectSelector Justification string `json:"justification" yaml:"justification"` }
AcceptedNamespacedObject contains generalized properties for accepting namespaced object.
type ClusterObjectSelector ¶
type ClusterObjectSelector struct {
MatchLabels map[string]string `json:"matchLabels" yaml:"matchLabels"`
}
ClusterObjectSelector contains generalized options for matching entities by their attribute labels.
func (*ClusterObjectSelector) Validate ¶
func (s *ClusterObjectSelector) Validate() field.ErrorList
Validate validates that option configurations are correctly defined.
type NamespacedObjectSelector ¶
type NamespacedObjectSelector struct { MatchLabels map[string]string `json:"matchLabels" yaml:"matchLabels"` NamespaceMatchLabels map[string]string `json:"namespaceMatchLabels" yaml:"namespaceMatchLabels"` }
NamespacedObjectSelector contains generalized options for matching entities by their attribute labels.
func (*NamespacedObjectSelector) Validate ¶
func (s *NamespacedObjectSelector) Validate() field.ErrorList
Validate validates that option configurations are correctly defined.
Click to show internal directories.
Click to hide internal directories.