import "k8s.io/kubernetes/pkg/apis/events"
const GroupName = "events.k8s.io"
GroupName is the group name use in this package
var ( // SchemeBuilder points to a list of functions added to Scheme. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme applies all the stored functions to the scheme. AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Path | Synopsis |
---|---|
install | Package install installs the events API group, making it available as an option to all of the API encoding/decoding machinery. |
v1 | |
v1beta1 |
Package events imports 3 packages (graph) and is imported by 73 packages. Updated 2020-11-23. Refresh now. Tools for package owners.