Documentation ¶
Overview ¶
Package v1beta1 contains the v1beta1 version of the Antrea "system" API group definitions.
Index ¶
Constants ¶
View Source
const GroupName = "system.antrea.io"
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 ¶
type BundleStatus string
const ( SupportBundleStatusNone BundleStatus = "None" SupportBundleStatusCollecting BundleStatus = "Collecting" SupportBundleStatusCollected BundleStatus = "Collected" )
type SupportBundle ¶
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:"-"` }
func (*SupportBundle) DeepCopy ¶
func (in *SupportBundle) DeepCopy() *SupportBundle
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SupportBundle.
func (*SupportBundle) DeepCopyInto ¶
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 ¶
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.