Documentation
¶
Overview ¶
Package v2 contains API Schema definitions for the bkbcs v2 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=bk-bcs/bcs-mesos/pkg/apis/bkbcs +k8s:defaulter-gen=TypeMeta +groupName=bkbcs.tencent.com
Package v2 contains API Schema definitions for the bkbcs v2 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=bk-bcs/bcs-mesos/pkg/apis/bkbcs +k8s:defaulter-gen=TypeMeta +groupName=bkbcs.tencent.com
Index ¶
- Variables
- func Resource(resource string) schema.GroupResource
- type AdmissionWebhookConfiguration
- type AdmissionWebhookConfigurationList
- type AdmissionWebhookConfigurationSpec
- type AdmissionWebhookConfigurationStatus
- type Agent
- type AgentList
- type AgentSchedInfo
- type AgentSchedInfoList
- type AgentSchedInfoSpec
- type AgentSchedInfoStatus
- type AgentSpec
- type AgentStatus
- type Application
- type ApplicationList
- type ApplicationSpec
- type ApplicationStatus
- type BcsClusterAgentSetting
- type BcsClusterAgentSettingList
- type BcsClusterAgentSettingSpec
- type BcsClusterAgentSettingStatus
- type BcsCommandInfo
- type BcsCommandInfoList
- type BcsCommandInfoSpec
- type BcsCommandInfoStatus
- type BcsConfigMap
- type BcsConfigMapList
- type BcsConfigMapSpec
- type BcsConfigMapStatus
- type BcsDaemonset
- type BcsDaemonsetList
- type BcsDaemonsetSpec
- type BcsDaemonsetStatus
- type BcsEndpoint
- type BcsEndpointList
- type BcsEndpointSpec
- type BcsEndpointStatus
- type BcsSecret
- type BcsSecretList
- type BcsSecretSpec
- type BcsSecretStatus
- type BcsService
- type BcsServiceList
- type BcsServiceSpec
- type BcsServiceStatus
- type Crd
- type CrdList
- type CrdSpec
- type CrdStatus
- type Crr
- type CrrList
- type CrrSpec
- type CrrStatus
- type Deployment
- type DeploymentList
- type DeploymentSpec
- type DeploymentStatus
- type Framework
- type FrameworkList
- type FrameworkSpec
- type FrameworkStatus
- type Task
- type TaskGroup
- type TaskGroupList
- type TaskGroupSpec
- type TaskGroupStatus
- type TaskList
- type TaskSpec
- type TaskStatus
- type Version
- type VersionList
- type VersionSpec
- type VersionStatus
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "bkbcs.tencent.com", Version: "v2"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is required by pkg/client/... AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource is required by pkg/client/listers/...
Types ¶
type AdmissionWebhookConfiguration ¶
type AdmissionWebhookConfiguration struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AdmissionWebhookConfigurationSpec `json:"spec,omitempty"` Status AdmissionWebhookConfigurationStatus `json:"status,omitempty"` }
AdmissionWebhookConfiguration is the Schema for the admissionwebhookconfigurations API +k8s:openapi-gen=true
func (*AdmissionWebhookConfiguration) DeepCopy ¶
func (in *AdmissionWebhookConfiguration) DeepCopy() *AdmissionWebhookConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionWebhookConfiguration.
func (*AdmissionWebhookConfiguration) DeepCopyInto ¶
func (in *AdmissionWebhookConfiguration) DeepCopyInto(out *AdmissionWebhookConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AdmissionWebhookConfiguration) DeepCopyObject ¶
func (in *AdmissionWebhookConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AdmissionWebhookConfigurationList ¶
type AdmissionWebhookConfigurationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AdmissionWebhookConfiguration `json:"items"` }
AdmissionWebhookConfigurationList contains a list of AdmissionWebhookConfiguration
func (*AdmissionWebhookConfigurationList) DeepCopy ¶
func (in *AdmissionWebhookConfigurationList) DeepCopy() *AdmissionWebhookConfigurationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionWebhookConfigurationList.
func (*AdmissionWebhookConfigurationList) DeepCopyInto ¶
func (in *AdmissionWebhookConfigurationList) DeepCopyInto(out *AdmissionWebhookConfigurationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AdmissionWebhookConfigurationList) DeepCopyObject ¶
func (in *AdmissionWebhookConfigurationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AdmissionWebhookConfigurationSpec ¶
type AdmissionWebhookConfigurationSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.AdmissionWebhookConfiguration }
AdmissionWebhookConfigurationSpec defines the desired state of AdmissionWebhookConfiguration
func (*AdmissionWebhookConfigurationSpec) DeepCopy ¶
func (in *AdmissionWebhookConfigurationSpec) DeepCopy() *AdmissionWebhookConfigurationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionWebhookConfigurationSpec.
func (*AdmissionWebhookConfigurationSpec) DeepCopyInto ¶
func (in *AdmissionWebhookConfigurationSpec) DeepCopyInto(out *AdmissionWebhookConfigurationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AdmissionWebhookConfigurationStatus ¶
type AdmissionWebhookConfigurationStatus struct { }
AdmissionWebhookConfigurationStatus defines the observed state of AdmissionWebhookConfiguration
func (*AdmissionWebhookConfigurationStatus) DeepCopy ¶
func (in *AdmissionWebhookConfigurationStatus) DeepCopy() *AdmissionWebhookConfigurationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionWebhookConfigurationStatus.
func (*AdmissionWebhookConfigurationStatus) DeepCopyInto ¶
func (in *AdmissionWebhookConfigurationStatus) DeepCopyInto(out *AdmissionWebhookConfigurationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Agent ¶
type Agent struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AgentSpec `json:"spec,omitempty"` Status AgentStatus `json:"status,omitempty"` }
Agent is the Schema for the agents API +k8s:openapi-gen=true
func (*Agent) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Agent.
func (*Agent) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Agent) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AgentList ¶
type AgentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Agent `json:"items"` }
AgentList contains a list of Agent
func (*AgentList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentList.
func (*AgentList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AgentList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AgentSchedInfo ¶
type AgentSchedInfo struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AgentSchedInfoSpec `json:"spec,omitempty"` Status AgentSchedInfoStatus `json:"status,omitempty"` }
AgentSchedInfo is the Schema for the agentschedinfos API +k8s:openapi-gen=true
func (*AgentSchedInfo) DeepCopy ¶
func (in *AgentSchedInfo) DeepCopy() *AgentSchedInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentSchedInfo.
func (*AgentSchedInfo) DeepCopyInto ¶
func (in *AgentSchedInfo) DeepCopyInto(out *AgentSchedInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AgentSchedInfo) DeepCopyObject ¶
func (in *AgentSchedInfo) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AgentSchedInfoList ¶
type AgentSchedInfoList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AgentSchedInfo `json:"items"` }
AgentSchedInfoList contains a list of AgentSchedInfo
func (*AgentSchedInfoList) DeepCopy ¶
func (in *AgentSchedInfoList) DeepCopy() *AgentSchedInfoList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentSchedInfoList.
func (*AgentSchedInfoList) DeepCopyInto ¶
func (in *AgentSchedInfoList) DeepCopyInto(out *AgentSchedInfoList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AgentSchedInfoList) DeepCopyObject ¶
func (in *AgentSchedInfoList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AgentSchedInfoSpec ¶
type AgentSchedInfoSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.AgentSchedInfo }
AgentSchedInfoSpec defines the desired state of AgentSchedInfo
func (*AgentSchedInfoSpec) DeepCopy ¶
func (in *AgentSchedInfoSpec) DeepCopy() *AgentSchedInfoSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentSchedInfoSpec.
func (*AgentSchedInfoSpec) DeepCopyInto ¶
func (in *AgentSchedInfoSpec) DeepCopyInto(out *AgentSchedInfoSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AgentSchedInfoStatus ¶
type AgentSchedInfoStatus struct { }
AgentSchedInfoStatus defines the observed state of AgentSchedInfo
func (*AgentSchedInfoStatus) DeepCopy ¶
func (in *AgentSchedInfoStatus) DeepCopy() *AgentSchedInfoStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentSchedInfoStatus.
func (*AgentSchedInfoStatus) DeepCopyInto ¶
func (in *AgentSchedInfoStatus) DeepCopyInto(out *AgentSchedInfoStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AgentSpec ¶
type AgentSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Agent }
AgentSpec defines the desired state of Agent
func (*AgentSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentSpec.
func (*AgentSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AgentStatus ¶
type AgentStatus struct { }
AgentStatus defines the observed state of Agent
func (*AgentStatus) DeepCopy ¶
func (in *AgentStatus) DeepCopy() *AgentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentStatus.
func (*AgentStatus) DeepCopyInto ¶
func (in *AgentStatus) DeepCopyInto(out *AgentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Application ¶
type Application struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ApplicationSpec `json:"spec,omitempty"` Status ApplicationStatus `json:"status,omitempty"` }
Application is the Schema for the applications API +k8s:openapi-gen=true
func (*Application) DeepCopy ¶
func (in *Application) DeepCopy() *Application
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Application.
func (*Application) DeepCopyInto ¶
func (in *Application) DeepCopyInto(out *Application)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Application) DeepCopyObject ¶
func (in *Application) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ApplicationList ¶
type ApplicationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Application `json:"items"` }
ApplicationList contains a list of Application
func (*ApplicationList) DeepCopy ¶
func (in *ApplicationList) DeepCopy() *ApplicationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationList.
func (*ApplicationList) DeepCopyInto ¶
func (in *ApplicationList) DeepCopyInto(out *ApplicationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationList) DeepCopyObject ¶
func (in *ApplicationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ApplicationSpec ¶
type ApplicationSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Application }
ApplicationSpec defines the desired state of Application
func (*ApplicationSpec) DeepCopy ¶
func (in *ApplicationSpec) DeepCopy() *ApplicationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSpec.
func (*ApplicationSpec) DeepCopyInto ¶
func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationStatus ¶
type ApplicationStatus struct { }
ApplicationStatus defines the observed state of Application
func (*ApplicationStatus) DeepCopy ¶
func (in *ApplicationStatus) DeepCopy() *ApplicationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationStatus.
func (*ApplicationStatus) DeepCopyInto ¶
func (in *ApplicationStatus) DeepCopyInto(out *ApplicationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsClusterAgentSetting ¶
type BcsClusterAgentSetting struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsClusterAgentSettingSpec `json:"spec,omitempty"` Status BcsClusterAgentSettingStatus `json:"status,omitempty"` }
BcsClusterAgentSetting is the Schema for the bcsclusteragentsettings API +k8s:openapi-gen=true
func (*BcsClusterAgentSetting) DeepCopy ¶
func (in *BcsClusterAgentSetting) DeepCopy() *BcsClusterAgentSetting
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsClusterAgentSetting.
func (*BcsClusterAgentSetting) DeepCopyInto ¶
func (in *BcsClusterAgentSetting) DeepCopyInto(out *BcsClusterAgentSetting)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsClusterAgentSetting) DeepCopyObject ¶
func (in *BcsClusterAgentSetting) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsClusterAgentSettingList ¶
type BcsClusterAgentSettingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsClusterAgentSetting `json:"items"` }
BcsClusterAgentSettingList contains a list of BcsClusterAgentSetting
func (*BcsClusterAgentSettingList) DeepCopy ¶
func (in *BcsClusterAgentSettingList) DeepCopy() *BcsClusterAgentSettingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsClusterAgentSettingList.
func (*BcsClusterAgentSettingList) DeepCopyInto ¶
func (in *BcsClusterAgentSettingList) DeepCopyInto(out *BcsClusterAgentSettingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsClusterAgentSettingList) DeepCopyObject ¶
func (in *BcsClusterAgentSettingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsClusterAgentSettingSpec ¶
type BcsClusterAgentSettingSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsClusterAgentSetting }
BcsClusterAgentSettingSpec defines the desired state of BcsClusterAgentSetting
func (*BcsClusterAgentSettingSpec) DeepCopy ¶
func (in *BcsClusterAgentSettingSpec) DeepCopy() *BcsClusterAgentSettingSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsClusterAgentSettingSpec.
func (*BcsClusterAgentSettingSpec) DeepCopyInto ¶
func (in *BcsClusterAgentSettingSpec) DeepCopyInto(out *BcsClusterAgentSettingSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsClusterAgentSettingStatus ¶
type BcsClusterAgentSettingStatus struct { }
BcsClusterAgentSettingStatus defines the observed state of BcsClusterAgentSetting
func (*BcsClusterAgentSettingStatus) DeepCopy ¶
func (in *BcsClusterAgentSettingStatus) DeepCopy() *BcsClusterAgentSettingStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsClusterAgentSettingStatus.
func (*BcsClusterAgentSettingStatus) DeepCopyInto ¶
func (in *BcsClusterAgentSettingStatus) DeepCopyInto(out *BcsClusterAgentSettingStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsCommandInfo ¶
type BcsCommandInfo struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsCommandInfoSpec `json:"spec,omitempty"` Status BcsCommandInfoStatus `json:"status,omitempty"` }
BcsCommandInfo is the Schema for the bcscommandinfos API +k8s:openapi-gen=true
func (*BcsCommandInfo) DeepCopy ¶
func (in *BcsCommandInfo) DeepCopy() *BcsCommandInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsCommandInfo.
func (*BcsCommandInfo) DeepCopyInto ¶
func (in *BcsCommandInfo) DeepCopyInto(out *BcsCommandInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsCommandInfo) DeepCopyObject ¶
func (in *BcsCommandInfo) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsCommandInfoList ¶
type BcsCommandInfoList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsCommandInfo `json:"items"` }
BcsCommandInfoList contains a list of BcsCommandInfo
func (*BcsCommandInfoList) DeepCopy ¶
func (in *BcsCommandInfoList) DeepCopy() *BcsCommandInfoList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsCommandInfoList.
func (*BcsCommandInfoList) DeepCopyInto ¶
func (in *BcsCommandInfoList) DeepCopyInto(out *BcsCommandInfoList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsCommandInfoList) DeepCopyObject ¶
func (in *BcsCommandInfoList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsCommandInfoSpec ¶
type BcsCommandInfoSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsCommandInfo }
BcsCommandInfoSpec defines the desired state of BcsCommandInfo
func (*BcsCommandInfoSpec) DeepCopy ¶
func (in *BcsCommandInfoSpec) DeepCopy() *BcsCommandInfoSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsCommandInfoSpec.
func (*BcsCommandInfoSpec) DeepCopyInto ¶
func (in *BcsCommandInfoSpec) DeepCopyInto(out *BcsCommandInfoSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsCommandInfoStatus ¶
type BcsCommandInfoStatus struct { }
BcsCommandInfoStatus defines the observed state of BcsCommandInfo
func (*BcsCommandInfoStatus) DeepCopy ¶
func (in *BcsCommandInfoStatus) DeepCopy() *BcsCommandInfoStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsCommandInfoStatus.
func (*BcsCommandInfoStatus) DeepCopyInto ¶
func (in *BcsCommandInfoStatus) DeepCopyInto(out *BcsCommandInfoStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsConfigMap ¶
type BcsConfigMap struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsConfigMapSpec `json:"spec,omitempty"` Status BcsConfigMapStatus `json:"status,omitempty"` }
BcsConfigMap is the Schema for the bcsconfigmaps API +k8s:openapi-gen=true
func (*BcsConfigMap) DeepCopy ¶
func (in *BcsConfigMap) DeepCopy() *BcsConfigMap
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsConfigMap.
func (*BcsConfigMap) DeepCopyInto ¶
func (in *BcsConfigMap) DeepCopyInto(out *BcsConfigMap)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsConfigMap) DeepCopyObject ¶
func (in *BcsConfigMap) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsConfigMapList ¶
type BcsConfigMapList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsConfigMap `json:"items"` }
BcsConfigMapList contains a list of BcsConfigMap
func (*BcsConfigMapList) DeepCopy ¶
func (in *BcsConfigMapList) DeepCopy() *BcsConfigMapList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsConfigMapList.
func (*BcsConfigMapList) DeepCopyInto ¶
func (in *BcsConfigMapList) DeepCopyInto(out *BcsConfigMapList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsConfigMapList) DeepCopyObject ¶
func (in *BcsConfigMapList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsConfigMapSpec ¶
type BcsConfigMapSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsConfigMap }
BcsConfigMapSpec defines the desired state of BcsConfigMap
func (*BcsConfigMapSpec) DeepCopy ¶
func (in *BcsConfigMapSpec) DeepCopy() *BcsConfigMapSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsConfigMapSpec.
func (*BcsConfigMapSpec) DeepCopyInto ¶
func (in *BcsConfigMapSpec) DeepCopyInto(out *BcsConfigMapSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsConfigMapStatus ¶
type BcsConfigMapStatus struct { }
BcsConfigMapStatus defines the observed state of BcsConfigMap
func (*BcsConfigMapStatus) DeepCopy ¶
func (in *BcsConfigMapStatus) DeepCopy() *BcsConfigMapStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsConfigMapStatus.
func (*BcsConfigMapStatus) DeepCopyInto ¶
func (in *BcsConfigMapStatus) DeepCopyInto(out *BcsConfigMapStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsDaemonset ¶
type BcsDaemonset struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsDaemonsetSpec `json:"spec,omitempty"` Status BcsDaemonsetStatus `json:"status,omitempty"` }
BcsDaemonset is the Schema for the bcsdaemonsets API +k8s:openapi-gen=true
func (*BcsDaemonset) DeepCopy ¶
func (in *BcsDaemonset) DeepCopy() *BcsDaemonset
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsDaemonset.
func (*BcsDaemonset) DeepCopyInto ¶
func (in *BcsDaemonset) DeepCopyInto(out *BcsDaemonset)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsDaemonset) DeepCopyObject ¶
func (in *BcsDaemonset) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsDaemonsetList ¶
type BcsDaemonsetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsDaemonset `json:"items"` }
BcsDaemonsetList contains a list of BcsDaemonset
func (*BcsDaemonsetList) DeepCopy ¶
func (in *BcsDaemonsetList) DeepCopy() *BcsDaemonsetList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsDaemonsetList.
func (*BcsDaemonsetList) DeepCopyInto ¶
func (in *BcsDaemonsetList) DeepCopyInto(out *BcsDaemonsetList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsDaemonsetList) DeepCopyObject ¶
func (in *BcsDaemonsetList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsDaemonsetSpec ¶
type BcsDaemonsetSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsDaemonset }
BcsDaemonsetSpec defines the desired state of BcsDaemonset
func (*BcsDaemonsetSpec) DeepCopy ¶
func (in *BcsDaemonsetSpec) DeepCopy() *BcsDaemonsetSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsDaemonsetSpec.
func (*BcsDaemonsetSpec) DeepCopyInto ¶
func (in *BcsDaemonsetSpec) DeepCopyInto(out *BcsDaemonsetSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsDaemonsetStatus ¶
type BcsDaemonsetStatus struct { }
BcsDaemonsetStatus defines the observed state of BcsDaemonset
func (*BcsDaemonsetStatus) DeepCopy ¶
func (in *BcsDaemonsetStatus) DeepCopy() *BcsDaemonsetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsDaemonsetStatus.
func (*BcsDaemonsetStatus) DeepCopyInto ¶
func (in *BcsDaemonsetStatus) DeepCopyInto(out *BcsDaemonsetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsEndpoint ¶
type BcsEndpoint struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsEndpointSpec `json:"spec,omitempty"` Status BcsEndpointStatus `json:"status,omitempty"` }
BcsEndpoint is the Schema for the bcsendpoints API +k8s:openapi-gen=true
func (*BcsEndpoint) DeepCopy ¶
func (in *BcsEndpoint) DeepCopy() *BcsEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsEndpoint.
func (*BcsEndpoint) DeepCopyInto ¶
func (in *BcsEndpoint) DeepCopyInto(out *BcsEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsEndpoint) DeepCopyObject ¶
func (in *BcsEndpoint) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BcsEndpoint) GetUuid ¶
func (e *BcsEndpoint) GetUuid() string
type BcsEndpointList ¶
type BcsEndpointList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsEndpoint `json:"items"` }
BcsEndpointList contains a list of BcsEndpoint
func (*BcsEndpointList) DeepCopy ¶
func (in *BcsEndpointList) DeepCopy() *BcsEndpointList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsEndpointList.
func (*BcsEndpointList) DeepCopyInto ¶
func (in *BcsEndpointList) DeepCopyInto(out *BcsEndpointList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsEndpointList) DeepCopyObject ¶
func (in *BcsEndpointList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsEndpointSpec ¶
type BcsEndpointSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsEndpoint }
BcsEndpointSpec defines the desired state of BcsEndpoint
func (*BcsEndpointSpec) DeepCopy ¶
func (in *BcsEndpointSpec) DeepCopy() *BcsEndpointSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsEndpointSpec.
func (*BcsEndpointSpec) DeepCopyInto ¶
func (in *BcsEndpointSpec) DeepCopyInto(out *BcsEndpointSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsEndpointStatus ¶
type BcsEndpointStatus struct { }
BcsEndpointStatus defines the observed state of BcsEndpoint
func (*BcsEndpointStatus) DeepCopy ¶
func (in *BcsEndpointStatus) DeepCopy() *BcsEndpointStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsEndpointStatus.
func (*BcsEndpointStatus) DeepCopyInto ¶
func (in *BcsEndpointStatus) DeepCopyInto(out *BcsEndpointStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsSecret ¶
type BcsSecret struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsSecretSpec `json:"spec,omitempty"` Status BcsSecretStatus `json:"status,omitempty"` }
BcsSecret is the Schema for the bcssecrets API +k8s:openapi-gen=true
func (*BcsSecret) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsSecret.
func (*BcsSecret) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsSecret) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsSecretList ¶
type BcsSecretList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsSecret `json:"items"` }
BcsSecretList contains a list of BcsSecret
func (*BcsSecretList) DeepCopy ¶
func (in *BcsSecretList) DeepCopy() *BcsSecretList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsSecretList.
func (*BcsSecretList) DeepCopyInto ¶
func (in *BcsSecretList) DeepCopyInto(out *BcsSecretList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsSecretList) DeepCopyObject ¶
func (in *BcsSecretList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsSecretSpec ¶
type BcsSecretSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsSecret }
BcsSecretSpec defines the desired state of BcsSecret
func (*BcsSecretSpec) DeepCopy ¶
func (in *BcsSecretSpec) DeepCopy() *BcsSecretSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsSecretSpec.
func (*BcsSecretSpec) DeepCopyInto ¶
func (in *BcsSecretSpec) DeepCopyInto(out *BcsSecretSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsSecretStatus ¶
type BcsSecretStatus struct { }
BcsSecretStatus defines the observed state of BcsSecret
func (*BcsSecretStatus) DeepCopy ¶
func (in *BcsSecretStatus) DeepCopy() *BcsSecretStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsSecretStatus.
func (*BcsSecretStatus) DeepCopyInto ¶
func (in *BcsSecretStatus) DeepCopyInto(out *BcsSecretStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsService ¶
type BcsService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BcsServiceSpec `json:"spec,omitempty"` Status BcsServiceStatus `json:"status,omitempty"` }
BcsService is the Schema for the bcsservices API +k8s:openapi-gen=true
func (*BcsService) DeepCopy ¶
func (in *BcsService) DeepCopy() *BcsService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsService.
func (*BcsService) DeepCopyInto ¶
func (in *BcsService) DeepCopyInto(out *BcsService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsService) DeepCopyObject ¶
func (in *BcsService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsServiceList ¶
type BcsServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BcsService `json:"items"` }
BcsServiceList contains a list of BcsService
func (*BcsServiceList) DeepCopy ¶
func (in *BcsServiceList) DeepCopy() *BcsServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsServiceList.
func (*BcsServiceList) DeepCopyInto ¶
func (in *BcsServiceList) DeepCopyInto(out *BcsServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BcsServiceList) DeepCopyObject ¶
func (in *BcsServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BcsServiceSpec ¶
type BcsServiceSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.BcsService }
BcsServiceSpec defines the desired state of BcsService
func (*BcsServiceSpec) DeepCopy ¶
func (in *BcsServiceSpec) DeepCopy() *BcsServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsServiceSpec.
func (*BcsServiceSpec) DeepCopyInto ¶
func (in *BcsServiceSpec) DeepCopyInto(out *BcsServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BcsServiceStatus ¶
type BcsServiceStatus struct { }
BcsServiceStatus defines the observed state of BcsService
func (*BcsServiceStatus) DeepCopy ¶
func (in *BcsServiceStatus) DeepCopy() *BcsServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BcsServiceStatus.
func (*BcsServiceStatus) DeepCopyInto ¶
func (in *BcsServiceStatus) DeepCopyInto(out *BcsServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Crd ¶
type Crd struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CrdSpec `json:"spec,omitempty"` Status CrdStatus `json:"status,omitempty"` }
Crd is the Schema for the crds API +k8s:openapi-gen=true
func (*Crd) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Crd.
func (*Crd) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Crd) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CrdList ¶
type CrdList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Crd `json:"items"` }
CrdList contains a list of Crd
func (*CrdList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrdList.
func (*CrdList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CrdList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CrdSpec ¶
type CrdSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Crd }
CrdSpec defines the desired state of Crd
func (*CrdSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrdSpec.
func (*CrdSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CrdStatus ¶
type CrdStatus struct { }
CrdStatus defines the observed state of Crd
func (*CrdStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrdStatus.
func (*CrdStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Crr ¶
type Crr struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CrrSpec `json:"spec,omitempty"` Status CrrStatus `json:"status,omitempty"` }
Crr is the Schema for the crrs API +k8s:openapi-gen=true
func (*Crr) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Crr.
func (*Crr) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Crr) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CrrList ¶
type CrrList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Crr `json:"items"` }
CrrList contains a list of Crr
func (*CrrList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrrList.
func (*CrrList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CrrList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CrrSpec ¶
type CrrSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Crr }
CrrSpec defines the desired state of Crr
func (*CrrSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrrSpec.
func (*CrrSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CrrStatus ¶
type CrrStatus struct { }
CrrStatus defines the observed state of Crr
func (*CrrStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrrStatus.
func (*CrrStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Deployment ¶
type Deployment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DeploymentSpec `json:"spec,omitempty"` Status DeploymentStatus `json:"status,omitempty"` }
Deployment is the Schema for the deployments API +k8s:openapi-gen=true
func (*Deployment) DeepCopy ¶
func (in *Deployment) DeepCopy() *Deployment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Deployment.
func (*Deployment) DeepCopyInto ¶
func (in *Deployment) DeepCopyInto(out *Deployment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Deployment) DeepCopyObject ¶
func (in *Deployment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DeploymentList ¶
type DeploymentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Deployment `json:"items"` }
DeploymentList contains a list of Deployment
func (*DeploymentList) DeepCopy ¶
func (in *DeploymentList) DeepCopy() *DeploymentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentList.
func (*DeploymentList) DeepCopyInto ¶
func (in *DeploymentList) DeepCopyInto(out *DeploymentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeploymentList) DeepCopyObject ¶
func (in *DeploymentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DeploymentSpec ¶
type DeploymentSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Deployment }
DeploymentSpec defines the desired state of Deployment
func (*DeploymentSpec) DeepCopy ¶
func (in *DeploymentSpec) DeepCopy() *DeploymentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentSpec.
func (*DeploymentSpec) DeepCopyInto ¶
func (in *DeploymentSpec) DeepCopyInto(out *DeploymentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeploymentStatus ¶
type DeploymentStatus struct { }
DeploymentStatus defines the observed state of Deployment
func (*DeploymentStatus) DeepCopy ¶
func (in *DeploymentStatus) DeepCopy() *DeploymentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStatus.
func (*DeploymentStatus) DeepCopyInto ¶
func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Framework ¶
type Framework struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FrameworkSpec `json:"spec,omitempty"` Status FrameworkStatus `json:"status,omitempty"` }
Framework is the Schema for the frameworks API +k8s:openapi-gen=true
func (*Framework) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Framework.
func (*Framework) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Framework) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FrameworkList ¶
type FrameworkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Framework `json:"items"` }
FrameworkList contains a list of Framework
func (*FrameworkList) DeepCopy ¶
func (in *FrameworkList) DeepCopy() *FrameworkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrameworkList.
func (*FrameworkList) DeepCopyInto ¶
func (in *FrameworkList) DeepCopyInto(out *FrameworkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FrameworkList) DeepCopyObject ¶
func (in *FrameworkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FrameworkSpec ¶
type FrameworkSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file FrameworkId string }
FrameworkSpec defines the desired state of Framework
func (*FrameworkSpec) DeepCopy ¶
func (in *FrameworkSpec) DeepCopy() *FrameworkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrameworkSpec.
func (*FrameworkSpec) DeepCopyInto ¶
func (in *FrameworkSpec) DeepCopyInto(out *FrameworkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FrameworkStatus ¶
type FrameworkStatus struct { }
FrameworkStatus defines the observed state of Framework
func (*FrameworkStatus) DeepCopy ¶
func (in *FrameworkStatus) DeepCopy() *FrameworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrameworkStatus.
func (*FrameworkStatus) DeepCopyInto ¶
func (in *FrameworkStatus) DeepCopyInto(out *FrameworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Task ¶
type Task struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TaskSpec `json:"spec,omitempty"` Status TaskStatus `json:"status,omitempty"` }
Task is the Schema for the tasks API +k8s:openapi-gen=true
func (*Task) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Task.
func (*Task) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Task) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskGroup ¶
type TaskGroup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TaskGroupSpec `json:"spec,omitempty"` Status TaskGroupStatus `json:"status,omitempty"` }
TaskGroup is the Schema for the taskgroups API +k8s:openapi-gen=true
func (*TaskGroup) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskGroup.
func (*TaskGroup) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskGroup) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskGroupList ¶
type TaskGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TaskGroup `json:"items"` }
TaskGroupList contains a list of TaskGroup
func (*TaskGroupList) DeepCopy ¶
func (in *TaskGroupList) DeepCopy() *TaskGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskGroupList.
func (*TaskGroupList) DeepCopyInto ¶
func (in *TaskGroupList) DeepCopyInto(out *TaskGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskGroupList) DeepCopyObject ¶
func (in *TaskGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskGroupSpec ¶
type TaskGroupSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.TaskGroup }
TaskGroupSpec defines the desired state of TaskGroup
func (*TaskGroupSpec) DeepCopy ¶
func (in *TaskGroupSpec) DeepCopy() *TaskGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskGroupSpec.
func (*TaskGroupSpec) DeepCopyInto ¶
func (in *TaskGroupSpec) DeepCopyInto(out *TaskGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskGroupStatus ¶
type TaskGroupStatus struct { }
TaskGroupStatus defines the observed state of TaskGroup
func (*TaskGroupStatus) DeepCopy ¶
func (in *TaskGroupStatus) DeepCopy() *TaskGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskGroupStatus.
func (*TaskGroupStatus) DeepCopyInto ¶
func (in *TaskGroupStatus) DeepCopyInto(out *TaskGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskList ¶
type TaskList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Task `json:"items"` }
TaskList contains a list of Task
func (*TaskList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskList.
func (*TaskList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskSpec ¶
type TaskSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Task }
TaskSpec defines the desired state of Task
func (*TaskSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskSpec.
func (*TaskSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskStatus ¶
type TaskStatus struct { }
TaskStatus defines the observed state of Task
func (*TaskStatus) DeepCopy ¶
func (in *TaskStatus) DeepCopy() *TaskStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskStatus.
func (*TaskStatus) DeepCopyInto ¶
func (in *TaskStatus) DeepCopyInto(out *TaskStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Version ¶
type Version struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VersionSpec `json:"spec,omitempty"` Status VersionStatus `json:"status,omitempty"` }
Version is the Schema for the versions API +k8s:openapi-gen=true
func (*Version) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Version.
func (*Version) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Version) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VersionList ¶
type VersionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Version `json:"items"` }
VersionList contains a list of Version
func (*VersionList) DeepCopy ¶
func (in *VersionList) DeepCopy() *VersionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VersionList.
func (*VersionList) DeepCopyInto ¶
func (in *VersionList) DeepCopyInto(out *VersionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VersionList) DeepCopyObject ¶
func (in *VersionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VersionSpec ¶
type VersionSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file types.Version }
VersionSpec defines the desired state of Version
func (*VersionSpec) DeepCopy ¶
func (in *VersionSpec) DeepCopy() *VersionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VersionSpec.
func (*VersionSpec) DeepCopyInto ¶
func (in *VersionSpec) DeepCopyInto(out *VersionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VersionStatus ¶
type VersionStatus struct { }
VersionStatus defines the observed state of Version
func (*VersionStatus) DeepCopy ¶
func (in *VersionStatus) DeepCopy() *VersionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VersionStatus.
func (*VersionStatus) DeepCopyInto ¶
func (in *VersionStatus) DeepCopyInto(out *VersionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files
¶
- admissionwebhookconfiguration_types.go
- agent_types.go
- agentschedinfo_types.go
- application_types.go
- bcsclusteragentsetting_types.go
- bcscommandinfo_types.go
- bcsconfigmap_types.go
- bcsdaemonset_types.go
- bcsendpoint_types.go
- bcssecret_types.go
- bcsservice_types.go
- crd_types.go
- crr_types.go
- deployment_types.go
- doc.go
- framework_types.go
- register.go
- task_types.go
- taskgroup_types.go
- version_types.go
- zz_generated.deepcopy.go