Documentation ¶
Overview ¶
cks package contains the core application business logic. It is named after the experiment app name `cobra-k8s-selectors`, aka `c-k-s`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CharacterAsFields ¶
CharacterAsFields transforms a Character struct into a field Set that implements the Fields interface.
func CharacterAsLabels ¶
CharacterAsLabels transforms a Character struct into a label Set that implements the Labels interface.
Types ¶
type ListOptions ¶
type ListOptions struct { // LabelSelector specifies a selector to filter the list of returned // objects using a K8s-compatible label selector syntax. // Defaults to accepting everything. LabelSelector string // FieldSelector specifies a selector to filter the list of returned // objects using a K8s-compatible field selector syntax. // Defaults to accepting everything. FieldSelector string }
ListOptions allow configuring a `list` call
Click to show internal directories.
Click to hide internal directories.