Documentation ¶
Index ¶
Constants ¶
const GroupName = "onexcontrollermanager.config.onex.io"
GroupName is the group name used in this package.
Variables ¶
var ( // SchemeBuilder is the scheme builder with scheme init functions to run for this API package. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme is a global function that registers this API group & version to a scheme. AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects.
Functions ¶
This section is empty.
Types ¶
type ChainControllerConfiguration ¶
type ChainControllerConfiguration struct { // Image specify the blockchain node image. Image string }
func (*ChainControllerConfiguration) DeepCopy ¶
func (in *ChainControllerConfiguration) DeepCopy() *ChainControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ChainControllerConfiguration.
func (*ChainControllerConfiguration) DeepCopyInto ¶
func (in *ChainControllerConfiguration) DeepCopyInto(out *ChainControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OneXControllerManagerConfiguration ¶
type OneXControllerManagerConfiguration struct { metav1.TypeMeta // MySQL defines the configuration of mysql client. MySQL genericconfig.MySQLConfiguration `json:"mysql,omitempty"` // Generic holds configuration for a generic controller-manager Generic genericconfig.GenericControllerManagerConfiguration // GarbageCollectorControllerConfiguration holds configuration for // GarbageCollectorController related features. GarbageCollectorController genericconfig.GarbageCollectorControllerConfiguration // ChainControllerConfiguration holds configuration for ChainController related features. ChainController ChainControllerConfiguration }
OneXControllerManagerConfiguration contains elements describing onex-controller manager.
func (*OneXControllerManagerConfiguration) DeepCopy ¶
func (in *OneXControllerManagerConfiguration) DeepCopy() *OneXControllerManagerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OneXControllerManagerConfiguration.
func (*OneXControllerManagerConfiguration) DeepCopyInto ¶
func (in *OneXControllerManagerConfiguration) DeepCopyInto(out *OneXControllerManagerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OneXControllerManagerConfiguration) DeepCopyObject ¶
func (in *OneXControllerManagerConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.