package
0.1.12
Repository: https://github.com/sujipo/kubebuilder.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasCategories returns true if t is an APIResource annotated with +kubebuilder:categories.
HasDocAnnotation returns true if t is an APIResource with doc annotation +kubebuilder:doc.
HasStatusSubresource returns true if t is an APIResource annotated with +kubebuilder:subresource:status.
HasSubresource returns true if t is an APIResource with one or more Subresources.
IsAPIResource returns true if t has a +resource/+kubebuilder:resource comment tag.
IsApisDir returns true if a directory path is a Kubernetes api directory.
IsAPISubresource returns true if t has a +subresource-request comment tag.
IsController returns true if t has a +controller or +kubebuilder:controller tag.
IsInformer returns true if t has a +informers or +kubebuilder:informers tag.
IsNonNamespaced returns true if t has a +nonNamespaced comment tag.
IsRBAC returns true if t has a +rbac or +kubebuilder:rbac tag.
No description provided by the author
No description provided by the author
nameSystems returns the name system used by the generators in this package.
No description provided by the author
NewContext returns a new Context from the builder.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

Comments is a structure for using comment tags on go structs and fields.