Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set is a logical set of string values for the requirements. It supports representations using complement operator. e.g., if C={"A", "B"}, setting complement = true means C' contains every possible string values other than "A" and "B"
func NewComplementSet ¶
func (Set) DeepCopy ¶
DeepCopy creates a deep copy of the set object It is required by the Kubernetes CRDs code generation
func (Set) Intersection ¶
Intersection returns a new set containing the common values
func (Set) IsComplement ¶
IsComplement returns whether the set is a complement set.
Click to show internal directories.
Click to hide internal directories.