Documentation ¶
Overview ¶
Package v1beta1 contains the v1beta1 version of the Antrea "system" API group definitions.
Index ¶
Constants ¶
View Source
const GroupName = "system.antrea.tanzu.vmware.com"
Variables ¶
View Source
var ( SchemeGroupVersion = schema.GroupVersion{ Group: GroupName, Version: "v1beta1"} ControllerInfoVersionResource = schema.GroupVersionResource{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Resource: "controllerinfos"} )
View Source
var ( SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type BundleStatus ¶ added in v0.7.0
type BundleStatus string
const ( SupportBundleStatusNone BundleStatus = "None" SupportBundleStatusCollecting BundleStatus = "Collecting" SupportBundleStatusCollected BundleStatus = "Collected" )
type SupportBundle ¶ added in v0.7.0
type SupportBundle struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Status BundleStatus `json:"status,omitempty"` Sum string `json:"sum,omitempty"` Size uint32 `json:"size,omitempty"` Filepath string `json:"-"` }
+genclient +genclient:nonNamespaced +genclient:onlyVerbs=get,create,delete +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*SupportBundle) DeepCopy ¶ added in v0.7.0
func (in *SupportBundle) DeepCopy() *SupportBundle
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SupportBundle.
func (*SupportBundle) DeepCopyInto ¶ added in v0.7.0
func (in *SupportBundle) DeepCopyInto(out *SupportBundle)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SupportBundle) DeepCopyObject ¶ added in v0.7.0
func (in *SupportBundle) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.