package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev

# Structs

ElementBuildingVisitor creates an Elements from Items An Element combines the values from the Item with the field metadata.
Factory creates an Element by combining object values from recorded, local and remote sources with the metadata from an openapi schema.

# Interfaces

Item wraps values from 3 sources (recorded, local, remote).
ItemVisitor provides an interface for Items to Accept and call the Visit function that corresponds to its actual type.