Code for producing operation specifications from swagger input.
Code for producing operation specifications from swagger input.
(get-op views selector)
(index operations)
(kube-swagger->operation-views swagger-spec)
Converts the swagger-spec into a set of operations and creates a few lookup tables by those attributes that people interacting with kubernetes most commonly use to specify an operation.
Converts the swagger-spec into a set of operations and creates a few lookup tables by those attributes that people interacting with kubernetes most commonly use to specify an operation.
(kubernetes-action op)
(kubernetes-group op)
(kubernetes-group-version-kind op)
(kubernetes-kind op)
(kubernetes-operation op)
(kubernetes-version op)
(most-appropriate-default-version options)
(most-appropriate-group options)
(most-appropriate-operation operations)
(narrow views selector)
(normalize op)
(normalize-action action)
(op-selector-schema {:keys [by-operation by-group by-version by-kind by-action]
:as views})
(select indexes selector)
(well-formed? op)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close