...

Source file src/github.com/openshift/api/insights/v1alpha1/doc.go

Documentation: github.com/openshift/api/insights/v1alpha1

     1  // +k8s:deepcopy-gen=package,register
     2  // +k8s:defaulter-gen=TypeMeta
     3  // +k8s:openapi-gen=true
     4  
     5  // +kubebuilder:validation:Optional
     6  // +groupName=insights.openshift.io
     7  // Package v1alpha1 is the v1alpha1 version of the API.
     8  package v1alpha1
     9  

View as plain text