Versions in this module Expand all Collapse all v0 v0.0.1 Apr 16, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ExternalSpec struct + ObjectStore ObjectStoreSpec + func (in *ExternalSpec) DeepCopy() *ExternalSpec + func (in *ExternalSpec) DeepCopyInto(out *ExternalSpec) + type K8sConfigSpec struct + Env []v1.EnvVar + Image string + ImagePullPolicy v1.PullPolicy + Name string + NodeSelector map[string]string + PodMetadata Metadata + Resources v1.ResourceRequirements + Service *v1.ServiceSpec + ServiceAccountName string + StorageConfig []StorageConfig + Tolerations []v1.Toleration + VolumeMount []v1.VolumeMount + Volumes []v1.Volume + func (in *K8sConfigSpec) DeepCopy() *K8sConfigSpec + func (in *K8sConfigSpec) DeepCopyInto(out *K8sConfigSpec) + type Metadata struct + Annotations map[string]string + Labels map[string]string + func (in *Metadata) DeepCopy() *Metadata + func (in *Metadata) DeepCopyInto(out *Metadata) + type NodeSpec struct + K8sConfig string + Kind string + Name string + ParseableConfig string + Replicas int + Type string + func (in *NodeSpec) DeepCopy() *NodeSpec + func (in *NodeSpec) DeepCopyInto(out *NodeSpec) + type ObjectStoreConfig struct + Data string + Type string + func (in *ObjectStoreConfig) DeepCopy() *ObjectStoreConfig + func (in *ObjectStoreConfig) DeepCopyInto(out *ObjectStoreConfig) + type ObjectStoreSpec struct + Spec ObjectStoreConfig + func (in *ObjectStoreSpec) DeepCopy() *ObjectStoreSpec + func (in *ObjectStoreSpec) DeepCopyInto(out *ObjectStoreSpec) + type ParseableConfigSpec struct + CliArgs []string + EnvVars string + Name string + func (in *ParseableConfigSpec) DeepCopy() *ParseableConfigSpec + func (in *ParseableConfigSpec) DeepCopyInto(out *ParseableConfigSpec) + type ParseableTenant struct + Spec ParseableTenantSpec + Status ParseableTenantStatus + func (in *ParseableTenant) DeepCopy() *ParseableTenant + func (in *ParseableTenant) DeepCopyInto(out *ParseableTenant) + func (in *ParseableTenant) DeepCopyObject() runtime.Object + type ParseableTenantList struct + Items []ParseableTenant + func (in *ParseableTenantList) DeepCopy() *ParseableTenantList + func (in *ParseableTenantList) DeepCopyInto(out *ParseableTenantList) + func (in *ParseableTenantList) DeepCopyObject() runtime.Object + type ParseableTenantSpec struct + DeploymentOrder []string + External ExternalSpec + K8sConfig []K8sConfigSpec + Nodes []NodeSpec + ParseableConfig []ParseableConfigSpec + func (in *ParseableTenantSpec) DeepCopy() *ParseableTenantSpec + func (in *ParseableTenantSpec) DeepCopyInto(out *ParseableTenantSpec) + type ParseableTenantStatus struct + Version string + func (in *ParseableTenantStatus) DeepCopy() *ParseableTenantStatus + func (in *ParseableTenantStatus) DeepCopyInto(out *ParseableTenantStatus) + type StorageConfig struct + MountPath string + Name string + PvcSpec v1.PersistentVolumeClaimSpec + func (in *StorageConfig) DeepCopy() *StorageConfig + func (in *StorageConfig) DeepCopyInto(out *StorageConfig)