Documentation ¶
Index ¶
- func Access(s *types.APISchema) interface{}
- func AddDisallowMethods(s *types.APISchema, methods ...string)
- func Columns(s *types.APISchema) interface{}
- func DisallowMethods(s *types.APISchema) map[string]bool
- func GR(s *types.APISchema) schema.GroupResource
- func GVK(s *types.APISchema) schema.GroupVersionKind
- func GVR(s *types.APISchema) schema.GroupVersionResource
- func Group(s *types.APISchema) string
- func Kind(s *types.APISchema) string
- func Namespaced(s *types.APISchema) bool
- func PreferredGroup(s *types.APISchema) string
- func PreferredVersion(s *types.APISchema) string
- func Resource(s *types.APISchema) string
- func SetAPIResource(s *types.APISchema, resource v1.APIResource)
- func SetAccess(s *types.APISchema, access interface{})
- func SetColumns(s *types.APISchema, columns interface{})
- func SetGR(s *types.APISchema, gr schema.GroupResource)
- func SetGVK(s *types.APISchema, gvk schema.GroupVersionKind)
- func SetGVR(s *types.APISchema, gvk schema.GroupVersionResource)
- func SetGroup(s *types.APISchema, value string)
- func SetKind(s *types.APISchema, value string)
- func SetNamespaced(s *types.APISchema, value bool)
- func SetPreferredGroup(s *types.APISchema, ver string)
- func SetPreferredVersion(s *types.APISchema, ver string)
- func SetResource(s *types.APISchema, value string)
- func SetTable(s *types.APISchema, value bool)
- func SetVerbs(s *types.APISchema, verbs []string)
- func SetVersion(s *types.APISchema, value string)
- func Table(s *types.APISchema) bool
- func Verbs(s *types.APISchema) []string
- func Version(s *types.APISchema) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDisallowMethods ¶
func Namespaced ¶
func PreferredGroup ¶
func PreferredVersion ¶
func SetAPIResource ¶
func SetAPIResource(s *types.APISchema, resource v1.APIResource)
func SetColumns ¶
func SetNamespaced ¶
func SetPreferredGroup ¶
func SetPreferredVersion ¶
func SetResource ¶
func SetVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.