Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelSelector ¶
swagger:model LabelSelector
type Selector ¶
type Selector struct {
// the name of Selector
// required: true
// example: apple selector
Name string `json:"name"`
// the condition of Selector
// required: true
// example: {"matchLabels":{}}
PodSelector *LabelSelector `json:"podSelector"`
}
swagger:model Selector
Click to show internal directories.
Click to hide internal directories.